Lines Matching defs:rpath
1924 char *cp, *rpath;
1930 if ((rpath = config_calloc_check(1, strlen(physpath) + 1,
1935 (void) strcpy(rpath, physpath);
1939 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
1940 (void) memmove(rpath, rpath + len,
1941 strlen(rpath + len) + 1);
1945 if ((cp = GET_DYN(rpath)) != NULL) {
1950 if ((cp = strrchr(rpath, ':')) != NULL) {
1965 wnode = di_lookup_node(rnode, rpath);
1971 S_FREE(rpath);
2002 wnode = di_lookup_node(rnode, rpath);
2008 S_FREE(rpath);
2016 S_FREE(rpath);
2032 S_FREE(rpath);