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

/osnet-11/usr/src/lib/libc/port/gen/
H A D_xftw.c150 char *subpath; local
221 subpath = malloc(n + strlen(direntp->d_name) + 2);
222 if (subpath == 0) {
227 (void) strcpy(subpath, path);
228 if (subpath[0] != '\0' && subpath[n-1] != '/')
229 subpath[n++] = '/';
232 (void) strlcpy(&subpath[n], direntp->d_name, MAXNAMELEN);
241 free(subpath);
250 rc = fwalk(subpath, f
[all...]
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevlink_disco.c160 char *subpath; local
202 subpath = NULL;
203 subpath = strstr(buf, path);
205 if (subpath != NULL) {
212 if (strcmp(subpath, tmpPath) == 0) {
/osnet-11/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c74 * pref is a substring of full. To be a subpath, it cannot cover a
88 * Return zero iff the path named by sub is a leading subpath
94 subpath(char *full, char *sub) function
265 if (subpath(globalpath, mnt->mnt_mountp) != 0)
379 if (subpath(globalpath, mnt->mnt_mountp) != 0)
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c75 static void i_iov_path_to_connection(char *subpath, char *connection,
454 char subpath[MAXPATHLEN]; local
464 (void) memset(subpath, 0, MAXPATHLEN);
477 (void) memcpy(subpath, fullpath, MAXPATHLEN);
481 slash = strrchr(subpath, '/');
492 if (slash == subpath) {
499 node = hp_init(subpath, connection, 0);
506 "subpath: %s, conn:%s\n", subpath, connection);
515 "subpath
772 i_iov_path_to_connection(char *subpath, char *connection, boolean_t is_rc) argument
[all...]

Completed in 27 milliseconds