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

1 23 4 5 6 7

  /external/qemu/distrib/zlib-1.2.3/
configure 234 vsnprintf(buf, sizeof(buf), fmt, ap);
246 echo "Checking for vsnprintf() in stdio.h... Yes."
259 n = vsnprintf(buf, sizeof(buf), fmt, ap);
271 echo "Checking for return value of vsnprintf()... Yes."
274 echo "Checking for return value of vsnprintf()... No."
275 echo " WARNING: apparently vsnprintf() does not return a value. zlib"
281 echo "Checking for vsnprintf() in stdio.h... No."
282 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib"
  /external/webkit/WebKit/android/wds/client/
AdbConnection.cpp 89 int res = vsnprintf(buf, MAX_COMMAND_LENGTH, fmt, args);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.c 211 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap);
os_internal.c 461 ret = vsnprintf(str, size, format, ap);
  /frameworks/base/tools/localize/
SourcePos.cpp 136 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
  /external/bluetooth/glib/
config.h.win32.in 134 /* Define if you have a version of the vsnprintf function with semantics as
585 /* Define to 1 if you have the `vsnprintf' function. */
589 #define vsnprintf _vsnprintf
  /external/clearsilver/util/
neo_str.c 155 bl = vsnprintf (buf, size, fmt, tmp);
287 bl = vsnprintf (*buf, size, fmt, tmp);
306 /* This works better with a C99 compliant vsnprintf, but should work ok
319 bl = vsnprintf (ibuf, sizeof (ibuf), fmt, tmp);
snprintf.c 44 * The original code assumed that both snprintf() and vsnprintf() were
45 * missing. Some systems only have snprintf() but not vsnprintf(), so
100 int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
721 int vsnprintf (char *str, size_t count, const char *fmt, va_list args) function
749 total = vsnprintf(str, count, fmt, ap);
neo_misc.c 39 vsnprintf (buf, sizeof(buf), fmt, ap);
  /external/libpcap/missing/
snprintf.c 472 ret = vsnprintf (str, sz, format, args);
610 vsnprintf (char *str, size_t sz, const char *format, va_list args) function
  /external/tcpdump/missing/
snprintf.c 472 ret = vsnprintf (str, sz, format, args);
610 vsnprintf (char *str, size_t sz, const char *format, va_list args) function
  /bionic/libc/include/
stdio.h 284 int vsnprintf(char *, size_t, const char *, __va_list)
  /bionic/libc/unistd/
syslog.c 224 prlen = vsnprintf(p, tbuf_left, fmt_cpy, ap);
  /development/ndk/platforms/android-3/include/
stdio.h 284 int vsnprintf(char *, size_t, const char *, __va_list)
  /development/ndk/platforms/android-8/include/
stdio.h 284 int vsnprintf(char *, size_t, const char *, __va_list)
  /external/dnsmasq/src/
log.c 346 len += vsnprintf(p, MAX_MESSAGE - len, format, ap) + 1; /* include zero-terminator */
  /external/e2fsprogs/intl/
printf.c 172 # define system_vsnprintf vsnprintf
  /external/kernel-headers/original/linux/
kernel.h 116 extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 463 vsnprintf(info->detail, sz - 1, fmt, ap);
  /external/qemu/android/utils/
stralloc.c 162 n = vsnprintf( s->s, s->a, fmt, args2 );
  /external/stlport/test/eh/
main.cpp 64 std::vsnprintf(msg, sizeof(msg)/sizeof(*msg) - 1, format_str, args );
  /external/v8/src/
platform-posix.cc 160 int result = VSNPrintF(str, format, args);
166 int OS::VSNPrintF(Vector<char> str,
169 int n = vsnprintf(str.start(), str.length(), format, args);
  /external/wpa_supplicant/
os_internal.c 436 ret = vsnprintf(str, size, format, ap);
  /external/zlib/
configure 340 vsnprintf(buf, sizeof(buf), fmt, ap);
352 echo "Checking for vsnprintf() in stdio.h... Yes."
365 n = vsnprintf(buf, sizeof(buf), fmt, ap);
377 echo "Checking for return value of vsnprintf()... Yes."
381 echo "Checking for return value of vsnprintf()... No."
382 echo " WARNING: apparently vsnprintf() does not return a value. zlib"
389 echo "Checking for vsnprintf() in stdio.h... No."
390 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib"
  /hardware/libhardware_legacy/qemu/
qemu.c 240 len = vsnprintf(buffer+4, buffer_size-4, format, args);

Completed in 2388 milliseconds

1 23 4 5 6 7