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

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c113 #define isprot(c) (((c)&M_PROTECT) != 0) macro
1075 (void)printf("%c", (isprot(*p) ? '\\' : ' '));
H A Dglob.c145 #define isprot(c) (((c)&M_PROTECT) != 0) macro
1107 (void)printf("%c", (isprot(*p) ? '\\' : ' '));

Completed in 117 milliseconds