Home
last modified time | relevance | path

Searched refs:pathified (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm568 my $pathified = VMS::Filespec::pathify($path);
569 $path = $pathified if defined $pathified;
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c6965 char * pathified, *ret_spec, *ret_buf; local
6967 pathified = NULL;
6971 Newx(pathified, VMS_MAXRSS, char);
6972 if (pathified == NULL)
6974 ret_buf = pathified;
6984 if (pathified)
6985 Safefree(pathified);
8930 char * ret_spec, *pathified; local
8935 pathified = (char *)PerlMem_malloc(VMS_MAXRSS);
8936 if (pathified == NULL)
[all …]