Searched refs:vasprintf (Results 1 – 13 of 13) sorted by relevance
/device/google/coral/json-c/ |
D | printbuf.c | 120 static int vasprintf(char **buf, const char *fmt, va_list ap) in vasprintf() function 170 if((size = vasprintf(&t, msg, ap)) < 0) { va_end(ap); return -1; } in sprintbuf()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 118 /* Define to 1 if you have the `vasprintf' function. */
|
D | ChangeLog | 197 Added a Win32/Win64 compliant implementation of vasprintf
|
/device/google/crosshatch/json-c/ |
D | printbuf.c | 120 static int vasprintf(char **buf, const char *fmt, va_list ap) in vasprintf() function 170 if((size = vasprintf(&t, msg, ap)) < 0) { va_end(ap); return -1; } in sprintbuf()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 118 /* Define to 1 if you have the `vasprintf' function. */
|
D | ChangeLog | 197 Added a Win32/Win64 compliant implementation of vasprintf
|
/device/google/bonito/json-c/ |
D | printbuf.c | 120 static int vasprintf(char **buf, const char *fmt, va_list ap) in vasprintf() function 170 if((size = vasprintf(&t, msg, ap)) < 0) { va_end(ap); return -1; } in sprintbuf()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 118 /* Define to 1 if you have the `vasprintf' function. */
|
D | ChangeLog | 197 Added a Win32/Win64 compliant implementation of vasprintf
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | utils.cpp | 50 (void)vasprintf(&buffer, format, ap); in StringPrintf()
|