Searched refs:lpszFormat (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c155 static void libSwprintf(wchar_t *wcs, const wchar_t *lpszFormat, ...) argument
158 va_start(args, lpszFormat);
159 (void) vswprintf(wcs, OS_DEVICE_NAME_LEN - 1, lpszFormat, args);
/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c83 static void libSwprintf(wchar_t *wcs, const wchar_t *lpszFormat, ...) { argument
85 va_start(args, lpszFormat);
88 vswprintf(wcs, lpszFormat, args);
90 vswprintf(wcs, 255, lpszFormat, args);

Completed in 285 milliseconds