Searched defs:pkgstrPrintf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c49 * pkgstrPrintf - Create a string from a printf style format and arguments
248 * Name: pkgstrPrintf
266 pkgstrPrintf(char *a_format, ...) function
646 p = pkgstrPrintf("%s%c%s", *a_old, a_separator, a_new);

Completed in 291 milliseconds