Lines Matching defs:rpath
1925 char *cp, *rpath;
1931 if ((rpath = config_calloc_check(1, strlen(physpath) + 1,
1936 (void) strcpy(rpath, physpath);
1940 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
1941 (void) memmove(rpath, rpath + len,
1942 strlen(rpath + len) + 1);
1946 if ((cp = GET_DYN(rpath)) != NULL) {
1951 if ((cp = strrchr(rpath, ':')) != NULL) {
1966 wnode = di_lookup_node(rnode, rpath);
1972 S_FREE(rpath);
2003 wnode = di_lookup_node(rnode, rpath);
2009 S_FREE(rpath);
2017 S_FREE(rpath);
2033 S_FREE(rpath);