Searched refs:files (Results 126 - 150 of 208) sorted by relevance

123456789

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL15 # This forces PL files to create target in same directory as PL file.
270 # Consider it there if it contains one or more files,
271 # and has zero missing files,
306 print "## Checking installations of *.h -> *.ph header files.\n" if $opt{'p'};
456 One or more files turned up missing according to a run of
462 Correct by running B<h2ph> over your system's C header files. If necessary,
463 edit the resulting *.ph files to eliminate perl syntax errors.
H A Dc2ph.PL36 # This forces PL files to create target in same directory as PL file.
76 c2ph [-dpnP] [var=val] [files ...]
117 Pstruct takes any .c or .h files, or preferably .s ones, since that's
416 print "usage: $0 [-dpnP] [var=val] [files ...]\n";
445 &defvar('CFLAGS', 'how to generate *.s files with stabs');
466 If any *.[ch] files are given, these will be catted together into
469 and the resulting *.s groped for stab information. If no files are
495 warn "Only *.[csh] files expected!\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm20 NDBM_File - Tied access to ndbm files
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm20 ODBM_File - Tied access to odbm files
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm20 SDBM_File - Tied access to sdbm files
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm102 # If there's no files, don't bother going further.
248 Remove the appropriate files manually.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_NW5.pm195 Defines how to produce the *.so (or equivalent) files.
246 # Add additional lib files if any (SDBM_File)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t109 Functions for filehandles, files, or directories:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm87 # Returns a list of termcap files to check.
131 files F<$HOME/.termcap>, F</etc/termcap>, and F</usr/share/misc/termcap>,
135 files are searched and a tc field occurs in the requested entry,
137 succeeding files. If there is a C<:tc=...:> in the I<TERMCAP>
139 files as above.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm94 # To recognize the data files of the Perl module Storable,
131 # I assume that it is rare to find v1 files, so this is an intentionally
497 you share your files across NFS, you might wish to use other forms
571 =item files from future versions of Storable
583 continue to read files generated by newer Storable modules which are careful
774 there's a utility called C<file>, which recognizes data files based on
783 is expected to contain support for recognising Storable files
784 out-of-the-box, in addition to other kinds of Perl files.
914 network order), and will refuse to load files written by a Storable not
917 are given by the sizes of the C language types, and so files writte
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm83 of arbitrary length and which can read files directly.
255 This is useful when calculating checksum for files:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm480 all files and directories in the current directory.
486 I<and> files (and not, as one might expect, only directories).
H A DBasename.pm49 since those systems are not case-sensitive when opening existing files
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c440 #define NUM_FILES(files) (sizeof (files) / sizeof (char *))
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh64 FILEDIR=$BRANDDIR/files;
134 # Before we boot we validate and fix, if necessary, the required files within
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.t459 Charnames alias files can only have identifier characters at
H A DPerlIO.pm110 A layer which implements "reading" of files by using C<mmap()> to
113 circumstances for large files, and may result in less physical memory
246 translation for text files then the default layers are :
H A DTest.pm87 This module simplifies the task of writing test files for Perl modules,
95 multiple test files, to test the "foo", "bar", and "baz" feature sets,
96 then feel free to call your files F<t/foo.t>, F<t/bar.t>, and
H A DDB.t187 # test DB::files()
189 my $dbf = () = DB::files();
191 is( $dbf, $main, 'DB::files() should pick up filenames from %main::' );
H A Dopen.pm271 between the two modes when opening files (which is many DOS-like
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm82 'File' => 'Functions for filehandles, files, or directories',
167 binmode I/O prepare binary files for I/O
171 chmod File changes the permissions on a list of files
174 chown File change the owership on a list of files
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c33 "[+NAME?od - dump files in octal or other formats]"
34 "[+DESCRIPTION?\bod\b dumps the contents of the input files in various "
36 "no files are specified. Each output line contains the file offset of "
1099 od(State_t* state, char** files) argument
1111 if (!(ip = init(state, &files)))
1131 if (!(ip = init(state, &files)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm257 file size larger, making the files take longer to download.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm224 files from directories.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm157 Split it into multiple files. (Otherwise blame the Unix folks for

Completed in 60 milliseconds

123456789