Searched refs:pathified (Results 1 – 2 of 2) sorted by relevance
568 my $pathified = VMS::Filespec::pathify($path);569 $path = $pathified if defined $pathified;
6965 char * pathified, *ret_spec, *ret_buf; local6967 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; local8935 pathified = (char *)PerlMem_malloc(VMS_MAXRSS);8936 if (pathified == NULL)[all …]