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

/freebsd-11-stable/lib/libc/gen/
H A Dglob.c140 #define UNPROT(c) ((c) & ~M_PROTECT) macro
441 b < eb && *p != EOS && UNPROT(*p) != SEP; *b++ = *p++)
444 if (*p != EOS && UNPROT(*p) != SEP)
668 UNPROT(pathend[-1]) != SEP &&
687 while (*p != EOS && UNPROT(*p) != SEP) {
700 while (UNPROT(*pattern) == SEP) {
773 if (dp->d_name[0] == '.' && UNPROT(*pattern) != DOT) {

Completed in 39 milliseconds