HomeSort by relevance Sort by last modified time
    Searched refs:vsnprintf (Results 101 - 125 of 455) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/bt/stack/test/rfcomm/
stack_rfcomm_test_main.cc 34 vsnprintf(buffer, 256, fmt_str, args);
  /system/core/init/
log.cpp 82 vsnprintf(buf, sizeof(buf), fmt, ap);
  /system/core/libcutils/
klog.cpp 61 vsnprintf(buf, sizeof(buf), fmt, ap);
  /toolchain/binutils/binutils-2.27/gas/
messages.c 180 vsnprintf (buffer, sizeof (buffer), format, args);
199 vsnprintf (buffer, sizeof (buffer), format, args);
243 vsnprintf (buffer, sizeof (buffer), format, args);
260 vsnprintf (buffer, sizeof (buffer), format, args);
  /external/google-benchmark/src/
string_util.cc 134 // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation
136 auto ret = vsnprintf(local_buff.data(), size, msg, args_cp);
149 // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation
151 ret = vsnprintf(buff_ptr.get(), size, msg, args);
  /external/libcups/cups/
langprintf.c 129 vsnprintf(buffer, sizeof(buffer), temp, ap);
183 vsnprintf(buffer, sizeof(buffer) - 1,
  /external/libcxx/utils/google-benchmark/src/
string_util.cc 134 // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation
136 auto ret = vsnprintf(local_buff.data(), size, msg, args_cp);
149 // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation
151 ret = vsnprintf(buff_ptr.get(), size, msg, args);
  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 81 vsnprintf(buf,sizeof(buf)-1,fmt,va);
93 vsnprintf(buf,sizeof(buf)-1,fmt,va);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio-ldbl.h 47 __LDBL_REDIR_DECL (vsnprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio-ldbl.h 47 __LDBL_REDIR_DECL (vsnprintf)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
string_util.cc 134 // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation
136 auto ret = vsnprintf(local_buff.data(), size, msg, args_cp);
149 // 2015-10-08: vsnprintf is used instead of snd::vsnprintf due to a limitation
151 ret = vsnprintf(buff_ptr.get(), size, msg, args);
  /bionic/libc/bionic/
syslog.cpp 115 vsnprintf(log_line, sizeof(log_line), log_fmt, args);
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_resources.cpp 103 size_t printf_size = vsnprintf(data_, reserve_size_, format, args);
106 // vsnprintf write no more than |reserve_size_| bytes including trailing \0.
  /external/mesa3d/src/amd/addrlib/inc/
lnx_common_defs.h 72 #define vsnprintf(_dst, _size, _fmt, varg) __ke_snprintf(_dst, _size, _fmt, varg) macro
  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.cpp 40 vsnprintf(buffer, sizeof(buffer), fmt, args);
  /external/selinux/libsemanage/src/
debug.c 106 vsnprintf(buffer, sizeof(buffer), fmt, ap);
  /external/syslinux/com32/lib/
vdprintf.c 52 rv = vsnprintf(buffer, BUFFER_SIZE, format, ap);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.cc 132 vsnprintf(message, 1024, format, argptr);
  /external/toybox/kconfig/
util.c 101 vsnprintf(s, sizeof(s), fmt, ap);
  /system/extras/perfprofd/tests/
perfprofdmockutils.cc 69 vsnprintf(buffer+strlen(tag), LMAX, fmt, ap);
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 113 extern int vsnprintf(char *, size_t, const char *, va_list);
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 24 #define vsnprintf _vsnprintf macro
65 return_value = vsnprintf(temporary_buffer, sizeof(temporary_buffer),
79 return_value = vsnprintf(temporary_buffer, sizeof(temporary_buffer),
  /external/syslinux/gpxe/src/core/
vsprintf.c 266 /** Context used by vsnprintf() and friends */
302 int vsnprintf ( char *buf, size_t size, const char *fmt, va_list args ) { function
338 i = vsnprintf ( buf, size, fmt, args );
344 * Version of vsnprintf() that accepts a signed buffer size
358 /* Hand off to vsnprintf */
359 return vsnprintf ( buf, ssize, fmt, args );
363 * Version of vsnprintf() that accepts a signed buffer size
  /external/webrtc/webrtc/base/
stringutils.h 61 // strchr, vsnprintf, strtoul, tolowercase
96 #ifndef vsnprintf
97 inline int vsnprintf(wchar_t* buf, size_t n, const wchar_t* fmt, va_list args) { function
100 #endif // !vsnprintf
177 // Safe versions of strncpy, strncat, snprintf and vsnprintf that always
211 int len = vsnprintf(buffer, buflen, format, args);
  /external/e2fsprogs/intl/
libgnuintl.h.in 321 #undef vsnprintf
322 #define vsnprintf libintl_vsnprintf
323 extern int vsnprintf (char *, size_t, const char *, va_list);

Completed in 1642 milliseconds

1 2 3 45 6 7 8 91011>>