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

  /bionic/libc/stdio/
asprintf.c 1 /* $OpenBSD: asprintf.c,v 1.15 2005/10/10 12:00:52 espie Exp $ */
27 asprintf(char **str, const char *fmt, ...) function
  /external/qemu/
osdep.c 189 int asprintf( char **, char *, ... );
201 int asprintf( char **sptr, char *fmt, ... ) function
  /external/e2fsprogs/intl/
libgnuintl.h 329 #undef asprintf macro
330 #define asprintf libintl_asprintf macro
331 extern int asprintf (char **, const char *, ...);
  /external/libxml2/
trio.h 204 #define asprintf trio_asprintf macro
  /external/libxslt/libxslt/
trio.h 204 #define asprintf trio_asprintf macro

Completed in 63 milliseconds