Searched refs:rel_path (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 2254 vlink.rel_path = get_string(hdp, dlp->path); in walk_all_links() 2287 vlink.rel_path = get_string(hdp, dlp->path); in walk_matching_links() 2319 if (vlp->rel_path == NULL && vlp->abs_path == NULL) { in visit_link() 2324 if (vlp->rel_path == NULL) { in visit_link() 2325 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path); in visit_link() 2326 if (vlp->rel_path == NULL || vlp->rel_path[0] == '\0') in visit_link() 2331 if (regexec(linkp->regp, vlp->rel_path, 0, NULL, 0) != 0) in visit_link() 2336 assert(vlp->rel_path[0] != '/'); in visit_link() 2338 hdp->dev_dir, vlp->rel_path); in visit_link() 2409 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);
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Html.pm | 1859 my $rel_path = '' ; 1861 $rel_path = File::Spec::Unix->abs2rel( $dest, $source ) ; 1864 if ( $rel_path ne '' && 1865 substr( $rel_path, -1 ) ne '/' && 1868 $rel_path .= "/$dest_file" ; 1871 $rel_path .= "$dest_file" ; 1874 return $rel_path ;
|