Home
last modified time | relevance | path

Searched refs:fts_child (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libc/gen/
H A Dfts.c227 if (sp->fts_child) in fts_close()
228 fts_lfree(sp->fts_child); in fts_close()
306 if (sp->fts_child) { in fts_read()
308 sp->fts_child = NULL; in fts_read()
318 sp->fts_child = NULL; in fts_read()
333 if (sp->fts_child) { in fts_read()
346 p = sp->fts_child; in fts_read()
347 sp->fts_child = NULL; in fts_read()
500 if (sp->fts_child) in fts_children()
501 fts_lfree(sp->fts_child); in fts_children()
[all …]
/openbsd/include/
H A Dfts.h40 struct _ftsent *fts_child; /* linked list of children */ member