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

/freebsd-11-stable/contrib/mtree/
H A Dspec.c339 #define MATCHFLAG(f) ((keys & (f)) && (cur->flags & (f))) macro
340 if (MATCHFLAG(F_TYPE))
343 if (MATCHFLAG(F_UID | F_UNAME)) {
351 if (MATCHFLAG(F_GID | F_GNAME)) {
359 if (MATCHFLAG(F_MODE))
361 if (MATCHFLAG(F_DEV) &&
365 if (MATCHFLAG(F_NLINK))
368 if (MATCHFLAG(F_SLINK))
371 if (MATCHFLAG(F_SIZE))
374 if (MATCHFLAG(F_TIM
[all...]

Completed in 159 milliseconds