/freebsd/contrib/mandoc/ |
H A D | test-fts.c | 23 ftsp = fts_open((char * const *)argv, in main()
|
H A D | compat_fts.h | 101 FTS *fts_open(char * const *, int,
|
/freebsd/tools/test/stress2/testcases/fts/ |
H A D | fts.c | 66 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL) in test()
|
/freebsd/lib/libc/gen/ |
H A D | ftw.c | 44 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
|
H A D | nftw.c | 55 ftsp = fts_open(paths, ftsflags, NULL); in nftw()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_getcwd.c | 98 fts = fts_open(argv, ops, NULL); in ATF_TC_BODY()
|
/freebsd/tools/test/stress2/misc/ |
H A D | dev.sh | 93 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | dev2.sh | 103 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | procfs3.sh | 88 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | fts3.sh | 104 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | fts.sh | 97 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | posix_openpt2.sh | 90 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | pts.sh | 90 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | dev3.sh | 114 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | pty.sh | 88 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | sigxcpu.sh | 107 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | fifo3.sh | 151 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | ftruncate.sh | 115 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | fdatasync.sh | 112 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | fdatasync2.sh | 110 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
H A D | tmpfs16.sh | 118 if ((fts = fts_open(args, ftsoptions, NULL)) == NULL)
|
/freebsd/include/ |
H A D | fts.h | 128 FTS *fts_open(char * const *, int,
|
/freebsd/usr.bin/find/ |
H A D | find.c | 173 tree = fts_open(paths, ftsoptions, (issort ? find_compare : NULL)); in find_execute()
|
/freebsd/bin/chflags/ |
H A D | chflags.c | 148 if ((ftsp = fts_open(++argv, fts_options , 0)) == NULL) in main()
|
/freebsd/bin/chmod/ |
H A D | chmod.c | 151 if ((ftsp = fts_open(++argv, fts_options, 0)) == NULL) in main()
|