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

/bionic/libc/bionic/
H A Dfts.c67 #define BREAD 3 /* fts_read */
147 * Allocate a dummy pointer and make fts_read think that we've just
254 fts_read(FTS *sp) function
507 * If using chdir on a relative path and called BEFORE fts_read does
511 * fts_read will work.
531 * and fts_read. There are lots of special cases.
560 * If being called from fts_read, set the fts_info field.
595 * names themselves. Note, that since fts_read won't be able to
624 * could do them in fts_read before returning the path, but it's a
763 * fts_read an
[all...]

Completed in 91 milliseconds