Searched refs:files (Results 226 - 250 of 513) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c538 char **files, papi_job_t *job)
552 if ((svc == NULL) || (printer == NULL) || (files == NULL) ||
559 if (files != NULL)
560 for (file_no = 0; files[file_no] != NULL; file_no++) {
561 if (access(files[file_no], R_OK) < 0) {
564 files[file_no], strerror(errno));
567 if (stat(files[file_no], &statbuf) < 0) {
570 files[file_no], strerror(errno));
576 files[file_no]);
592 for (i = 0; files[
535 papiJobSubmit(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) argument
654 papiJobSubmitByReference(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) argument
782 papiJobValidate(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm172 ExtUtils::Packlist - manage .packlist files
189 ExtUtils::Packlist provides a standard way to manage .packlist files.
190 Functions are provided to read and write .packlist files. The original
195 differentiate between files and links, for example.
235 argument which evaluates to true is given, any missing files will be removed
236 from the internal hash. The return value is a list of the missing files, which
274 # Remove all the files
275 foreach my $file (sort($installed->files($module))) {
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Djob.c138 papi_job_ticket_t *job_ticket, char **files, papi_job_t *job,
146 if ((svc == NULL) || (printer == NULL) || (files == NULL) ||
160 job_ticket, files, &j->job);
168 papi_job_ticket_t *job_ticket, char **files, papi_job_t *job)
171 job_attributes, job_ticket, files, job,
178 papi_job_ticket_t *job_ticket, char **files, papi_job_t *job)
181 job_attributes, job_ticket, files, job,
188 papi_job_ticket_t *job_ticket, char **files, papi_job_t *job)
191 job_attributes, job_ticket, files, job,
136 _papi_job_submit_reference_or_validate(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job, char *function) argument
166 papiJobSubmit(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) argument
176 papiJobSubmitByReference(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) argument
186 papiJobValidate(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) argument
/opensolaris-onvv-gate/usr/src/uts/
H A DREADME33 Makefile and a collection of derived header files generated by the
63 6] To be able to "acquire" only the files needed to build a specific
69 8] To restructure the assembly language files to support the generation
81 the location of the generated files has changed dramatically.
115 uts/common/Makefile.files
116 uts/sun/Makefile.files
117 uts/sparc/Makefile.files
118 uts/sun4c/Makefile.files
119 uts/sun4/Makefile.files
121 section can be viewed as the equivalent of the "files" (spar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c45 FILE *lfp; /* log file for recording files updated */
57 static void dodcolon(char **filev, struct namelist *files, char *stamp,
60 static void doarrow(char **filev, struct namelist *files, char *rhost,
169 * Process commands for sending files to other machines.
172 doarrow(filev, files, rhost, cmds)
174 struct namelist *files;
184 printf("doarrow(%x, %s, %x)\n", files, rhost, cmds);
186 if (files == NULL) {
187 error("no files to be updated\n");
192 ddir = files
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntityApp.cxx81 Boolean EntityApp::makeSystemId(int nFiles, AppChar *const *files, argument
87 filenames[i] = convertInput(tcscmp(files[i], SP_T("-")) == 0
89 : files[i]);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.t22 my $files = join '',
27 unless( $files || $^O eq 'VMS') {
50 is( $path, $files, 'termcap_path() should find default files' );
/opensolaris-onvv-gate/usr/src/cmd/sgs/error/common/
H A Derror.h84 #define C_DISCARD 3 /* touches dangerous files, so discard */
205 * Resources for each of the files mentioned
208 extern Eptr **files; /* array of pointers into errors */
209 boolean *touchedfiles; /* which files we touched */
242 void filenames(int nfiles, Eptr **files);
245 boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c485 /* Solaris Kerberos: Only open files with a .so extension */
524 dirhandle->files = h;
525 h = NULL; /* dirhandle->files takes ownership */
537 if (dirhandle->files != NULL) {
539 for (i = 0; dirhandle->files[i] != NULL; i++) {
540 krb5int_close_plugin (dirhandle->files[i]);
542 free (dirhandle->files);
543 dirhandle->files = NULL;
574 if (!err && (dirhandle != NULL) && (dirhandle->files != NULL)) {
577 for (i = 0; !err && (dirhandle->files[
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dfiletree1.sh62 typeset -C -A tree.files
77 typeset -C tree.files["${basename}"]
78 nameref node=tree.files["${basename}"]
137 (( ${#tree.files[@]} == 0 )) && unset tree.files
177 nodes for all files+directories and stores all file attributes
/opensolaris-onvv-gate/usr/src/tools/onbld/Scm/
H A DBackup.py56 All files in a given backup generation, with the exception of
105 self.files = ('bundle', 'nodes')
196 for fname in self.files:
209 '''Return a list of pairs of files representing renames/copies
210 that clobber already versioned files. [(oldname newname)...]'''
317 files = {}
321 cwd=self.ws.repo.root, files=files)
328 patch.updatedir(self.ws.ui, self.ws.repo, files)
410 self.files
[all...]
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dcddlchk.py28 # Check for valid CDDL blocks in source files.
44 self.files = []
64 self.files.append(line)
72 if filename in self.files:
85 -a check that all the specified files have a CDDL block.
86 -v report on all files, not just those with errors.
H A Dmapfilechk.py28 # Check for valid link-editor mapfile comment blocks in source files.
44 self.files = []
64 self.files.append(line)
72 if filename in self.files:
85 -v report on all files, not just those with errors.
H A Dwx.sh231 # have the same hash as the local active and renamed files.
251 # Use hash list to get only the parent files
260 # There aren't any files to search for so just
526 # New files aren't in $wxdir/renamed so no
615 -fq: quick update (update active list with files
622 workspace where wx will search for files.
627 appending names of all files that have been
631 All files in the workspace must be under SCCS
640 files currently checked out in workspace). This
641 is faster but will not find renames or files tha
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DMakefile.PL106 my @files = ("$name.xs");
117 push (@files,$table.$ext);
123 $self->{'clean'}{'FILES'} .= join(' ',@files);
173 my $str = "# $name\$(OBJ_EXT) depends on .h and .exh files not .c files - but all written by enc2xs\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A DMakefile_PL.e2x95 my @files = ("$name.xs");
107 push (@files,$table.$ext);
111 $self->{'clean'}{'FILES'} .= join(' ',@files);
161 my $str = "# $name\$(OBJ_EXT) depends on .h and .exh files not .c files - but all written by enc2xs\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL14 # This forces PL files to create target in same directory as PL file.
40 pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
44 B<pl2pm> F<files>
49 library files to Perl5-style library modules. Usually, your old .pl
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Ddiff_upload.cgi15 Enter two files. When you press "submit" their diff will be
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl20 testcmp -- compare two files line-by-line
32 Compare two text files line-by-line and return 0 if they are the
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DREADME14 detected, the script will exit and leave diganostic files in /tmp.
/opensolaris-onvv-gate/usr/src/cmd/print/scripts/
H A Ddesktop-print-management.desktop33 Comment[fr]=G��rer les files d'attente et travaux de l'imprimante
/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A D00README33 some of the important files contained within:
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME28 and captoinfo. The cvt files are provided here only for those possible
35 cvt files (described below) for those limited cases.
39 2 The files in this directory with the .ti suffix are terminfo sources.
47 3 The cvt files are useful tools for converting termcap to terminfo.
169 Doc.sed sed script to be run on ti files.
170 prints documentation of ti files.
/opensolaris-onvv-gate/usr/src/common/bignum/
H A DREADME27 It is used as a starting point for the following hand optimized assembly files:
/opensolaris-onvv-gate/usr/src/uts/intel/eibnx/
H A DMakefile118 $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/eibnx.wlcmd warlock_ddi.files
136 warlock_ddi.files:

Completed in 193 milliseconds

1234567891011>>