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

/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c170 unctrl_str_strict_ascii(const char *src, int escape_slash, int *unprintable) argument
180 if (escape_slash || ic != '\\')
201 * If escape_slash is true, escaping of '\' occurs. The first time a string
203 * string should set escape_slash to 0. Otherwise you'll wind up with
207 unctrl_str(const char *src, int escape_slash, int *unprintable) argument
232 return (unctrl_str_strict_ascii(src, escape_slash,
244 if ((c != '\0') && (escape_slash || c != '\\')) {

Completed in 58 milliseconds