Searched refs:fts_read (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/
H A Dftw.c50 while ((cur = fts_read(ftsp)) != NULL) {
H A Dnftw.c61 while ((cur = fts_read(ftsp)) != NULL) {
H A Dfts.c94 #define BREAD 3 /* fts_read */
219 * Allocate a dummy pointer and make fts_read think that we've just
327 fts_read(FTS *sp) function
579 * If using chdir on a relative path and called BEFORE fts_read does
583 * fts_read will work.
631 * and fts_read. There are lots of special cases.
664 * If being called from fts_read, set the fts_info field.
712 * names themselves. Note, that since fts_read won't be able to
739 * could do them in fts_read before returning the path, but it's a
864 * fts_read an
[all...]
/haiku-fatelf/headers/posix/
H A Dfts.h133 FTSENT *fts_read(FTS *);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts_.h131 Use this flag to make fts_open and fts_read defer the stat/lstat/fststat
259 FTSENT *fts_read (FTS *) __THROW __attribute_warn_unused_result__;
H A Dfts.c249 #define BREAD 3 /* fts_read */
285 fts_info is FTS_NSOK) to indicate whether fts_read should stat
484 command line argument, since fts_read (at least with
514 * Allocate a dummy pointer and make fts_read think that we've just
813 fts_read (register FTS *sp) function
835 Dprintf (("fts_read: p=%s\n",
1125 * If using chdir on a relative file name and called BEFORE fts_read
1129 * fts_read will work.
1206 * and fts_read. There are lots of special cases.
1241 * If being called from fts_read, se
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dchcon.c229 ignore_ptr (fts_read (fts));
248 fts_read to stat it "again". */
320 ent = fts_read (fts);
326 error (0, errno, _("fts_read failed"));
H A Dchmod.c200 fts_read to stat it "again". */
251 ignore_ptr (fts_read (fts));
331 ent = fts_read (fts);
338 error (0, errno, _("fts_read failed"));
H A Dchown-core.c274 ignore_ptr (fts_read (fts));
293 fts_read to stat it "again". */
503 ent = fts_read (fts);
510 error (0, errno, _("fts_read failed"));
H A Dremove.c409 ent = fts_read (fts);
620 ent = fts_read (fts);
625 error (0, errno, _("fts_read failed"));
H A Ddu.c634 ent = fts_read (fts);
640 error (0, errno, _("fts_read failed"));

Completed in 99 milliseconds