Home
last modified time | relevance | path

Searched refs:pathnames (Results 1 – 25 of 37) sorted by relevance

12

/titanic_41/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);
771 dss_mkleafdirs(uint_t npaths, char **pathnames) in dss_mkleafdirs() argument
789 char *p = pathnames[i]; in dss_mkleafdirs()
829 dss_init(uint_t npaths, char **pathnames) in dss_init() argument
846 qsort(pathnames, npaths, sizeof (char *), qstrcmp); in dss_init()
851 if (strcmp(pathnames[i], pathnames[j]) == NULL) { in dss_init()
852 pathnames[j] = NULL; in dss_init()
878 if (pathnames[i] != NULL) in dss_init()
879 tmp_pathnames[j++] = pathnames[i]; in dss_init()
[all …]
/titanic_41/usr/src/lib/libast/common/misc/
H A Dfts.c582 toplist(FTS* fts, register char* const* pathnames) in toplist() argument
598 while (path = *pathnames++) in toplist()
733 fts_open(char* const* pathnames, int flags, int (*comparf)(FTSENT* const*, FTSENT* const*)) in fts_open() argument
785 if (!pathnames || (flags & FTS_ONEPATH) || !*pathnames) in fts_open()
789 v[0] = pathnames && (flags & FTS_ONEPATH) ? (char*)pathnames : "."; in fts_open()
794 fts->todo = toplist(fts, pathnames); in fts_open()
/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A DREADME24 package. Only required changes may be to the pathnames set in path.h. They must
/titanic_41/usr/src/test/test-runner/cmd/
H A Drun.py733 for p in sorted(options.pathnames):
805 (options, pathnames) = parser.parse_args()
810 if options.runfile and len(pathnames):
813 options.pathnames = [os.path.abspath(path) for path in pathnames]
/titanic_41/usr/src/cmd/sgs/ld/common/
H A Dld.msg52 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-file-system-zfs-getgen.mf27 # hint: file action pathnames must be in alphabetical order.
H A Dsystem-file-system-zfs-events.mf27 # hint: file action pathnames must be in alphabetical order.
/titanic_41/usr/src/cmd/sgs/ldprof/common/
H A Dldprof.msg51 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dllib-lopenbsd-compat63 #include <pathnames.h>
/titanic_41/usr/src/lib/libexacct/demo/
H A DREADME50 point to the appropriate pathnames.
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dllib-lssh89 #include <pathnames.h>
/titanic_41/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg71 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/cmd/sgs/ldd/common/
H A Dldd.msg87 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/tools/depcheck/
H A DSampleLinks44 # these replace incorrect link relative pathnames
/titanic_41/usr/src/cmd/lp/filter/postscript/
H A DREADME30 the pathnames defined in common/path.h before compiling the programs. If you're
55 The final pathnames depend on the values assigned to LIBDIR, BINDIR, MACRODIR,
230 The only changes here may be to the pathnames defined in common/path.h.
/titanic_41/usr/src/tools/pmodes/
H A DREADME.pmodes71 -r file Restrict the test to the pathnames listed in "file"
/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dar.msg105 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.msg163 # The following strings represent reserved words, files, pathnames and symbols.
H A Dcap.msg272 # The following strings represent reserved words, files, pathnames and symbols.
H A Dstr.msg284 # The following strings represent reserved words, files, pathnames and symbols.
H A Dphdr.msg355 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/cmd/mdb/demo/
H A DREADME45 Makefile.i386 and Makefile.amd64 to point to the appropriate pathnames.
/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dcrle.msg228 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg280 # The following strings represent reserved words, files, pathnames and symbols.
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif640 ##### contains some server specific data like pathnames and ports that the

12