Home
last modified time | relevance | path

Searched refs:fts_read (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/lib/libc/hidden/
Dfts.h26 PROTO_NORMAL(fts_read);
/openbsd/src/lib/libc/gen/
Dftw.c48 while ((cur = fts_read(ftsp)) != NULL) { in ftw()
Dnftw.c58 while ((cur = fts_read(ftsp)) != NULL) { in nftw()
Dfts.c255 fts_read(FTS *sp) in fts_read() function
442 DEF_WEAK(fts_read);
/openbsd/src/include/
Dfts.h121 FTSENT *fts_read(FTS *);
/openbsd/src/bin/mv/
Drm.c72 while ((p = fts_read(fts)) != NULL) { in rm_tree()
Dcp.c221 for (rval = 0; (curr = fts_read(ftsp)) != NULL;) { in copy()
/openbsd/src/usr.sbin/dev_mkdb/
Ddev_mkdb.c110 while ((dp = fts_read(fts))) { in main()
/openbsd/src/usr.bin/find/
Dfind.c185 entry = fts_read(tree); in find_execute()
/openbsd/src/usr.sbin/mtree/
Dverify.c81 while ((p = fts_read(t))) { in vwalk()
Dcreate.c90 while ((p = fts_read(t))) { in cwalk()
/openbsd/src/usr.bin/du/
Ddu.c164 for (rval = 0; (p = fts_read(fts)) != NULL;) in main()
/openbsd/src/bin/chmod/
Dchmod.c217 for (rval = 0; (p = fts_read(ftsp)) != NULL;) { in main()
/openbsd/src/bin/pax/
Dftree.c370 if ((ftent = fts_read(ftsp)) == NULL) { in next_file()
/openbsd/src/bin/rm/
Drm.c155 while ((p = fts_read(fts)) != NULL) { in rm_tree()
/openbsd/src/bin/cp/
Dcp.c279 for (rval = 0; (curr = fts_read(ftsp)) != NULL;) { in copy()
/openbsd/src/regress/lib/libc/sys/
Dt_stat.c111 while ((ftse = fts_read(fts)) != NULL) { in ATF_TC_BODY()
/openbsd/src/bin/ls/
Dls.c374 while ((p = fts_read(ftsp)) != NULL) in traverse()
/openbsd/src/usr.bin/rsync/
Dflist.c899 while ((ent = fts_read(fts)) != NULL) { in flist_gen_dirent()
1286 while ((ent = fts_read(fts)) != NULL) { in flist_gen_dels()
/openbsd/src/usr.sbin/smtpd/
Dqueue_fs.c582 while ((e = fts_read(q->fts)) != NULL) { in fsqueue_qwalk()
Dutil.c253 while ((e = fts_read(fts)) != NULL) { in rmtree()
/openbsd/src/usr.bin/grep/
Dutil.c77 while ((p = fts_read(fts)) != NULL) { in grep_tree()
/openbsd/src/usr.bin/compress/
Dmain.c373 for (rc = SUCCESS; (entry = fts_read(ftsp)) != NULL;) { in main()
/openbsd/src/usr.sbin/rpki-client/
Drepo.c1970 while ((e = fts_read(fts)) != NULL) { in repo_cleanup()
2012 while ((e = fts_read(fts)) != NULL) { in remove_contents()
/openbsd/src/sbin/dump/
Dtraverse.c202 while ((entry = fts_read(dirh)) != NULL) { in mapfiles()

12