Searched defs:abs_path (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t21 # Can't use Cwd::abs_path() because it has different ideas about
23 sub abs_path { subroutine
31 my $Cwd = abs_path;
35 my ($vol,$dir) = splitpath(abs_path,1);
40 is( abs_path, catdir($Cwd, $test_dir), ' abs_path() agrees' );
43 $Cwd = abs_path;
54 is( abs_path, $Cwd, ' abs_path() did not change' );
59 is( abs_path,
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c90 int abs_path = 0; local
124 * set abs_path.
127 abs_path = 1;
175 (!abs_path || (!trust_owner && !trust_path) || !trust_group)) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h168 char *abs_path; member in struct:di_devlink
H A Ddevinfo_devlink.c2317 char abs_path[PATH_MAX], cont[PATH_MAX]; local
2323 if (vlp->rel_path == NULL && vlp->abs_path == NULL) {
2329 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path);
2339 if (vlp->abs_path == NULL) {
2341 (void) snprintf(abs_path, sizeof (abs_path), "%s/%s",
2343 vlp->abs_path = abs_path;
2347 if (s_readlink(vlp->abs_path, cont, sizeof (cont)) < 0) {
2377 if (s_realpath(vlp->abs_path, tm
[all...]

Completed in 51 milliseconds