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

  /src/lib/libc/compat/gen/
compat___fts50.c 31 #undef fts_open
32 #define fts_open __fts_open50 macro
compat___fts31.c 51 #undef fts_open
52 #define fts_open __fts_open31 macro
compat___fts32.c 32 #undef fts_open
33 #define fts_open __fts_open32 macro
compat___fts13.c 53 #undef fts_open
54 #define fts_open __fts_open13 macro
compat___fts30.c 52 #undef fts_open
53 #define fts_open __fts_open30 macro
  /src/lib/libc/gen/
fts.c 118 fts_open(char * const *argv, int options, function in typeref:typename:FTS *
246 * place and the user can access the first node. From fts_open it's
893 * the saved fd; if one of fts_open()'s arguments is a relative path
  /src/lib/libc/include/
namespace.h 354 #define fts_open _fts_open macro

Completed in 16 milliseconds