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

1 2 3 4 5 6 7

  /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.27/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
  /external/syslinux/com32/lib/
vprintf.c 2 * vprintf.c
8 int vprintf(const char *format, 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
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vprintf.c 2 Implementation of vprintf as declared in <stdio.h>.
43 NetBSD: vprintf.c,v 1.10 2003/08/07 16:43:34 agc Exp
44 vprintf.c 8.1 (Berkeley) 6/4/93
53 vprintf(char const *fmt, va_list ap) function
  /external/syslinux/memdisk/
conio.h 28 int vprintf(const char *, va_list ap);
  /external/curl/lib/
curl_printf.h 35 # undef vprintf macro
43 # define vprintf curl_mvprintf macro
curlx.h 85 # undef vprintf macro
96 # define vprintf curlx_mvprintf macro
  /external/syslinux/com32/include/
dprintf.h 20 # define vdprintf vprintf
35 vprintf(fmt, ap)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.c 48 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.c 48 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
testfrmw.c 48 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
testfrmw.c 48 vprintf(string, ap);
  /external/skia/src/ports/
SkDebug_android.cpp 26 vprintf(format, args2);
  /external/skqp/src/ports/
SkDebug_android.cpp 26 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/linux-kselftest/tools/testing/selftests/
kselftest.h 78 vprintf(msg, args);
90 vprintf(msg, args);
102 vprintf(msg, args);
114 vprintf(msg, args);
126 vprintf(msg, args);
149 vprintf(msg, args);
175 vprintf(msg, args);
  /external/adhd/cras/src/common/
dumper.h 17 void (*vprintf)(struct dumper *dumper, const char *format, va_list ap); member in struct:dumper
  /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);
  /bootable/recovery/
stub_ui.h 50 vprintf(fmt, ap);
  /external/clang/test/SemaCXX/
format-strings.cpp 8 extern int vprintf(const char *restrict, va_list);
64 vprintf(format, ap); // no-warning
67 vprintf(format2, ap); // expected-warning{{format string is not a string literal}}
75 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}}
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 62 vprintf(string, ap);

Completed in 322 milliseconds

1 2 3 4 5 6 7