Home
last modified time | relevance | path

Searched defs:fts_options (Results 1 – 8 of 8) sorted by relevance

/dragonfly/bin/cp/
H A Dcp.c95 int Hflag, Lflag, Pflag, ch, fts_options, r, have_trailing_slash; in main() local
258 copy(char *argv[], enum op type, int fts_options) in copy()
/dragonfly/bin/chmod/
H A Dchmod.c56 int fts_options, hflag, rval, vflag; in main() local
/dragonfly/usr.bin/chflags/
H A Dchflags.c57 int ch, fts_options, oct, rval; in main() local
/dragonfly/usr.sbin/chown/
H A Dchown.c67 int ch, fts_options, rval; in main() local
/dragonfly/include/
H A Dfts.h63 int fts_options; /* fts_open options, global flags */ member
/dragonfly/bin/ls/
H A Dls.c141 int ch, fts_options, notused; in main() local
/dragonfly/contrib/grep/lib/
H A Dfts_.h160 int fts_options; /* fts_open options, global flags */ member
/dragonfly/contrib/grep/src/
H A Dgrep.c526 static int fts_options = basic_fts_options | FTS_COMFOLLOW | FTS_PHYSICAL; variable