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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dspec.c332 #define MATCHFLAG(f) ((keys & (f)) && (cur->flags & (f))) macro
333 if (MATCHFLAG(F_TYPE))
335 if (MATCHFLAG(F_UID | F_UNAME)) {
342 if (MATCHFLAG(F_GID | F_GNAME)) {
349 if (MATCHFLAG(F_MODE))
351 if (MATCHFLAG(F_DEV) &&
354 if (MATCHFLAG(F_NLINK))
356 if (MATCHFLAG(F_SLINK))
358 if (MATCHFLAG(F_SIZE))
360 if (MATCHFLAG(F_TIM
[all...]

Completed in 115 milliseconds