Home
last modified time | relevance | path

Searched refs:fts_open (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/mandoc/
H A Dtest-fts.c23 ftsp = fts_open((char * const *)argv, in main()
H A Dcompat_fts.h101 FTS *fts_open(char * const *, int,
/freebsd/tools/test/stress2/testcases/fts/
H A Dfts.c66 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL) in test()
/freebsd/lib/libc/gen/
H A Dftw.c44 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
H A Dnftw.c55 ftsp = fts_open(paths, ftsflags, NULL); in nftw()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c98 fts = fts_open(argv, ops, NULL); in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Ddev.sh93 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Ddev2.sh103 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dprocfs3.sh88 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dfts3.sh104 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dpts.sh90 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dposix_openpt2.sh90 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dfts.sh97 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dpty.sh88 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Ddev3.sh114 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dsigxcpu.sh107 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dfifo3.sh151 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dftruncate.sh115 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dfdatasync.sh112 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dfdatasync2.sh110 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dtmpfs16.sh118 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
H A Dpread.sh143 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
/freebsd/include/
H A Dfts.h128 FTS *fts_open(char * const *, int,
/freebsd/usr.bin/find/
H A Dfind.c173 tree = fts_open(paths, ftsoptions, (issort ? find_compare : NULL)); in find_execute()
/freebsd/bin/chflags/
H A Dchflags.c148 if ((ftsp = fts_open(++argv, fts_options , 0)) == NULL) in main()

123