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

/osnet-11/usr/src/lib/libpkg/common/
H A Dmappath.c155 basepath(char *path, char *basedir, char *ir) function
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_clnt.c323 * The basepath parameter specifies a qualifier for the returned information.
325 * have basepath as a prefix.
331 srvsvc_net_files_enum(char *server, char *domain, char *basepath, argument
360 if (basepath != NULL)
361 arg.basepath = (LPTSTR)basepath;
/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c127 char *basepath; local
138 basepath = root->hp_basepath;
141 free(basepath);
1258 char *basepath = NULL; local
1286 if ((basepath = strdup(val_string)) == NULL)
1310 if (basepath)
1311 free(basepath);
1320 if (basepath) {
1322 root->hp_basepath = basepath;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c756 const char *basepath; local
760 basepath = get_unrooted(path);
764 basepath = path;
769 return (fstatat(fd, basepath, statp, flags));
779 const char *basepath; local
783 basepath = get_unrooted(path);
787 basepath = path;
792 return (fstatat(fd, basepath, statp, flags | AT_SYMLINK_NOFOLLOW));

Completed in 37 milliseconds