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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c207 unctrl_str(const char *src, int escape_slash, int *unprintable) function
357 * with by unctrl_str(). We make the following subtitution when we
1045 retstr = unctrl_str(str, 1, unprintable);
1069 * error message fprintf'd in unctrl_str() will be in the wrong
1073 retstr = unctrl_str(str, 1, unprintable);
1090 * Run unctrl_str, but make sure not to escape \ characters, which
1093 retstr = unctrl_str(retstr, 0, unprintable);

Completed in 46 milliseconds