Searched refs:files (Results 326 - 350 of 513) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DFile.pod20 manipulate accounting files. The interface is object-oriented and allows the
21 creation and reading of libexacct files. The C library calls wrapped by this
/opensolaris-onvv-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh103 echo "listing files first for hosts in /etc/nsswitch.conf"
139 # * files (parse /etc/hosts directly)
158 files)
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dinput.c233 read_ctf(char **files, int n, char *label, read_cb_f *func, void *private, argument
240 if ((rc = read_ctf_common(files[i], label, func,
278 count_files(char **files, int n) argument
287 char *file = files[i];
325 debug(2, "Found %d files in %d input files\n", nfiles, n);
/opensolaris-onvv-gate/usr/src/uts/intel/ib/
H A DMakefile140 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/uts/intel/ibcm/
H A DMakefile132 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/uts/sparc/ibcm/
H A DMakefile133 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/cmd/mdb/demo/
H A DREADME35 object files. For a more detailed description of MDB features and documentation
41 As the files in this directory are owned by the administrator, you should make
76 make clean - remove object files from build directories
77 make clean.lint - remove lint files from build directories
78 make clobber - remove objects, modules, and lint files
86 After you successfully compile the example modules, the module object files
/opensolaris-onvv-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c339 * are no exit conditions so that we can process a list of files,
359 * Get the files elf descriptor and process it as an elf or
558 * crash. Such objects are always special purpose files (like an OS
559 * kernel) --- files for which the ldd operation doesn't make sense.
675 const char *files = prefile; local
687 * Determine which preload files and preload environment
692 files = prefile_64;
697 files = prefile_32;
703 strlen(fname) + strlen(files) + 5)) == 0) {
709 (void) sprintf(str, format, preload, fname, files);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c259 * will have names inherited from the /var/ldap/ldap* files such as
666 * the credential files at the same time.
667 * files is char *[3] = { "config", "cred", NULL };
672 __ns_ldap_DumpConfigFiles(char **files) argument
699 filename = files[fi];
796 char *files[3]; local
798 files[0] = NULL;
799 files[1] = NULL;
800 files[2] = NULL;
802 files[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsqlite/
H A Dmain.mk26 # EXE The suffix to add to executable files. ".exe" for windows
57 # Object files for the SQLite library.
65 # All of the source code files.
108 # Source code to the test files.
122 # Header files used by all library source files.
135 # Header files used by the VDBE submodule
176 # copies of all of the C source code and header files needed to
178 # files are automatically generated. This target takes care of
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py90 def buildfilelist(ws, parent, files):
91 '''Build a list of files in which we're interested.
93 If no files are specified take files from the active list relative
100 if files:
101 return [(path, None) for path in sorted(files)]
210 '''list files changed relative to parent workspace
270 'show checkin comments for active files'
278 '''show renamed active files
280 Renamed files ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A DREADME46 Cvt: shell to move C. and D. files from /usr/spool/uucp to proper
48 SetUp shell that copies old system files to the
100 It will also make the needed directories, create some files in
/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Dnetstandard159 # ${SPOOLDIR}/.../printer request-id user title copies options files...
165 # and the last arguments are the files to print.
185 files="$*"
201 logger -p lpr.debug -t "netstandard: ${request_id}" " files : ${files}"
389 # sets default value for ordering of data and control files with
390 # bsd protocol. Default: data files first. Administrator
491 for file in ${files}
606 # for file in ${files}
H A Dtsol_netstandard182 # ${SPOOLDIR}/.../printer request-id user title copies options files...
188 # and the last arguments are the files to print.
208 files="$*"
229 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " files : ${files}"
425 # sets default value for ordering of data and control files with
426 # bsd protocol. Default: data files first. Administrator
582 for file in ${files}
711 # for file in ${files}
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.pm31 This function will split up your program into files that the AutoLoader
49 pre-existing C<*.al> files in the autoload directory are removed if
79 delete obsolete C<.al> files, after checking first that the module does use
84 as input a list of files (modules) that are assumed to reside in a directory
89 perl I<__END__> token are split out into separate files. Some
131 create directories or files.
137 $Verbose = 1; # 0=none, 1=minimal, 2=list .al files
213 # where to write output files
381 if (!$keep){ # don't keep any obsolete *.al files in the directory
386 # letters in them will get their .al files delete
[all...]
H A DAutoLoader.pm209 extract the definitions into individual files F<auto/funcname.al>.
310 While this avoids the use of a hierarchy of disk files and the
318 create the individual files. L<ExtUtils::MakeMaker> will invoke
335 AutoLoader may fail to find the autosplit files (or even find the wrong
341 L<SelfLoader> - an autoloader that doesn't use external files.
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c238 * (*) Some day it would seem tidier to keep all files to do
263 int files = 0; local
281 files++;
285 (void) nvlist_add_string_array(defect, "dump-files", arr,
286 files);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL14 # This forces PL files to create target in same directory as PL file.
42 h2xs - convert .h C header files to Perl extensions
52 I<h2xs> builds a Perl extension from C header files. The extension
54 #define statement which was in the C header files.
338 # Note that a directory with perl header files would
351 =head2 Extension based on F<.h> and F<.c> files
353 Suppose that you have some C files implementing some functionality,
354 and the corresponding header files. How to create an extension which
356 assumes that the header files are F<interface_simple.h> and
374 =item Copy C files
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A DMakefile43 # Doing -DDEBUG allows some nice log files to be generated
68 files.c \
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME23 Source code in this directory is for the program that can be used to send files
28 status queries while the files are being transmitted to the printer (-q option),
49 3: Quiet mode prevents the transmission of status requests (ie. ^Ts) while files
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A DREADME79 is done only if the files differ. (This permits editing
88 other .c files; it also contains a "main()".
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm23 my ($varix, $opix, $savebegins, %walked, %files, @cloop);
115 $cvix = $$cv && defined $files{$cv->FILE} ? $cv->ix : 0;
117 $formix = $$form && defined $files{$form->FILE} ? $form->ix : 0;
371 $files{$gv->FILE} && $gv->LINE
372 || ${$cv = $gv->CV} && $files{$cv->FILE}
373 || ${$form = $gv->FORM} && $files{$form->FILE}
698 $files{$0} = 1;
721 $files{$1} = 1;
740 /^#\s*line\s+\d+\s+("?)(.*)\1/ and $files{$2} = 1;
815 other files (e
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.pm76 defined in your system include files which are needed by the SysV
/opensolaris-onvv-gate/usr/src/uts/intel/ses/
H A DMakefile147 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm113 links (followed) may contain files more than once and may even have
135 This is similar to I<follow> except that it may report some files more
143 C<follow_skip==1>, which is the default, causes all files which are
151 C<follow_skip==2> causes File::Find to ignore any duplicate files and
312 Furthermore, deleting or changing files in a symbolically linked directory
313 might cause very unpleasant surprises, since you delete or change files
353 appear in every directory, there are some more invisible system files
355 "MacintoshHD:"). These system files are B<not> excluded automatically.
356 Your filter may use the following code to recognize invisible files or
377 Generally, invisible files ar
[all...]

Completed in 219 milliseconds

<<11121314151617181920>>