HomeSort by relevance Sort by last modified time
    Searched defs:vasprintf (Results 1 - 21 of 21) sorted by null

  /external/syslinux/com32/lib/
vasprintf.c 2 * vasprintf.c
9 int vasprintf(char **bufp, const char *format, va_list ap) function
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vasprintf.c 1 /* $OpenBSD: vasprintf.c,v 1.19 2015/12/28 22:08:18 mmcc Exp $ */
26 vasprintf(char **str, const char *fmt, __va_list ap) function
57 DEF_WEAK(vasprintf); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vasprintf.c 1 /* $NetBSD: vasprintf.c,v 1.10 2005/02/09 21:35:47 kleink Exp $ */
32 __RCSID("$NetBSD: vasprintf.c,v 1.10 2005/02/09 21:35:47 kleink Exp $");
43 vasprintf(str, fmt, ap) function
  /external/syslinux/gpxe/src/core/
asprintf.c 17 int vasprintf ( char **strp, const char *fmt, va_list args ) { function
46 len = vasprintf ( strp, fmt, 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);
  /toolchain/binutils/binutils-2.25/libiberty/
vasprintf.c 47 @deftypefn Extension int vasprintf (char **@var{resptr}, @
153 vasprintf (char **result, const char *format, function
170 vasprintf (&result, format, args);
  /external/conscrypt/common/src/jni/main/include/
compat.h 57 inline int vasprintf(char **ret, const char *format, va_list args) { function
82 int r = vasprintf(strp, fmt, ap);
  /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
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/win32/
support.cpp 25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, function
  /external/libxml2/
trio.h 219 #define vasprintf trio_vasprintf macro
  /external/libcxx/include/support/ibm/
xlocale.h 248 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 312 static inline int vasprintf(char **strp, char const *fmt, va_list ap) { function
345 if (-1 == vasprintf(&str, format, argptr)) {
346 // On failure, glibc vasprintf leaves str undefined
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/ibm/
xlocale.h 248 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 291 static inline int vasprintf(char **strp, char const *fmt, va_list ap) { function
326 if (-1 == vasprintf(&str, format, argptr)) {
327 /* on failure, glibc vasprintf leaves str undefined */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 213 int vasprintf(char **__ret, const char *__format, __builtin_va_list __local_argv) function
398 int __cdecl vasprintf(char ** __restrict__ ret,const char * __restrict__ format,va_list ap) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 0)));;
    [all...]

Completed in 913 milliseconds