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

  /src/usr.sbin/mtree/
mtree.h 78 #define F_OPT 0x00000800 /* existence optional */
misc.c 77 {"optional", F_OPT, 0},
verify.c 187 if (p->flags & F_OPT && !(p->flags & F_VISIT))
spec.c 409 if (MATCHFLAG(F_OPT))
560 /* Just set flag bit (F_IGN and F_OPT) */
  /src/bin/pax/
ftree.c 452 if (ftnode->flags & F_OPT)
491 if (ftnode->type == F_DIR && (ftnode->flags & F_OPT))
  /src/usr.sbin/makefs/
walk.c 555 if ((curnode->flags & F_OPT) &&

Completed in 14 milliseconds