Home
last modified time | relevance | path

Searched refs:xvasprintf (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dutils.c38 char *xvasprintf(const char *fmt, va_list ap) in xvasprintf() function
60 str = xvasprintf(fmt, ap); in xasprintf()
Dutils.h45 char *xvasprintf(const char *fmt, va_list ap);
/third_party/libinput/src/
Dutil-strings.h133 xvasprintf(char **strp, const char *fmt, va_list args) in xvasprintf() function
/third_party/libinput/test/
Dtest-device.c1457 n = xvasprintf(&message, format, args); in debug_log_handler()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst624 * utils: add xasprintf() & xvasprintf()