HomeSort by relevance Sort by last modified time
    Searched full:vsprintf (Results 126 - 150 of 540) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 173 # define vsprintf trio_vsprintf macro
  /external/chromium_org/third_party/libxslt/linux/
config.h 124 /* Define to 1 if you have the `vsprintf' function. */
  /external/chromium_org/third_party/libxslt/mac/
config.h 123 /* Define to 1 if you have the `vsprintf' function. */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_string.h 179 #define util_vsprintf vsprintf
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 96 extern char *vsprintf(char *, const char *, va_list);
  /external/libpcap/lbl/
os-sunos4.h 189 int vsprintf(char *, const char *, ...);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
c_mac.php 101 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
  /external/libxml2/
trio.h 173 # define vsprintf trio_vsprintf macro
  /external/libxslt/libxslt/
config.h 130 /* Define to 1 if you have the `vsprintf' function. */
trio.h 173 # define vsprintf trio_vsprintf macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 179 #define util_vsprintf vsprintf
  /external/qemu/
osdep.c 196 return vsprintf( *sptr, fmt, argv );
  /external/tcpdump/lbl/
os-sunos4.h 189 int vsprintf(char *, const char *, ...);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_trace.c 116 vsprintf(string, fmt, ap);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 14 #include <cstdio> // vsprintf, vsnprintf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 112 static_assert((std::is_same<decltype(vsprintf(cp," ",va)), int>::value), "");
  /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
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /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/chromium_org/third_party/zlib/
gzwrite.c 319 (void)vsprintf(state->in, format, va);
324 len = vsprintf(state->in, format, va);
  /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...]

Completed in 3392 milliseconds

1 2 3 4 56 7 8 91011>>