Searched refs:strp (Results 1 – 2 of 2) sorted by relevance
| /scripts/dtc/ |
| D | util.c | 47 int xavsprintf_append(char **strp, const char *fmt, va_list ap) in xavsprintf_append() argument 53 p = *strp; in xavsprintf_append() 65 *strp = p; in xavsprintf_append() 69 int xasprintf_append(char **strp, const char *fmt, ...) in xasprintf_append() argument 75 n = xavsprintf_append(strp, fmt, ap); in xasprintf_append() 81 int xasprintf(char **strp, const char *fmt, ...) in xasprintf() argument 86 *strp = NULL; in xasprintf() 89 n = xavsprintf_append(strp, fmt, ap); in xasprintf()
|
| D | util.h | 68 extern int PRINTF(2, 3) xasprintf(char **strp, const char *fmt, ...); 69 extern int PRINTF(2, 3) xasprintf_append(char **strp, const char *fmt, ...); 70 extern int PRINTF(2, 0) xavsprintf_append(char **strp, const char *fmt, va_list ap);
|