HomeSort by relevance Sort by last modified time
    Searched refs:vprintf (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/Modules/Inputs/va_list/
va_list_a.h 1 int vprintf(const char * __restrict, va_list);
  /external/clang/test/CodeGen/
builtin-recursive.cpp 8 vprintf(0, 0);
debug-prefix-map.c 16 vprintf("string", argp);
  /toolchain/binutils/binutils-2.25/libiberty/
vprintf.c 3 @deftypefn Supplemental int vprintf (const char *@var{format}, va_list @var{ap})
23 #undef vprintf macro
25 vprintf (const char *format, va_list ap) function
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vprintf.c 1 /* $OpenBSD: vprintf.c,v 1.8 2006/01/06 18:53:04 millert Exp $ */
37 vprintf(const char *fmt, __va_list ap) function
  /ndk/sources/android/support/src/musl-stdio/
vprintf.c 3 int vprintf(const char *restrict fmt, va_list ap) function
  /external/clang/test/CodeGen/Inputs/
stdio.h 3 extern int vprintf(const char *format, __builtin_va_list arg);
6 vprintf(const char *x, __builtin_va_list y) function
  /external/opencv3/modules/videostab/src/
log.cpp 57 vprintf(format, args);
  /external/curl/lib/
curl_printf.h 35 # undef vprintf macro
43 # define vprintf curl_mvprintf macro
curlx.h 98 # undef vprintf macro
109 # define vprintf curlx_mvprintf macro
  /external/skia/src/ports/
SkDebug_android.cpp 27 vprintf(format, args2);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_trace.c 22 vprintf(format, args);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.cpp 31 vprintf(format, args);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.cpp 42 vprintf(string, args);
  /external/google-benchmark/src/
colorprint.cc 84 vprintf(fmt, args);
103 vprintf(fmt, args);
111 vprintf(fmt, args);
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 170 vprintf(debugMessages[i].m_pDebugMsg, vargs);
205 vprintf(fmt, vargs);
235 vprintf(fmt, vargs);
  /external/clang/test/SemaCXX/
format-strings.cpp 8 extern int vprintf(const char *restrict, va_list);
63 vprintf(format, ap); // no-warning
66 vprintf(format2, ap); // expected-warning{{format string is not a string literal}}
74 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}}
  /external/curl/include/curl/
mprintf.h 53 # undef vprintf macro
63 # define vprintf curl_mvprintf macro
  /external/google-breakpad/src/third_party/curl/
mprintf.h 54 # undef vprintf macro
71 # define vprintf curl_mvprintf macro
  /hardware/ti/omap4-aah/
tm.c 9 vprintf(fmt, lst);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_trace.c 125 vprintf(fmt, ap);
  /hardware/ti/omap4xxx/
tm.c 9 vprintf(fmt, lst);
  /external/avahi/avahi-core/
dns-spin-test.c 61 vprintf(fmt, ap);
72 vprintf(fmt, ap);
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 84 using ::vprintf;
  /ndk/sources/cxx-stl/system/include/
cstdio 84 using ::vprintf;

Completed in 1249 milliseconds

1 2 3 4 5 6 7 8