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

/external/ppp/pppd/
H A 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)) {

Completed in 93 milliseconds