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

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c104 #define UNPROT(c) ((c) & ~M_PROTECT) macro
405 b < eb && *p != EOS && UNPROT(*p) != SEP; *b++ = *p++)
408 if (*p != EOS && UNPROT(*p) != SEP)
631 UNPROT(pathend[-1]) != SEP &&
650 while (*p != EOS && UNPROT(*p) != SEP) {
663 while (UNPROT(*pattern) == SEP) {
737 if (dp->d_name[0] == '.' && UNPROT(*pattern) != DOT) {
H A Dglob.c136 #define UNPROT(c) ((c) & ~M_PROTECT) macro
437 b < eb && *p != EOS && UNPROT(*p) != SEP; *b++ = *p++)
440 if (*p != EOS && UNPROT(*p) != SEP)
664 UNPROT(pathend[-1]) != SEP &&
683 while (*p != EOS && UNPROT(*p) != SEP) {
696 while (UNPROT(*pattern) == SEP) {
769 if (dp->d_name[0] == '.' && UNPROT(*pattern) != DOT) {

Completed in 112 milliseconds