Searched refs:base_path (Results 1 – 1 of 1) sorted by relevance
54 static char *base_path(const char *);82 if ((basepath = base_path(path)) == NULL) in getinfo()372 base_path(const char *path) in base_path() function374 char *base_path; in base_path() local380 base_path = strdup(&path[devices_len]); in base_path()382 base_path = strdup(path); in base_path()384 return (base_path); in base_path()