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

1 2 3 4 5 6 7

  /external/linux-tools-perf/perf-3.12.0/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 47 vasprintf(&buffer, format, list2);
54 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/linux-tools-perf/perf-3.12.0/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
locale_win32.cpp 104 return vasprintf( ret, format, ap );
  /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
locale_win32.cpp 104 return vasprintf( ret, format, ap );
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio-ldbl.h 69 __LDBL_REDIR_DECL (vasprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio-ldbl.h 69 __LDBL_REDIR_DECL (vasprintf)
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 33 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);
  /external/qemu/util/
osdep.c 500 int vasprintf( char **, const char *, va_list );
502 int vasprintf( char **sptr, const char *fmt, va_list argv ) function
516 retval = vasprintf( sptr, fmt, argv );
  /ndk/sources/android/support/src/
locale_support.c 54 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 36 int vasprintf(char **sptr, const char *__restrict fmt, va_list ap);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 36 int vasprintf(char **sptr, const char *__restrict fmt, va_list ap);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 36 int vasprintf(char **sptr, const char *__restrict fmt, va_list ap);

Completed in 547 milliseconds

1 2 3 4 5 6 7