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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c90 static int dss_init(uint_t npaths, char **pathnames);
91 static void dss_mkleafdirs(uint_t npaths, char **pathnames);
766 * The pathnames passed in must already exist, and must be writeable by nfsd.
771 dss_mkleafdirs(uint_t npaths, char **pathnames) argument
789 char *p = pathnames[i];
829 dss_init(uint_t npaths, char **pathnames) argument
841 * Sort the pathnames array, and NULL out duplicates,
846 qsort(pathnames, npaths, sizeof (char *), qstrcmp);
851 if (strcmp(pathnames[i], pathnames[
[all...]
/illumos-gate/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 61 milliseconds