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

/haiku/headers/compatibility/bsd/
H A Dfts.h137 FTSENT *fts_read(FTS *);
/haiku/src/libs/bsd/
H A Dfts.c91 #define BREAD 3 /* fts_read */
223 * Allocate a dummy pointer and make fts_read think that we've just
331 fts_read(FTS *sp) function
587 * If using chdir on a relative path and called BEFORE fts_read does
591 * fts_read will work.
655 * and fts_read. There are lots of special cases.
692 * If being called from fts_read, set the fts_info field.
746 * names themselves. Note, that since fts_read won't be able to
773 * could do them in fts_read before returning the path, but it's a
911 * fts_read an
[all...]

Completed in 54 milliseconds