Searched defs:pathnames (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c582 toplist(FTS* fts, register char* const* pathnames) argument
598 while (path = *pathnames++)
729 * open a new fts stream on pathnames
733 fts_open(char* const* pathnames, int flags, int (*comparf)(FTSENT* const*, FTSENT* const*)) argument
785 if (!pathnames || (flags & FTS_ONEPATH) || !*pathnames)
789 v[0] = pathnames && (flags & FTS_ONEPATH) ? (char*)pathnames : ".";
794 fts->todo = toplist(fts, pathnames);

Completed in 23 milliseconds