Searched refs:vsnprintf (Results  1 – 25 of 50) sorted by relevance
12
| /bionic/benchmarks/linker_relocation/gen/ | 
| D | liblinker_reloc_bench_034.S | 30 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_147.S | 37 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_027.S | 279 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_065.S | 208 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_013.S | 313 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_008.S | 311 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_024.S | 328 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_086.S | 481 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_076.S | 312 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_006.S | 676 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_082.S | 712 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_080.S | 750 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_003.S | 1125 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_159.S | 1105 CALL(vsnprintf)
  | 
| D | liblinker_reloc_bench_095.S | 110 CALL(vsnprintf)
  | 
| /bionic/libc/bionic/ | 
| D | syslog.cpp | 79   vsnprintf(log_line, sizeof(log_line), fmt, args);  in vsyslog()
  | 
| D | fortify.cpp | 412   return vsnprintf(dst, supplied_size, format, va);  in __vsnprintf_chk() 429   int result = vsnprintf(dst,  in __vsprintf_chk()
  | 
| /bionic/libc/include/bits/fortify/ | 
| D | stdio.h | 42 int vsnprintf(char* const __pass_object_size dest, size_t size, const char* format, va_list ap)  in vsnprintf()  function
  | 
| /bionic/tests/ | 
| D | clang_fortify_tests.cpp | 375     vsnprintf(buf, sizeof(buf), unknown_string, va);  in testFormatStrings() 493     EXPECT_FORTIFY_DEATH(vsnprintf(small_buffer, sizeof(small_buffer) + 1, "", va));  in FORTIFY_TEST()
  | 
| D | fortify_test.cpp | 118   result = vsnprintf(myfoo.a, size, fmt, va); // should crash here  in vsnprintf_helper2() 458   result = vsnprintf(buf, size, fmt, va); // should crash here  in vsnprintf_helper()
  | 
| /bionic/tests/headers/posix/ | 
| D | stdio_h.c | 144   FUNCTION(vsnprintf, int (*f)(char*, size_t, const char*, va_list));  in stdio_h()
  | 
| /bionic/libc/stdio/ | 
| D | stdio.cpp | 970   PRINTF_IMPL(vsnprintf(s, n, fmt, ap));  in snprintf() 1017 int vsnprintf(char* s, size_t n, const char* fmt, va_list ap) {  in vsnprintf()  function 1044   return vsnprintf(s, SSIZE_MAX, fmt, ap);  in vsprintf()
  | 
| /bionic/libc/include/ | 
| D | stdio.h | 257 int vsnprintf(char* _Nullable __buf, size_t __size, const char* _Nonnull __fmt, va_list __args) __p…
  | 
| /bionic/libc/tools/ | 
| D | posix-2013.txt | 1120 vsnprintf
  | 
| /bionic/libc/dns/resolv/ | 
| D | res_cache.c | 266     n = vsnprintf( p, avail, format, args);  in _bprint()
  | 
        12