HomeSort by relevance Sort by last modified time
    Searched refs:vasprintf (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/linux-tools-perf/src/tools/perf/ui/gtk/
util.c 37 vasprintf(&msg, format, args) < 0) {
62 vasprintf(&msg, format, args) < 0) {
83 vasprintf(&msg, format, args) < 0) {
  /external/libcxxabi/src/
abort_message.cpp 52 vasprintf(&buffer, format, list2);
59 vasprintf(&buffer, format, list2);
  /external/lldb/tools/debugserver/source/
DNBError.cpp 70 ::vasprintf (&arg_msg, format, args);
90 ::vasprintf (&arg_msg, format, args);
DNBLog.cpp 175 ::vasprintf (&arg_msg, format, args);
228 ::vasprintf (&arg_msg, format, args);
281 ::vasprintf (&arg_msg, format, args);
304 ::vasprintf (&arg_msg, format, args);
345 ::vasprintf (&arg_msg, format, args);
366 ::vasprintf (&arg_msg, format, args);
  /external/openssh/openbsd-compat/
bsd-asprintf.c 43 vasprintf(char **str, const char *fmt, va_list ap) function
96 ret = vasprintf(str, fmt, ap);
  /external/linux-tools-perf/src/tools/perf/ui/
helpline.c 47 if (vasprintf(&s, fmt, ap) < 0)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
abort_message.cpp 42 vasprintf(&buffer, format, list2);
  /external/libcxx/src/support/win32/
support.cpp 25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vasprintf.c 1 /* $OpenBSD: vasprintf.c,v 1.16 2009/11/09 00:18:27 kurt Exp $ */
26 vasprintf(char **str, const char *fmt, __va_list ap) function
  /cts/tests/tests/jni/libjnitest/
helper.c 36 int count = vasprintf(&result, format, args);
  /external/libcxx/src/support/solaris/
xlocale.c 43 int __res = vasprintf(__s, __format, __va);
  /external/openssh/
xmalloc.c 97 i = vasprintf(ret, fmt, ap);
  /external/parameter-framework/parameter/
SubsystemObject.cpp 223 vasprintf(&pacBuffer, strMessage.c_str(), listPointer);
241 vasprintf(&pacBuffer, strMessage.c_str(), listPointer);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio-ldbl.h 69 __LDBL_REDIR_DECL (vasprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio-ldbl.h 69 __LDBL_REDIR_DECL (vasprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio-ldbl.h 69 __LDBL_REDIR_DECL (vasprintf)
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 34 vasprintf(&message, format, ap);
  /external/lldb/source/Core/
Log.cpp 227 ::vasprintf (&arg_msg, format, args);
247 ::vasprintf (&arg_msg, format, args);
287 ::vasprintf (&arg_msg, format, args);
306 ::vasprintf (&arg_msg, format, args);
Error.cpp 191 ::vasprintf (&arg_msg, format, args);
232 ::vasprintf (&arg_msg, format, args);
  /system/core/libutils/
Printer.cpp 48 if (vasprintf(&formattedString, format, arglist) < 0) { // returns -1 on error
  /external/e2fsprogs/intl/
libgnuintl.h.in 332 #undef vasprintf
333 #define vasprintf libintl_vasprintf
334 extern int vasprintf (char **, const char *, va_list);
  /ndk/sources/android/support/src/
locale_support.c 53 return vasprintf(strp, fmt, args);
  /external/clang/test/Sema/
format-strings.c 14 int vasprintf(char **, const char *, va_list);
36 vasprintf(&b,s,ap); // expected-warning {{format string is not a string literal}}
76 vasprintf(&b,s,ap); // no-warning
  /external/libcxx/include/support/win32/
support.h 38 int vasprintf(char **sptr, const char *__restrict fmt, va_list ap);

Completed in 703 milliseconds

1 2 3 4 5 6 7