Home
last modified time | relevance | path

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

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