Searched refs:files (Results 376 - 400 of 513) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm121 and object libraries to plain object files. In accordance with VMS
122 naming conventions, ext() looks for files named I<lib>shr and I<lib>rtl;
178 compilers, it becomes C<foo.lib>. If no files are found by those translated
195 Entries cannot be plain object files, as many Win32 compilers will
196 not handle object files in the place of libraries.
210 valid files or directories.
242 C<Makefile.PL> files, here is an example C<Makefile.PL> entry to add
H A DMM_Unix.pm114 Defines the suffix rules to compile different flavors of C files to
115 object files.
280 # Delete temporary files but do not touch installed files. We don\'t delete
286 my(@otherfiles) = values %{$self->{XS}}; # .c files from *.xs files
497 # Handy lists of source code files:
644 compressed files
988 files.
1041 Defines targets for bootstrap files
[all...]
H A DMM_VMS.pm118 # Fallback in case for some reason a user has copied the files for an
252 Follows VMS naming conventions for executable files.
287 F<.pl> and tries again, since it's customary to have file types on all files
504 regardless of input syntax. Also makes lists of files
528 # Cleanup paths for files in MMS macros.
536 # Fixup files for MMS macros
824 compressed files
906 Create VMS linker options files specifying universal symbols for this
1126 splitting potentially long list of files across multiple lines
1206 Split potentially long list of files acros
[all...]
/opensolaris-onvv-gate/usr/src/cmd/newform/
H A Dnewform.c99 files = 0, /* Number of input files */ variable
149 if (files) {
264 files++;
/opensolaris-onvv-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt38 Log Management:::Manage log files:help=RtLogMngmnt.html
56 Media Backup:::Backup files and file systems:profiles=NDMP Management;help=RtMediaBkup.html
57 Media Catalog:::Catalog files and file systems:help=RtMediaCtlg.html
58 Media Restore:::Restore files and file systems from backups:profiles=NDMP Management;help=RtMediaRestore.html
73 Object Access Management:::Change ownership and permission on files:help=RtObAccessMngmnt.html
110 Object Label Management:::Change labels on files.:auths=solaris.device.allocate,solaris.label.file.downgrade,solaris.label.win.downgrade,solaris.label.win.upgrade,solaris.label.file.upgrade,solaris.label.range,solaris.smf.manage.labels;help=RtObjectLabelMngmnt.html
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-common/common/
H A Dpapi.h363 char **files, papi_job_t *job);
368 char **files, papi_job_t *job);
372 char **files, papi_job_t *job);
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dstandard113 # Use ${TMPPREFIX} as the prefix for all temporary files, so
329 # ${SPOOLDIR}/.../printer request-id user title copies options files...
335 # and the last arguments are the files to print.
354 files="$*"
957 for file in ${files}
1066 # concatenate files, they can give them in one job.)
1067 # So, if we haven't been putting out a ``formfeed'' between files,
H A Dtsol_netstandard_foomatic183 # ${SPOOLDIR}/.../printer request-id user title copies options files...
189 # and the last arguments are the files to print.
209 files="$*"
232 " files : ${files}"
442 # sets default value for ordering of data and control files with
443 # bsd protocol. Default: data files first. Administrator
610 for file in ${files}
749 # for file in ${files}
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm63 The C<CNS11643> encoding files are not complete. For common C<CNS11643>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t198 # remove some files
199 my @files = @ARGV = ( File::Spec->catfile( 'ecmddir', $Testfile ),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm267 File::Copy - Copy files or filehandles
303 files as handles instead of names may lead to loss of information
314 1k for filehandles that do not reference files (eg. sockets).
371 I<filespec> of the input and output files, respectively. The
431 move("MacintoshHD:fileA", "DataHD:fileB"); # moves (don't copies) files from one
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToRtf.pm57 specify that RTF files should be opened the same as they are when you
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL14 # This forces PL files to create target in same directory as PL file.
77 # Read all the files from the command line
78 my @files = @ARGV;
90 foreach my $arg (@files) {
97 warn "None of the supplied Pod files actually exist\n";
166 # indicates how many files have been converted
169 # Loop over the input files
234 warn "Converted $converted files\n" if $options{'verbose'};
H A Dpod2man.PL14 # This forces PL files to create target in same directory as PL file.
89 my @files;
91 @files = splice (@ARGV, 0, 2);
92 print " $files[1]\n" if $verbose;
93 $parser->parse_from_file (@files);
122 given, the formatted output is written to STDOUT. Several POD files can be
124 times) by providing multiple pairs of I<input> and I<output> files on the
204 files at once. The convention for Unix man pages for commands is for the
425 All files used by the program or function, normally presented as a list, and
427 particularly important to document files tha
[all...]
H A Dpodselect.PL14 # This forces PL files to create target in same directory as PL file.
87 B<podselect> will read the given input files looking for pod
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h47 (const_profile_filespec_t *files, profile_t *ret_profile);
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c224 char **files = shp->login_files; local
225 while ((name = *files++) && !sh_source(shp, iop, sh_mactry(shp,name)));
630 /* prints out messages if files in list have been modified since last call */
631 static void chkmail(Shell_t *shp, char *files) argument
639 if(*(cp=files) == 0)
/opensolaris-onvv-gate/usr/src/tools/depcheck/
H A Dget_depend_info45 "This program statically analyzes executable files and their
47 can accept filename(s) or packages as the list of files to be
63 The optional argument -s ONLY outputs symbolic links for files or packages.
125 # go through the proto files and look for executable files.
126 # It will then put all the executable files into @filelist
482 # any files distributed in a package.
524 @files = split(/\n/, $pkgchk);
525 foreach $file (@files) {
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py208 # If both objects are files, then we're in the same boat.
214 # For files or hardlinks:
216 # Since the key space is different (inodes for real files and
219 # file and N-1 hardlinks, we have to compare files to hardlinks.
346 This currently handles regular files, directories, and symbolic links.
461 for root, dirs, files in os.walk(pdir):
462 for name in dirs + files:
608 # of the individual manifests that deliver files into
616 # datastreams. Currently, that means "files," but this
681 def __init__(self, files, arc
[all...]
H A Dwsdiff.py219 # Return human readable diffs from two temporary files
242 # Remove the temp files as we no longer need them.
484 # Return a sorted list of files found under the specified directory
487 for path, subdirs, files in os.walk(d) :
488 files.sort()
489 for name in files :
493 # Examine all files in base, ptch
495 # Return a list of files appearing in both proto areas,
496 # a list of new files (files foun
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsasl/
H A DREADME27 The public header files <sasl/sasl.h>, <sasl/saslplug.h>, <sasl/saslutil.h>
/opensolaris-onvv-gate/usr/src/uts/sun4u/makaha/
H A DMakefile.makaha132 include $(UTSBASE)/sun4u/makaha/Makefile.files
/opensolaris-onvv-gate/usr/src/lib/
H A DREADME.mapfiles83 The "common" directory contains the source files and other common files
353 header files as well as from the code that implements the interfaces.
413 The common subdirectory would contain the normal source files plus the
483 For information on the now-obsolete spec files, used in Solaris releases
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm22 Pod::Html - module to convert pod files to HTML
31 Converts files from pod format (see L<perlpod>) to HTML format. It
100 is used to generate relative links to other files. Not passing this
108 Sets the base URL for the HTML files. When cross-references are made,
150 Specify which subdirectories of the podroot contain pod files whose
270 @Libpods = (); # files to search for links from C<> directives
276 $Htmlfileurl = "" ; # The url that other files would use to
279 # other files.
370 # to other files. If this is '', then absolute links will
617 --cachedir - directory for the item and directory cache files
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL85 @dl_resolve_using = (); # names of files to link with
86 @dl_library_path = (); # path to look for files
245 # Some systems have restrictions on files names for DLL's etc.
344 push(@dl_shared_objects, $file); # record files loaded
368 my (@found); # full paths to real files we have found
380 # accumulate directories but process files as they appear
408 # Only files should get this far...
436 # Only files should get this far...
632 the loaded files.
679 loadable files give
[all...]

Completed in 208 milliseconds

<<11121314151617181920>>