Searched refs:outfile (Results 26 - 50 of 59) sorted by relevance

123

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c265 * The result is written to <outfile>
267 void sh_machere(Shell_t *shp,Sfio_t *infile, Sfio_t *outfile, char *string) argument
280 mp->sp = outfile;
321 sfwrite(outfile,fcseek(0),c);
343 sfputc(outfile,ESCAPE);
385 sfwrite(outfile,(char*)stkptr(stkp,offset2),c);
399 sfputc(outfile,'$');
H A Dio.c1545 register Sfio_t *infile = 0, *outfile; local
1551 if(!(outfile=sftmp(0)))
1557 sfputr(outfile,name,'\n');
1568 sfdisc(outfile,&tee_disc);
1573 sfmove(infile,outfile,SF_UNBOUND,-1);
1579 sh_machere(shp,infile,outfile,iop->ioname);
1586 /* close stream outfile, but save file descriptor */
1587 fd = sffileno(outfile);
1588 sfsetfd(outfile,-1);
1589 sfclose(outfile);
2408 sh_menu(Sfio_t *outfile,int argn,char *argv[]) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2usage.PL63 [B<-output>S< >I<outfile>]
86 =item B<-output> I<outfile>
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x216 % int copyfile( char* infile, char *outfile);
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c117 * outfile - Where to print certificates
125 keystore_encoding_format_t format, FILE *outfile)
156 fname, B_FALSE, outfile);
191 fname, B_TRUE, outfile);
231 * outfile - Where to print certificate
239 FILE *outfile)
307 (void) PEM_write_X509(outfile, x);
310 (void) i2d_X509_fp(outfile, x);
313 (void) fprintf(outfile, "%18s: %s\n",
316 (void) fprintf(outfile, "
124 print_certs(PKG_ERR *err, keystore_handle_t keystore_h, char *alias, keystore_encoding_format_t format, FILE *outfile) argument
237 print_cert(PKG_ERR *err, X509 *x, keystore_encoding_format_t format, char *alias, boolean_t is_trusted, FILE *outfile) argument
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py567 outfile = open(write_file, 'w')
569 outfile.write(MenuConfigParser.MENU_CONF_PREAMBLE)
570 self._cfgparser.write(outfile)
1250 outfile = file(outfilename, 'w')
1257 outfile.write('# Automatically generated -- do not edit\n')
1259 outfile.write(contents)
1261 outfile.write('source %s/boot/grub/%s\n' %
1263 outfile.close()
1339 def _generate_grub_cfg_file(self, target, basepath, defs_dict, outfile):
1353 self._internal_mkconfig(target, defs_dict, outfile)
[all...]
H A Dmenulst.py390 with open(tempmenu, 'w') as outfile:
391 self._write_menu_lst(outfile)
H A Dlegacygrub.py825 def _write_menu_lst(self, outfile):
947 outfile.write(LegacyGRUBBootLoader.MENU_LST_PREAMBLE % propdict)
962 outfile.write(str(entity) + '\n')
978 outfile.write('title ' + inst.title + '\n')
979 outfile.write(entry_lines + '\n')
984 outfile.write(str(entity) + '\n')
H A Dsbb.py397 def _write_menu_lst(self, outfile):
410 outfile.write('title ' + inst.title + '\n'
/osnet-11/usr/src/lib/libpp/common/
H A Dpp.h71 #define PPWRITE(n) do{if(write(1,pp.outbuf,n)!=(n))pperror(ERROR_SYSTEM|3,"%s: write error",pp.outfile);pp.offset+=(n);pp.lastout=pp.outbuf[(n)-1];}while(0)
401 char* outfile; /* output file name */ member in struct:ppglobals
H A Dppop.c1273 pp.outfile = va_arg(ap, char*);
1274 if (identical(pp.outfile, 0))
1275 error(3, "%s: identical to input", pp.outfile);
1277 if (open(pp.outfile, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) != 1)
1278 error(ERROR_SYSTEM|3, "%s: cannot create", pp.outfile);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmime.c1260 ** outfile -- output string
1265 ** -1 if infile completely decoded into outfile
1271 mime_fromqp(infile, outfile, maxlen)
1273 unsigned char **outfile;
1274 int maxlen; /* Max # of chars allowed in outfile */
1311 *(*outfile)++ = c1 << 4 | c2;
1317 *(*outfile)++ = c1;
1322 *(*outfile)++ = '\0';
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c201 pipetail(Sfio_t* infile, Sfio_t* outfile, Sfoff_t number, int delim) argument
243 sfmove(tmp[!fno], outfile, n, -1);
247 sfmove(tmp[fno], outfile, offset[fno], -1);
H A Djoin.c149 Sfio_t* outfile; member in struct:Join_s
475 register Sfio_t* iop = jp->outfile;
982 jp->outfile = sfstdout;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL86 my ($t, $tab, %curargs, $new, $eval_index, $dir, $name, $args, $outfile);
105 ($outfile = $file) =~ s/\.h$/.ph/ || next;
106 print "$file -> $outfile\n" unless $opt_Q;
120 open(OUT,">$Dest_dir/$outfile") || die "Can't create $outfile: $!\n";
155 "eval \"\\n#line $eval_index $outfile\\n\" . 'sub $name $proto\{\n$t ${args}eval q($new);\n$t}' unless defined(\&$name);\n";
175 print OUT $t,"eval \"\\n#line $eval_index $outfile\\n\" . 'sub $name () {",$new,";}' unless defined(\&$name);\n";
293 "eval(\"\\n#line $eval_index $outfile\\n",
307 unlink($Dest_dir . '/' . $outfile);
H A Dperlbug.PL144 $subject, $from, $verbose, $ed, $outfile, $Is_MacOS, $category, $severity,
258 $outfile = $::opt_F || "";
750 my $file_save = $outfile || "perlbug.rep";
834 if ($outfile) {
835 open SENDMAIL, ">$outfile" or die "Couldn't open '$outfile': $!\n";
908 printf "\nMessage %s.\n", $outfile ? "saved" : "sent";
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c201 profile_flush_to_file(profile_t profile, const_profile_filespec_t outfile) argument
208 outfile);
H A Dprof_int.h251 (prf_data_t data, const char *outfile);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c912 * write the command starting at offset <offset> onto file <outfile>.
917 void hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) argument
923 sfputr(outfile,sh_translate(e_unknown),'\n');
930 sfputr(outfile,nl,-1);
934 sfputc(outfile,oldc);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h82 (profile_t profile, const_profile_filespec_t outfile);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c50 Sfio_t *outfile; member in struct:tdata
1226 nv_attribute(np,tp->outfile,tp->prefix,tp->aflag);
1317 tp->outfile = file;
1327 nv_attribute(np,dp->outfile,dp->prefix,dp->aflag);
1345 tp->outfile = file;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1116 $parser->parse_from_file($filename,$outfile);
1157 my ($infile, $outfile) = @_;
1190 unless ((defined $outfile) && (length $outfile)) {
1192 || ($outfile = '-');
1194 ## Is $outfile a filename or a (possibly implied) filehandle
1195 if ((defined $outfile) && (length $outfile)) {
1196 if (($outfile eq '-') || ($outfile
[all...]
H A DHtml.pm139 =item outfile
141 --outfile=name
143 Specify the HTML file to create. Output goes to STDOUT if no outfile
199 "--outfile=/perl/nmanual/foo.html");
611 Usage: $0 --help --htmlroot=<name> --infile=<name> --outfile=<name>
634 --outfile - filename for the resulting html file (output sent to
672 'outfile=s' => \$opt_outfile,
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml1137 my $outfile = shift; # path to an adt_event_N.h file
1143 my $file = $outfile;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm825 =item B<-o>I<outfile>
827 put the bytecode in <outfile> instead of dumping it to STDOUT.

Completed in 125 milliseconds

123