HomeSort by: relevance | last modified time | path
    Searched defs:fts_read (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/compat/gen/
compat___fts50.c 33 #undef fts_read
34 #define fts_read __fts_read50 macro
compat___fts31.c 53 #undef fts_read
54 #define fts_read __fts_read31 macro
compat___fts32.c 34 #undef fts_read
35 #define fts_read __fts_read32 macro
compat___fts13.c 55 #undef fts_read
56 #define fts_read __fts_read13 macro
compat___fts30.c 54 #undef fts_read
55 #define fts_read __fts_read30 macro
  /src/lib/libc/gen/
fts.c 111 #define BREAD 3 /* fts_read */
197 * Allocate a dummy pointer and make fts_read think that we've just
334 fts_read(FTS *sp) function in typeref:typename:FTSENT *
604 * If using chdir on a relative path and called BEFORE fts_read does
608 * fts_read will work.
628 * and fts_read. There are lots of special cases.
663 * If being called from fts_read, set the fts_info field.
707 * names themselves. Note, that since fts_read won't be able to
734 * could do them in fts_read before returning the path, but it's a
892 * fts_read and nothing found, get back. At the root level we us
    [all...]
  /src/lib/libc/include/
namespace.h 355 #define fts_read _fts_read macro

Completed in 16 milliseconds