Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dauth.c120 #define ISWILD(word) (word[0] == '*' && word[1] == 0) macro
1009 if (*p != '!' && *p != '-' && !ISWILD(p) && strchr(p, '/') == NULL) {
1191 if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) {
1195 if (!ISWILD(word))
1205 if (server != NULL && strcmp(word, server) != 0 && !ISWILD(word))
1207 if (!ISWILD(word))