Home
last modified time | relevance | path

Searched refs:xasprintf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dutils.h32 char *xasprintf(const char *fmt, ...);
H A Dutils.c37 char *xasprintf(const char *fmt, ...) in xasprintf() function
H A Dlib.c902 diag_prefix = xasprintf("%s", opt+1); in handle_fdiagnostic_prefix()