OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fts_build
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
fts.c
63
static FTSENT *
fts_build
(FTS *, int);
108
/*
fts_build
flags */
411
* If haven't read do so. If the read fails,
fts_build
sets
422
} else if ((sp->fts_child =
fts_build
(sp, BREAD)) == NULL) {
612
return (sp->fts_child =
fts_build
(sp, instr));
616
sp->fts_child =
fts_build
(sp, instr);
640
fts_build
(FTS *sp, int type)
function in typeref:typename:FTSENT *
970
* in
fts_build
to limit the number of stat calls. It is
fts.c
63
static FTSENT *
fts_build
(FTS *, int);
108
/*
fts_build
flags */
411
* If haven't read do so. If the read fails,
fts_build
sets
422
} else if ((sp->fts_child =
fts_build
(sp, BREAD)) == NULL) {
612
return (sp->fts_child =
fts_build
(sp, instr));
616
sp->fts_child =
fts_build
(sp, instr);
640
fts_build
(FTS *sp, int type)
function in typeref:typename:FTSENT *
970
* in
fts_build
to limit the number of stat calls. It is
Completed in 164 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025