Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1684 char *ptr_word, *ptr_mask; local
1713 ptr_word = ap->word;
1714 if (strcmp(ptr_word, "-") == 0)
1716 if (strcmp(ptr_word, "*") == 0) {
1724 if (*ptr_word == '!') {
1726 ++ptr_word;
1731 ptr_mask = strchr (ptr_word, '/');
1756 hp = getipnodebyname(ptr_word, AF_INET, 0, &err_num);
1761 char *cp = ptr_word + strlen(ptr_word);
1762 if (cp > ptr_word)
[all …]