fts_children
chp = fts_children(ftsp, 0);
chp = fts_children(ftsp, ch_options);
FTSENT *fts_children(FTS *, int);
if ((p = fts_children(t, 0)) == NULL) {