Searched refs:files (Results 301 - 325 of 513) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DParserEventGeneratorKit.cxx76 SP_NAMESPACE_SCOPE ParserApp::AppChar *const *files)
79 if (impl_->makeSystemId(nFiles, files, sysid))
75 makeEventGenerator(int nFiles, SP_NAMESPACE_SCOPE ParserApp::AppChar *const *files) argument
/opensolaris-onvv-gate/usr/src/cmd/mdb/
H A DREADME30 process core dumps, and object files. mdb provides a completely customizable
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv95 $name [-f from_encoding] [-t to_encoding] [-s string] [files...]
107 "string" will be the input instead of STDIN or files
124 piconv [-f from_encoding] [-t to_encoding] [-s string] [files...]
139 piconv converts the character encoding of either STDIN or files
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm28 ExtUtils::Install - install files from here to there
63 "write". These contain packlist files. After the copying is done,
64 install() will write the list of target files to $from_to{write}. If
68 directory than the one where the files later appear.
106 #Check if there are files, and if yes, look if the corresponding
132 #October 1997: we want to install .pm files into archlib if
133 #there are any files in arch. So we depend on having ./blib/arch
144 print "Files found in $blib_arch: installing files in $blib_lib into architecture dependent library tree\n";
239 my $files = 0;
244 $files
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm213 my ($self,@files) = @_;
214 my $file = $self->canonpath(pop @files);
215 @files = grep($_,@files);
217 if (@files) {
218 my $path = (@files == 1 ? $files[0] : $self->catdir(@files));
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DREADME46 The t directory contains two files: Lgrp.t and Lgrp_api.t which contain lots
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A DREADME87 The recommended way to create the necessary files to make troff
96 files to help guide the experienced user in making
97 modifications to these files.
103 and font description files.
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dtail.c24 * print the tail of one or more files
33 "[+NAME?tail - output trailing portion of one or more files ]"
34 "[+DESCRIPTION?\btail\b copies one or more input files to standard output "
96 "[+0?All files copied successfully.]"
97 "[+>0?One or more files did not copy.]"
234 * see whether both files are needed
426 Tail_t* files; local
615 files = 0;
624 if (files)
627 files
[all...]
/opensolaris-onvv-gate/usr/src/lib/libzpool/
H A DMakefile.com29 include ../../../uts/common/Makefile.files
/opensolaris-onvv-gate/usr/src/uts/intel/eoib/
H A DMakefile112 $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/eoib.wlcmd warlock_ddi.files
135 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/uts/sparc/eoib/
H A DMakefile118 $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/eoib.wlcmd warlock_ddi.files
141 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/uts/sparc/rdsv3/
H A DMakefile122 $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/rdsv3.wlcmd warlock_ddi.files
142 warlock_ddi.files:
/opensolaris-onvv-gate/usr/src/uts/sun4u/blade/
H A DMakefile.blade.shared71 # collection of files per module, and a few specific flags. Note
73 # first build rule template which matches the files name will be
81 include $(UTSTREE)/sun4u/blade/Makefile.files
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw2plus/
H A DMakefile.lw2plus69 # collection of files per module, and a few specific flags. Note
71 # first build rule template which matches the files name will be
84 include $(UTSBASE)/sun4u/lw2plus/Makefile.files
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/
H A DMakefile.lw870 # collection of files per module, and a few specific flags. Note
72 # first build rule template which matches the files name will be
85 include $(UTSBASE)/sun4u/lw8/Makefile.files
/opensolaris-onvv-gate/usr/src/uts/sun4u/montecarlo/
H A DMakefile.montecarlo.shared69 include $(UTSTREE)/sun4u/montecarlo/Makefile.files
/opensolaris-onvv-gate/usr/src/uts/sun4u/mpxu/
H A DMakefile.mpxu.shared68 # collection of files per module, and a few specific flags. Note
70 # first build rule template which matches the files name will be
78 include $(UTSTREE)/sun4u/mpxu/Makefile.files
/opensolaris-onvv-gate/usr/src/uts/sun4u/snowbird/
H A DMakefile.snowbird87 # collection of files per module, and a few specific flags. Note
89 # first build rule template which matches the files name will be
97 include $(UTSBASE)/sun4u/snowbird/Makefile.files
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c41 int iamremote; /* act as remote server for transfering files */
416 * rcp like interface for distributing files.
425 struct namelist *files, *hosts; local
438 files = prev = nl;
463 prnames(files);
467 insert(NULL, files, hosts, cmds);
/opensolaris-onvv-gate/usr/src/cmd/deroff/
H A Dderoff.c57 ((c == ldelim) && (filesp == files) ? skeqn() : c))
106 static FILE *files[15]; variable
176 files[0] = infile;
177 filesp = &files[0];
237 if (filesp > files) {
478 if ((c1 == 'E') && (c2 == 'Q') && (filesp == files)) {
481 (c2 == '&')) && (filesp == files)) {
/opensolaris-onvv-gate/usr/src/cmd/filebench/scripts/
H A Dfilebench_compare.pl57 $files = `ls $dir/stats.*.out $dir/*/stats.*.out 2>/dev/null`;
58 foreach $file (split(/\n/, $files)) {
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A DMakefile47 files.o \
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DCmdLineApp.h41 virtual int processArguments(int argc, AppChar **files) = 0;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm84 B::Showlex - Show lexical variables used in functions or files
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm70 This module implements a PerlIO layer that works on files encoded in the

Completed in 286 milliseconds

<<11121314151617181920>>