Home
last modified time | relevance | path

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

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