HomeSort by: relevance | last modified time | path
    Searched refs:F_TYPE (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.h 38 F_TIME | F_TYPE | F_UID | F_FLAGS)
85 #define F_TYPE 0x00040000 /* file type */
misc.c 92 {"type", F_TYPE, NEEDVALUE},
mtree.c 152 keys = F_TYPE;
specspec.c 148 differs = F_TYPE;
spec.c 344 if (MATCHFLAG(F_TYPE))
657 case F_TYPE:
  /src/bin/pax/
ftree.c 468 NODETEST(ftnode->flags & F_TYPE, "type");
482 if (ftnode->flags & F_TYPE && nodetoino(ftnode->type)
  /src/usr.sbin/makefs/
walk.c 564 NODETEST(curnode->flags & F_TYPE, "type");

Completed in 47 milliseconds