Searched refs:fts_open (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dxfts.c1 /* xfts.c -- a wrapper for fts_open
30 /* Fail with a proper diagnostic if fts_open fails. */
36 FTS *fts = fts_open (argv, options | FTS_CWDFD, compar);
H A Dfts_.h131 Use this flag to make fts_open and fts_read defer the stat/lstat/fststat
144 int fts_options; /* fts_open options, global flags */
256 FTS *fts_open (char * const *, int,
H A Dfts.c369 fts_open (char * const *argv, function
557 * place and the user can access the first node. From fts_open it's
1499 * the saved fd; if one of fts_open()'s arguments is a relative name
/haiku-fatelf/src/system/libroot/posix/
H A Dftw.c47 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
H A Dnftw.c58 ftsp = fts_open(paths, ftsflags, NULL);
H A Dfts.c98 * details. The FTS returned from fts_open points to this structure's
131 fts_open(argv, options, compar) function
148 /* fts_open() requires at least one path */
258 * place and the user can access the first node. From fts_open it's
865 * the saved fd; if one of fts_open()'s arguments is a relative path
/haiku-fatelf/headers/posix/
H A Dfts.h64 int fts_options; /* fts_open options, global flags */
131 FTS *fts_open(char * const *, int,

Completed in 30 milliseconds