Home
last modified time | relevance | path

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

123

/freebsd/contrib/mandoc/
H A Dtest-fts.c31 entry = fts_read(ftsp); in main()
H A Dcompat_fts.h103 FTSENT *fts_read(FTS *);
/freebsd/tools/test/stress2/testcases/fts/
H A Dfts.c69 while ((p = fts_read(fts)) != NULL && done_testing == 0) { in test()
/freebsd/lib/libc/gen/
H A Dftw.c47 while ((cur = fts_read(ftsp)) != NULL) { in ftw()
H A Dnftw.c58 while ((cur = fts_read(ftsp)) != NULL) { in nftw()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c105 while ((ftse = fts_read(fts)) != NULL) { in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Ddev.sh96 while ((p = fts_read(fts)) != NULL) {
H A Ddev2.sh108 while ((p = fts_read(fts)) != NULL) {
H A Dprocfs3.sh91 while ((p = fts_read(fts)) != NULL) {
H A Dfts3.sh107 while ((p = fts_read(fts)) != NULL)
H A Dfts.sh100 while ((p = fts_read(fts)) != NULL) {
H A Dposix_openpt2.sh93 while ((p = fts_read(fts)) != NULL) {
H A Dpts.sh93 while ((p = fts_read(fts)) != NULL) {
H A Ddev3.sh119 while ((p = fts_read(fts)) != NULL) {
H A Dpty.sh91 while ((p = fts_read(fts)) != NULL) {
H A Dsigxcpu.sh110 while ((p = fts_read(fts)) != NULL) {
H A Dfifo3.sh154 while ((p = fts_read(fts)) != NULL) {
H A Dftruncate.sh119 while ((p = fts_read(fts)) != NULL) {
H A Dfdatasync.sh116 while ((p = fts_read(fts)) != NULL) {
H A Dfdatasync2.sh114 while ((p = fts_read(fts)) != NULL) {
H A Dtmpfs16.sh122 while ((p = fts_read(fts)) != NULL) {
/freebsd/include/
H A Dfts.h130 FTSENT *fts_read(FTS *);
/freebsd/usr.bin/find/
H A Dfind.c178 while (errno = 0, (entry = fts_read(tree)) != NULL) { in find_execute()
/freebsd/bin/chflags/
H A Dchflags.c151 for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) { in main()
/freebsd/bin/chmod/
H A Dchmod.c153 for (rval = 0; errno = 0, (p = fts_read(ftsp)) != NULL;) { in main()

123