Searched defs:catfile (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestp2pt.pl13 push @INC, map { File::Spec->catfile($_, 'lib') } ($PARENTDIR, $THISDIR);
36 sub catfile(@) { File::Spec->catfile(@_); } subroutine
45 my @PODINCDIRS = ( catfile($INSTDIR, 'lib', 'Pod'),
46 catfile($INSTDIR, 'scripts'),
47 catfile($INSTDIR, 'pod'),
48 catfile($INSTDIR, 't', 'pod')
67 my $incfile = catfile($_, $incname);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm79 =item catfile
86 sub catfile { subroutine
263 Unix, $volume is ignored, and this is just like catfile(). On other OSs,
H A DMac.pm267 =item catfile
276 C<File::Spec-E<gt>catfile()> returns relative paths on all other
281 C<catfile()> uses C<catdir()> (see above) for the concatenation of the
285 catfile("") = ""
286 catfile("file") = "file"
290 catfile("","") = rootdir() # (e.g. "HD:")
291 catfile("","file") = rootdir() . file # (e.g. "HD:file")
292 catfile("HD:","file") = "HD:file"
299 catfile("a","b","file") = ":a:b:file" and
301 catfile("
310 sub catfile { subroutine
[all...]
H A DUnix.pm76 =item catfile
83 sub catfile { subroutine
217 join is the same as catfile.
223 return $self->catfile(@_);
H A DVMS.pm205 =item catfile
212 sub catfile { subroutine
374 $dir = length $dir_file ? $self->catfile($dir_dir, $dir_file) : $dir_dir;
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsggen.c219 char* catfile; local
257 if (error_info.errors || !(catfile = *argv++))
261 * set and list only need catfile
266 sfprintf(sfstdout, "%d\n", mcindex(catfile, NiL, NiL, NiL));
271 if (!(sp = sfopen(NiL, catfile, "r")))
272 error(ERROR_SYSTEM|3, "%s: cannot read catalog", catfile);
274 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile);
361 sp = sfopen(NiL, catfile, "r");
363 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile);
512 error(ERROR_SYSTEM|3, "%s: cannot write catalog file", catfile);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm99 =item catfile
101 File::Spec <= 0.83 has a bug where the file part of catfile is not
106 sub catfile { subroutine
108 return $self->canonpath($self->SUPER::catfile(@_));

Completed in 41 milliseconds