HomeSort by relevance Sort by last modified time
    Searched refs:vsprintf (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /external/qemu/slirp/
slirp.h 240 # define vsprintf vsprintf_len macro
248 extern int vsprintf _P((char *, const char *, va_list));
misc.c 718 #undef vsprintf macro
731 vsprintf(string, format, args);
752 vsprintf(string, format, args);
  /external/bison/darwin-lib/
stdio.h 1629 # define vsprintf macro
1644 _GL_CXXALIASWARN (vsprintf); variable
1646 # undef vsprintf macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1629 # define vsprintf macro
1644 _GL_CXXALIASWARN (vsprintf); variable
1646 # undef vsprintf macro
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 281 vsprintf(yasm_estr, yasm_gettext_hook(format), va);
306 vsprintf(yasm_exrefstr, yasm_gettext_hook(format), va);
369 vsprintf(w->wstr, yasm_gettext_hook(format), va);
  /external/clang/test/Sema/
format-strings.c 18 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to parameter here}}
40 vsprintf(buf,s,ap); // expected-warning {{format string is not a string lit}}
160 vsprintf(b,L"bar %d",ap); // expected-warning {{incompatible pointer types}}, expected-warning {{should not be a wide string}}
  /external/libpcap/missing/
snprintf.c 483 ret2 = vsprintf (tmp, format, args);
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);
  /external/tcpdump/missing/
snprintf.c 483 ret2 = vsprintf (tmp, format, args);
514 ret2 = vsprintf (tmp, format, args);
544 ret2 = vsprintf (tmp, format, args);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_string.h 179 #define util_vsprintf vsprintf
  /external/libpcap/lbl/
os-sunos4.h 189 int vsprintf(char *, const char *, ...);
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 179 #define util_vsprintf vsprintf
  /external/tcpdump/lbl/
os-sunos4.h 189 int vsprintf(char *, const char *, ...);
  /bionic/libc/include/
stdio.h 258 int vsprintf(char * __restrict, const char * __restrict,
466 int vsprintf(char *dest, const char *format, __va_list ap) function
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 881 vsprintf(buffer, fmt, ap);
895 vsprintf(buffer, fmt, ap);
910 vsprintf(buffer, fmt, ap);
922 vsprintf(buffer, fmt, ap);
933 vsprintf(buffer, fmt, ap);
944 vsprintf(buffer, fmt, ap);
955 vsprintf(buffer, fmt, ap);
966 vsprintf(buffer, fmt, ap);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 907 vsprintf(buffer, fmt, ap);
921 vsprintf(buffer, fmt, ap);
936 vsprintf(buffer, fmt, ap);
948 vsprintf(buffer, fmt, ap);
959 vsprintf(buffer, fmt, ap);
970 vsprintf(buffer, fmt, ap);
981 vsprintf(buffer, fmt, ap);
992 vsprintf(buffer, fmt, ap);
    [all...]
  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 69 vsprintf(buffer, strFormat, ap);
103 vsprintf(buffer, strFormat, ap);
  /external/bison/lib/
stdio.in.h     [all...]
  /external/qemu/slirp-android/
misc.c 682 #undef vsprintf macro
695 vsprintf(string, format, args);
716 vsprintf(string, format, args);
  /external/bison/
Android.mk 94 lib/vsprintf.c \
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 526 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function
545 ret = VG_(vsprintf)(buf, format, vargs);
  /development/ndk/platforms/android-3/include/
stdio.h 251 int vsprintf(char *, const char *, __va_list);
  /development/ndk/platforms/android-8/include/
stdio.h 251 int vsprintf(char *, const char *, __va_list);
  /external/chromium_org/third_party/libxml/src/
trio.h 173 # define vsprintf trio_vsprintf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 173 # define vsprintf trio_vsprintf macro
  /external/e2fsprogs/intl/
printf.c 137 return vsprintf (resultbuf, format, args);

Completed in 1472 milliseconds

1 23 4 5 6 7 8