Searched refs:Spec (Results 176 - 200 of 208) sorted by relevance

123456789

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h45 # define __attribute__(Spec) /* empty */
H A Dstdlib.in.h84 # define __attribute__(Spec) /* empty */
H A Dstring.in.h42 # define __attribute__(Spec) /* empty */
H A Dstdio.in.h55 # define __attribute__(Spec) /* empty */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.t11 use File::Spec::Functions;
H A Dcharnames.pm5 use File::Spec;
57 if (-f $arg && File::Spec->file_name_is_absolute ($arg)) {
H A DAutoSplit.pm9 use File::Spec::Functions qw(curdir catfile catdir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t12 use File::Spec;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToMan.pm35 use File::Spec::Functions qw(catfile);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm14 use File::Spec;
55 return File::Spec->catfile($to, basename($from));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t10 use File::Spec::Functions;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL104 use File::Spec;
390 my $trycfgfile = File::Spec->catfile($_, $libnet_cfg_in);
H A Dperlbug.PL6 use File::Spec::Functions;
81 use File::Spec; # keep perlbug Perl 5.005 compatible
128 # Changed in 1.27 Added Mac OS and File::Spec support CNANDOR 99-07-27
133 # Changed in 1.32 Use File::Spec->tmpdir TJENNESS 20-08-2000
972 my $dir = File::Spec->tmpdir();
974 $filename++ while -e File::Spec->catfile($dir, $filename);
975 $filename = File::Spec->catfile($dir, $filename);
H A Ddprofpp.PL5 use File::Spec;
20 my $dprof_pm = File::Spec->catfile(File::Spec->updir, 'ext', 'Devel', 'DProf', 'DProf.pm');
H A Dperlcc.PL5 use File::Spec;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm340 use File::Spec;
384 my($dev,$dirs,$id) = File::Spec->splitpath($file);
400 ($dev,$dirs,$id) = File::Spec->splitpath($id);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm405 use File::Spec;
489 $_ = File::Spec->catfile($dirname, $basename) if length;
512 my $progpath = File::Spec->catfile($Config{scriptdir}, "perldoc");
H A DMan.pm396 # splitdir requires at least File::Spec 0.8.
397 require File::Spec;
398 my ($volume, $dirs, $file) = File::Spec->splitpath ($name);
399 my @dirs = File::Spec->splitdir ($dirs);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm73 use File::Spec;
74 $f = File::Spec->catfile($d, "unicore", @path);
79 File::Spec->catfile(@path), " in @INC"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm24 use File::Spec;
H A DLiblist.pm6 use File::Spec;
8 @ISA = qw(ExtUtils::Liblist::Kid File::Spec);
H A DMM_MacOS.pm922 require File::Spec::Unix;
925 if (File::Spec::Unix->file_name_is_absolute($inc)) {
H A DManifest.pm7 use File::Spec;
33 $DEFAULT_MSKIP = (File::Spec->splitpath($Filename))[1].
126 # Geez, shouldn't this use File::Spec or File::Basename or something?
H A DMM_VMS.pm328 $self->{$destvar} = File::Spec->eliminate_macros($self->{$destvar});
745 my $tmdir = File::Spec->catdir($self->{PERL_LIB},"ExtUtils");
1483 $(NOECHO) $(PERLRUN) "-MFile::Spec" -e "print 'read '.File::Spec->catfile('$(PERL_ARCHLIB)','auto','$(FULLEXT)','.packlist').' '" >.MM_tmp
1484 $(NOECHO) $(PERLRUN) "-MFile::Spec" -e "print 'write '.File::Spec->catfile('$(DESTINSTALLARCHLIB)','auto','$(FULLEXT)','.packlist').' '" >>.MM_tmp
1497 $(NOECHO) $(PERLRUN) "-MFile::Spec" -e "print 'read '.File::Spec->catfile('$(SITEARCHEXP)','auto','$(FULLEXT)','.packlist').' '" >.MM_tmp
1498 $(NOECHO) $(PERLRUN) "-MFile::Spec" -e "print 'write '.File::Spec
[all...]
H A DMakeMaker.pm735 require File::Spec;
736 my $curdir = File::Spec->curdir;
738 my $hint_dir = File::Spec->catdir($curdir, "hints");
749 last if -f File::Spec->catfile($hint_dir, "$hint.pl"); # found
753 my $hint_file = File::Spec->catfile($hint_dir, "$hint.pl");
768 # Just in case the ./ isn't on the hint file, which File::Spec can
770 local @INC = (File::Spec->curdir, @INC);

Completed in 50 milliseconds

123456789