Home
last modified time | relevance | path

Searched refs:va (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
D__vsprintf_chk.cpp48 size_t dest_len_from_compiler, const char* format, va_list va) { in __vsprintf_chk() argument
49 int result = vsnprintf(dest, dest_len_from_compiler, format, va); in __vsprintf_chk()
69 va_list va; in __sprintf_chk() local
70 va_start(va, format); in __sprintf_chk()
71 int result = __vsprintf_chk(dest, flags, dest_len_from_compiler, format, va); in __sprintf_chk()
72 va_end(va); in __sprintf_chk()
D__vsnprintf_chk.cpp48 size_t dest_len_from_compiler, const char* format, va_list va) { in __vsnprintf_chk() argument
53 return vsnprintf(dest, supplied_size, format, va); in __vsnprintf_chk()
69 va_list va; in __snprintf_chk() local
70 va_start(va, format); in __snprintf_chk()
71 int result = __vsnprintf_chk(dest, supplied_size, flags, dest_len_from_compiler, format, va); in __snprintf_chk()
72 va_end(va); in __snprintf_chk()
/bionic/tests/
Dfortify_compilation_test.cpp142 va_list va; in test_vsprintf() local
144 va_start(va, fmt); in test_vsprintf()
149 vsprintf(buf, "foobar", va); in test_vsprintf()
150 va_end(va); in test_vsprintf()
154 va_list va; in test_vsnprintf() local
156 va_start(va, fmt); in test_vsnprintf()
161 vsnprintf(buf, 5, "foobar", va); // NOLINT(runtime/printf) in test_vsnprintf()
163 va_end(va); in test_vsnprintf()
Dfortify_test.cpp120 va_list va; in vsprintf_helper2() local
123 va_start(va, fmt); in vsprintf_helper2()
124 result = vsprintf(myfoo.a, fmt, va); // should crash here in vsprintf_helper2()
125 va_end(va); in vsprintf_helper2()
143 va_list va; in vsnprintf_helper2() local
147 va_start(va, fmt); in vsnprintf_helper2()
148 result = vsnprintf(myfoo.a, size, fmt, va); // should crash here in vsnprintf_helper2()
149 va_end(va); in vsnprintf_helper2()
481 va_list va; in vsprintf_helper() local
484 va_start(va, fmt); in vsprintf_helper()
[all …]
/bionic/libc/kernel/uapi/xen/
Dprivcmd.h31 __u64 va; member
/bionic/libc/kernel/uapi/linux/
Dmic_common.h82 void * va; member
Dax25.h121 unsigned int vs, vr, va, vs_max; member