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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c993 static const char escstr[] = "a\ab\bf\fn\nr\r"; local
1013 (cp = strchr(escstr, chr)) != NULL)
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c1630 * copies to escstr string.
1635 static int escape_str(char *escstr, char *str) argument
1644 *escstr++ = '\\';
1645 *escstr++ = *str++;
1648 *escstr++ = *str++;
1654 *escstr = '\0';

Completed in 71 milliseconds