Searched refs:infile (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtrestore.c43 static Sfio_t *infile; variable
50 infile = in;
59 long l = sfgetl(infile);
80 t->fork.forkline = sfgetu(infile);
106 t->ar.arline = sfgetu(infile);
116 t->for_.forline = sfgetu(infile);
125 t->sw.swline = sfgetu(infile);
140 t->funct.functline = sfgetu(infile);
162 t->tst.tstline = sfgetu(infile);
182 while((l=sfgetu(infile))>
[all...]
H A Ddeparse.c580 Sfio_t *infile; local
587 infile = sfnew((Sfio_t*)0,iop->ioname,iop->iosize,-1,SF_STRING|SF_READ);
589 sfseek(infile=sh.heredocs,iop->iooffset,SEEK_SET);
590 sfmove(infile,outfile,iop->iosize,-1);
592 sfclose(infile);
H A Dmacro.c264 * Expand here document which is stored in <infile> or <string>
267 void sh_machere(Shell_t *shp,Sfio_t *infile, Sfio_t *outfile, char *string) argument
286 if(infile)
287 fcfopen(infile);
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenmod.sh.in22 infile=$2
26 modname=`echo $infile | sed -e 's@\.module.*$@@'`
39 @OBJCOPY@ -R .modname -R .moddeps $infile $tmpfile
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestpchk.pl47 my $infile = $args{'-In'} || croak "No input file given!";
55 my $msg = "*** Can't find comparison file $cmpfile for testing $infile";
63 for ($infile, $outfile, $cmpfile) {
67 podchecker($infile, $outfile);
H A Dtestp2pt.pl103 my ($infile, $outfile) = @_;
106 $text_parser->parse_from_file($infile, $outfile);
111 my $infile = $args{'-In'} || croak "No input file given!";
119 my $msg = "*** Can't find comparison file $cmpfile for testing $infile";
126 podinc2plaintext($infile, $outfile);
/osnet-11/usr/src/grub/grub2/util/
H A Dimport_unicode.py25 infile = open (sys.argv[3], "r") variable
27 for line in infile:
48 infile.close ()
50 infile = open (sys.argv[1], "r") variable
62 for line in infile:
154 infile.close ()
156 infile = open (sys.argv[2], "r") variable
160 for line in infile:
173 infile.close ()
H A Dimport_gcry.py89 infile = os.path.join (cipher_dir_in, cipher_file) variable
103 f = codecs.open (infile, "r", "utf-8")
369 infile = os.path.join (cipher_dir_in, "ChangeLog") variable
399 f=codecs.open (infile, "r", "utf-8")
/osnet-11/usr/src/lib/libcmdutils/common/
H A Dwritefile.c46 writefile(int fi, int fo, char *infile, char *outfile, char *asfile, argument
62 src_size = strlen(infile) + strlen(asfile) +
65 src_size = strlen(infile) + 1;
76 infile, dgettext(TEXT_DOMAIN, " attribute "), asfile);
78 (void) snprintf(srcbuf, src_size, "%s", infile);
H A Dprocess_xattrs.c78 mv_xattrs(char *cmd, char *infile, char *outfile, int sattr, int silent) argument
96 if ((srcfd = open(infile, O_RDONLY)) == -1) {
101 response = sysattr_list(cmd, srcfd, infile);
150 if (writefile(sattrfd, tattrfd, infile, outfile, dp->d_name,
226 cmd, infile);
230 "attributes, "), cmd, infile);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dpod2html-lib.pl12 my $infile = catfile $new_dir, "$podfile.pod";
19 "--infile=$infile",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL45 pod2html --help --htmlroot=<name> --infile=<name> --outfile=<name>
73 =item infile
75 --infile=name
78 infile is specified.
/osnet-11/usr/src/lib/libsasl/lib/
H A Dconfig.c91 FILE *infile; local
105 infile = fopen(filename, "rF");
106 if (!infile) {
115 while (fgets(buf, sizeof(buf), infile)) {
210 fclose(infile);
220 fclose(infile);
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmissing297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
/osnet-11/usr/src/lib/libcmd/common/
H A Dpr.c107 Sfio_t *infile; member in struct:_pr_
226 if((n=sfmove(pp->infile,out,pp->pagelen,'\n')) != pp->pagelen)
230 if(!sfreserve(pp->infile,0,0)||sfvalue(pp->infile)<0)
369 if(sfmove(pp->infile, NiL, n, '\n')!=n)
372 while(cp = sfgetr(pp->infile,'\n',0))
374 n = sfvalue(pp->infile);
481 register Sfio_t *fp=pp->infile;
890 pp->infile = fp;
H A Dtail.c201 pipetail(Sfio_t* infile, Sfio_t* outfile, Sfoff_t number, int delim) argument
216 while ((n = sfmove(infile, out, number, delim)) > 0)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x216 % int copyfile( char* infile, char *outfile);
H A Ddb_dictionary.cc1010 db_dictionary::copyfile(char *infile, char *outfile) argument
1023 dbase = find_table(infile, &tbl, TRUE, TRUE, FALSE);
1027 dbase = find_table(infile, &tbl, TRUE, TRUE, TRUE);
1035 dbase = find_table(infile, &tbl, TRUE, TRUE, FALSE);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmime.c1259 ** infile -- input (encoded) string
1265 ** -1 if infile completely decoded into outfile
1266 ** >= 0 is the position in infile decoding
1271 mime_fromqp(infile, outfile, maxlen)
1272 unsigned char *infile;
1284 b = infile;
1285 while ((c1 = *infile++) != '\0' && nchar < maxlen)
1289 if ((c1 = *infile++) == '\0')
1301 if ((c2 = *infile++) == '\0')
1324 return (infile
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm502 my ($infile, $outfile, %options) = @_;
506 $infile ||= \*STDIN;
513 $checker->parse_from_file($infile, $outfile);
746 my $infile = $self->input_file();
751 while(($list = $self->_close_list('EOF',$infile)) &&
753 $self->poderror({ -line => 'EOF', -file => $infile,
779 $line), $line, $infile, 'L');
781 $self->poderror({ -line => $line || '', -file => $infile,
792 $self->poderror({ -line => '-', -file => $infile,
H A DHtml.pm119 =item infile
121 --infile=name
124 infile is specified.
198 "--infile=foo.pod",
611 Usage: $0 --help --htmlroot=<name> --infile=<name> --outfile=<name>
628 --infile - filename for the pod to convert (input taken from stdin
669 'infile=s' => \$opt_infile,
H A DParser.pm1157 my ($infile, $outfile) = @_;
1163 ## Is $infile a filename or a (possibly implied) filehandle
1164 $infile = '-' unless ((defined $infile) && (length $infile));
1165 if (($infile eq '-') || ($infile =~ /^<&(STDIN|0)$/i)) {
1170 elsif (ref $infile) {
1173 $myData{_INFILE} = ${$infile};
1174 $in_fh = $infile;
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c613 init_interactive(FILE *infile, CplMatchFn *match_fn) argument
615 if (infile == stdin) {
655 do_getstr(FILE *infile, char *prompt, char *ibuf, size_t ibuf_size) argument
659 if (infile != stdin)
660 return (fgets(ibuf, ibuf_size, infile));
693 do_interactive(FILE *infile, char *configfile, char *promptstring, argument
709 init_interactive(infile, match_fn);
711 while ((s = do_getstr(infile, promptstring, ibuf, IBUF_SIZE)) != NULL) {
722 if (infile == stdin) {
823 if (infile
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.status2136 # Support "outfile[:infile[:infile...]]"
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.status2135 # Support "outfile[:infile[:infile...]]"

Completed in 99 milliseconds

12