Searched refs:_z_strPrintf (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libinstzones/common/
H A Dinstzones_lib.h314 char *_z_strPrintf(char *a_format, ...);
H A Dzones_str.c40 * _z_strPrintf - Create string from printf style format and arguments
153 p = _z_strPrintf("%s%c%s", *a_old, a_separator, a_new);
425 * Name: _z_strPrintf
443 _z_strPrintf(char *a_format, ...) function
H A Dzones_locks.c430 p2 = _z_strPrintf(LOBJ_ROOTPATH, p1);
440 *r_result = _z_strPrintf("%s/%s", p2, a_lockObject);

Completed in 24 milliseconds