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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c211 wchar_t *wide_dest, *wide_destp; local
218 wide_destp = wide_dest = safe_zalloc(destbufsz * sizeof (wchar_t));
248 *wide_destp++ = L'\\';
249 *wide_destp++ = (wchar_t)c;
254 *wide_destp++ = wc;
271 *wide_destp++ = L'\\';
272 *wide_destp++ = (wchar_t)('0' + ((c >> 6) & 7));
273 *wide_destp++ = (wchar_t)('0' + ((c >> 3) & 7));
274 *wide_destp++ = (wchar_t)('0' + (c & 7));
279 *wide_destp
395 wchar_t *wide_dest, *wide_destp; local
[all...]

Completed in 44 milliseconds