Searched refs:rel_path (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/make/lib/vroot/ |
| H A D | vroot.cc | 254 int *rel_path, path_len= 1; in translate_with_thunk() local 257 rel_path= flags; in translate_with_thunk() 258 for (path_len-= 2; path_len >= 0; path_len--) rel_path[path_len]= 0; in translate_with_thunk() 262 if (rel_path[path_len] == 1) continue; in translate_with_thunk() 263 if (pp->path[0] != '/') rel_path[path_len]= 1; in translate_with_thunk()
|
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_devlink.c | 2279 vlink.rel_path = get_string(hdp, dlp->path); in walk_all_links() 2312 vlink.rel_path = get_string(hdp, dlp->path); in walk_matching_links() 2344 if (vlp->rel_path == NULL && vlp->abs_path == NULL) { in visit_link() 2350 if (vlp->rel_path == NULL) { in visit_link() 2351 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path); in visit_link() 2352 if (vlp->rel_path == NULL || vlp->rel_path[0] == '\0') in visit_link() 2357 if (regexec(linkp->regp, vlp->rel_path, 0, NULL, 0) != 0) in visit_link() 2362 assert(vlp->rel_path[0] != '/'); in visit_link() 2364 hdp->dev_dir, vlp->rel_path); in visit_link() 2435 if (devlink == NULL || devlink->rel_path == NULL || in devlink_valid() [all …]
|
| H A D | devinfo_devlink.h | 168 char *rel_path; member 404 static const char *rel_path(struct di_devlink_handle *hdp, const char *path);
|