Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c124 #define ISWILD(word) (word[0] == '*' && word[1] == 0) macro
2161 if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) {
2165 if (!ISWILD(word))
2175 if (!ISWILD(word)) {