Searched defs:rel_path (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc254 int *rel_path, path_len= 1; local
257 rel_path= flags;
258 for (path_len-= 2; path_len >= 0; path_len--) rel_path[path_len]= 0;
262 if (rel_path[path_len] == 1) continue;
263 if (pp->path[0] != '/') rel_path[path_len]= 1;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h168 char *rel_path; member in struct:di_devlink
404 static const char *rel_path(struct di_devlink_handle *hdp, const char *path);
H A Ddevinfo_devlink.c2254 vlink.rel_path = get_string(hdp, dlp->path);
2287 vlink.rel_path = get_string(hdp, dlp->path);
2319 if (vlp->rel_path == NULL && vlp->abs_path == NULL) {
2324 if (vlp->rel_path == NULL) {
2325 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path);
2326 if (vlp->rel_path == NULL || vlp->rel_path[0] == '\0')
2331 if (regexec(linkp->regp, vlp->rel_path, 0, NULL, 0) != 0)
2336 assert(vlp->rel_path[
2499 rel_path(struct di_devlink_handle *hdp, const char *path) function
[all...]

Completed in 63 milliseconds