| /freebsd-10-stable/lib/libc/gen/ |
| D | ftw.c | 47 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
|
| D | nftw.c | 58 ftsp = fts_open(paths, ftsflags, NULL); in nftw()
|
| D | Symbol.map | 327 fts_open;
|
| D | Makefile.inc | 351 fts.3 fts_open.3 \
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_getcwd.c | 98 fts = fts_open(argv, ops, NULL); in ATF_TC_BODY()
|
| /freebsd-10-stable/include/ |
| D | fts.h | 129 FTS *fts_open(char * const *, int,
|
| /freebsd-10-stable/usr.sbin/ctm/ctm_dequeue/ |
| D | ctm_dequeue.c | 89 fts = fts_open(list, FTS_PHYSICAL|FTS_COMFOLLOW, fts_sort); in main()
|
| /freebsd-10-stable/bin/chflags/ |
| D | chflags.c | 144 if ((ftsp = fts_open(++argv, fts_options , 0)) == NULL) in main()
|
| /freebsd-10-stable/usr.bin/find/ |
| D | find.c | 180 tree = fts_open(paths, ftsoptions, (issort ? find_compare : NULL)); in find_execute()
|
| /freebsd-10-stable/bin/chmod/ |
| D | chmod.c | 151 if ((ftsp = fts_open(++argv, fts_options, 0)) == NULL) in main()
|
| /freebsd-10-stable/usr.sbin/chown/ |
| D | chown.c | 162 if ((ftsp = fts_open(++argv, fts_options, 0)) == NULL) in main()
|
| /freebsd-10-stable/usr.sbin/mtree/ |
| D | verify.c | 85 if ((t = fts_open(argv, ftsoptions, nsort)) == NULL) in vwalk()
|
| D | create.c | 103 if ((t = fts_open(argv, ftsoptions, dsort)) == NULL) in cwalk()
|
| /freebsd-10-stable/bin/pax/ |
| D | ftree.c | 332 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL) in ftree_arg()
|
| /freebsd-10-stable/contrib/mtree/ |
| D | verify.c | 89 if ((t = fts_open(argv, ftsoptions, NULL)) == NULL) in vwalk()
|
| /freebsd-10-stable/usr.sbin/kldxref/ |
| D | kldxref.c | 332 ftsp = fts_open(argv, fts_options, compare); in main()
|
| /freebsd-10-stable/usr.sbin/asf/ |
| D | asf.c | 201 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_NOCHDIR, NULL); in findmodules()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_stat.c | 107 fts = fts_open(argv, ops, NULL); in ATF_TC_BODY()
|
| /freebsd-10-stable/bin/cp/ |
| D | cp.c | 281 if ((ftsp = fts_open(argv, fts_options, NULL)) == NULL) in copy()
|
| /freebsd-10-stable/usr.sbin/ckdist/ |
| D | ckdist.c | 150 if ((ftsp = fts_open(arg, FTS_LOGICAL, NULL)) == NULL) in main()
|
| /freebsd-10-stable/usr.bin/du/ |
| D | du.c | 251 if ((fts = fts_open(argv, ftsoptions, NULL)) == NULL) in main()
|
| /freebsd-10-stable/usr.bin/grep/ |
| D | util.c | 126 if (!(fts = fts_open(argv, fts_flags, NULL))) in grep_tree()
|
| /freebsd-10-stable/usr.sbin/setfmac/ |
| D | setfmac.c | 140 fts = fts_open(argv, hflag | xflag, NULL); in main()
|
| /freebsd-10-stable/usr.sbin/pkg_install/lib/ |
| D | match.c | 101 …ftsp = fts_open((char * const *)(uintptr_t)paths, FTS_LOGICAL | FTS_NOCHDIR | FTS_NOSTAT, fname_cm… in matchinstalled()
|
| /freebsd-10-stable/bin/rm/ |
| D | rm.c | 206 if (!(fts = fts_open(argv, flags, NULL))) { in rm_tree()
|