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

12 3 4 5 6 7

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 62 vprintf(string, ap);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 62 vprintf(string, ap);
  /external/google-breakpad/src/third_party/curl/
mprintf.h 54 # undef vprintf macro
71 # define vprintf curl_mvprintf macro
  /external/adhd/cras/src/common/
dumper.c 17 dumper->vprintf(dumper, format, ap);
42 mem_dumper->vprintf(mem_dumper, fmt, ap);
61 dumper->vprintf = &syslog_vprintf;
121 dumper->vprintf = &mem_vprintf;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.c 59 vprintf(string, ap);
  /external/syslinux/gpxe/src/include/
stdio.h 18 extern int vprintf ( const char *fmt, va_list args );
  /system/core/libunwindstack/
Log.cpp 50 vprintf(real_format.c_str(), args);
  /tools/dexter/slicer/
common.cc 52 vprintf(format, args);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 84 using ::vprintf;
  /hardware/qcom/msm8998/json-c/
debug.c 54 vprintf(msg, ap);
  /external/valgrind/drd/tests/
unit_vc.c 42 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; }
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio-ldbl.h 29 __LDBL_REDIR_DECL (vprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio-ldbl.h 29 __LDBL_REDIR_DECL (vprintf)
  /external/syslinux/memdisk/
conio.c 360 int vprintf(const char *fmt, va_list args) function
376 printed = vprintf(fmt, args);
389 vprintf(fmt, ap);
  /external/clang/test/Sema/
format-strings.c 17 int vprintf(const char *restrict, va_list);
33 vprintf(s,ap); // expected-warning {{format string is not a string literal}}
72 // When calling a non-variadic format function (vprintf, vscanf, NSLogv, ...),
83 vprintf(s,ap); // no-warning
176 vprintf("",ap); // expected-warning {{format string is empty}}
238 vprintf ("%*.*d", v8); // no-warning
    [all...]

Completed in 300 milliseconds

12 3 4 5 6 7