Home
last modified time | relevance | path

Searched refs:fts_link (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libast/common/misc/
H A Dfts.c108 #define drop(p,f) (((f)->fts_namelen < MINNAME) ? ((f)->fts_link = (p)->free, (p)->free = (f)) : (f…
185 fts->free = f->fts_link; in node()
205 f->fts_link = 0; in node()
389 *bot = (*bot)->fts_link = root; in getlist()
399 (*bot)->fts_link = 0; in getlist()
662 bot->fts_link = f; in toplist()
684 for (f = fts->todo; f; f = f->fts_link) in order()
795 if (!fts->todo || fts->todo->fts_info == FTS_NS && !fts->todo->fts_link) in fts_open()
834 t->fts_link = f->fts_link; in fts_read()
836 f = t->fts_link; in fts_read()
[all …]
/titanic_50/usr/src/lib/libast/common/include/
H A Dftwalk.h40 #define fts_link link macro
H A Dfts.h106 FTSENT* fts_link; /* next child */ member
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dftwalk.h49 #define fts_link link macro
H A Dfts.h115 FTSENT* fts_link; /* next child */ member
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dftwalk.h49 #define fts_link link macro
H A Dfts.h115 FTSENT* fts_link; /* next child */ member
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dftwalk.h49 #define fts_link link macro
H A Dfts.h115 FTSENT* fts_link; /* next child */ member
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dftwalk.h49 #define fts_link link macro
H A Dfts.h115 FTSENT* fts_link; /* next child */ member
/titanic_50/usr/src/lib/libdll/common/
H A Ddllscan.c373 while (!scan->ent || !(scan->ent = scan->ent->fts_link)) in dllsread()