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

1234

/freebsd-11-stable/usr.bin/tail/tests/
H A Dtail_test.sh34 touch infile expectfile
35 tail -r infile > outfile
36 tail -r < infile > outpipe
48 cat > infile <<HERE
58 tail -r infile > outfile
59 tail -r < infile > outpipe
71 cat > infile <<HERE
80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe
114 cat > infile <<HER
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dread-rtl.c99 FILE *infile; member in struct:macro_traverse_data
141 static void read_constants (FILE *infile, char *tmp_char);
142 static void read_conditions (FILE *infile, char *tmp_char);
184 fatal_with_file_and_line (FILE *infile, const char *msg, ...) argument
200 c = getc (infile);
220 fatal_expected_char (FILE *infile, int expected_c, int actual_c) argument
222 fatal_with_file_and_line (infile, "expected character `%c', found `%c'",
229 find_mode (const char *name, FILE *infile) argument
237 fatal_with_file_and_line (infile, "unknown mode `%s'", name);
255 find_code (const char *name, FILE *infile) argument
349 apply_mode_maps(rtx x, struct map_value *mode_maps, struct mapping *macro, int value, FILE *infile, const char **unknown) argument
424 apply_macro_to_rtx(rtx original, struct mapping *macro, int value, struct map_value *mode_maps, FILE *infile, const char **unknown_mode_attr) argument
620 add_mapping(struct macro_group *group, htab_t table, const char *name, FILE *infile) argument
827 read_skip_spaces(FILE *infile) argument
879 read_name(char *str, FILE *infile) argument
930 read_escape(FILE *infile) argument
983 read_quoted_string(FILE *infile) argument
1011 read_braced_string(FILE *infile) argument
1050 read_string(FILE *infile, int star_if_braced) argument
1150 read_constants(FILE *infile, char *tmp_char) argument
1228 read_conditions(FILE *infile, char *tmp_char) argument
1265 validate_const_int(FILE *infile, const char *string) argument
1288 find_macro(struct macro_group *group, const char *name, FILE *infile) argument
1309 read_mapping(struct macro_group *group, htab_t table, FILE *infile) argument
1364 check_code_macro(struct mapping *macro, FILE *infile) argument
1389 read_rtx(FILE *infile, rtx *x, int *lineno) argument
1454 read_rtx_1(FILE *infile, struct map_value **mode_maps) argument
1520 check_code_macro (read_mapping (&codes, codes.macros, infile), infile); local
1720 read_rtx_variadic(FILE *infile, struct map_value **mode_maps, rtx form) argument
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c146 checkfiles(cmd.infile, cmd.outfile);
149 checkfiles(cmd.infile, NULL);
152 c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile);
154 h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile,
157 l_output(cmd.infile, "-DRPC_CLNT", DONT_EXTEND, cmd.outfile);
159 s_output(argc, argv, cmd.infile, "-DRPC_SVC", DONT_EXTEND,
162 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile);
164 svc_output(cmd.infile, "-DRPC_SERVER", DONT_EXTEND,
167 clnt_output(cmd.infile, "-DRPC_CLIENT", DONT_EXTEND,
173 c_output(cmd.infile, "
238 open_output(const char *infile, const char *outfile) argument
298 open_input(const char *infile, const char *define) argument
378 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
480 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
566 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
653 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
684 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
706 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
739 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
969 checkfiles(const char *infile, const char *outfile) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c49 static char *infile = NULL; variable
69 fprintf(stderr, "Removing %s\n", infile);
70 unlink(infile);
209 infile = argv[optind];
210 if (access(infile, R_OK) != 0)
211 terminate("Can't access %s", infile);
236 if (!file_read(filetd, infile, ignore_non_c))
237 terminate("%s doesn't have type data to convert\n", infile);
252 if (outfile && strcmp(infile, outfile) != 0) {
253 write_ctf(mstrtd, infile, outfil
[all...]
/freebsd-11-stable/usr.bin/head/tests/
H A Dhead_test.sh32 touch infile expectfile
33 head infile > outfile
34 head < infile > outpipe
46 jot -b test 100 > infile
47 head infile > outfile
87 truncate -s +1K infile
88 echo test >> infile
89 head -c 4096 < infile > outpipe
90 atf_check cmp infile outpipe
/freebsd-11-stable/crypto/openssl/apps/
H A Dnseq.c73 char **args, *infile = NULL, *outfile = NULL; local
90 infile = *args;
114 if (infile) {
115 if (!(in = BIO_new_file(infile, "r"))) {
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
143 BIO_printf(bio_err, "Error reading certs file %s\n", infile);
153 BIO_printf(bio_err, "Error reading sequence file %s\n", infile);
H A Dpkeyparam.c72 char **args, *infile = NULL, *outfile = NULL; local
94 infile = *args;
138 if (infile) {
139 if (!(in = BIO_new_file(infile, "r"))) {
140 BIO_printf(bio_err, "Can't open input file %s\n", infile);
H A Ddsa.c108 char *infile, *outfile, *prog; local
126 infile = NULL;
146 infile = *(++argv);
194 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
252 if (infile == NULL)
255 if (BIO_read_filename(in, infile) <= 0) {
256 perror(infile);
267 pkey = load_pubkey(bio_err, infile, informat, 1,
270 pkey = load_key(bio_err, infile, informat, 1,
H A DCA.pl175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
H A Dsess_id.c97 char *infile = NULL, *outfile = NULL, *context = NULL; local
125 infile = *(++argv);
157 x = load_sess_id(infile, informat);
263 static SSL_SESSION *load_sess_id(char *infile, int format) argument
274 if (infile == NULL)
277 if (BIO_read_filename(in, infile) <= 0) {
278 perror(infile);
H A Dpkey.c73 char **args, *infile = NULL, *outfile = NULL; local
129 infile = *args;
202 pkey = load_pubkey(bio_err, infile, informat, 1,
205 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
H A Dcrl2p7.c94 char *infile, *outfile, *prog, *certfile; local
109 infile = NULL;
129 infile = *(++argv);
158 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
183 if (infile == NULL)
186 if (BIO_read_filename(in, infile) <= 0) {
187 perror(infile);
H A Dpkcs8.c74 char **args, *infile = NULL, *outfile = NULL; local
178 infile = *args;
234 if (infile) {
235 if (!(in = BIO_new_file(infile, "rb"))) {
236 BIO_printf(bio_err, "Can't open input file %s\n", infile);
257 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
/freebsd-11-stable/crypto/openssh/
H A Dfixprogs33 @infile=<IN>;
37 foreach (@infile) {
/freebsd-11-stable/usr.bin/sed/
H A Dextern.h45 extern FILE *infile, *outfile;
H A Dmain.c99 FILE *infile; /* Current input file */ variable
334 if (infile == NULL) {
339 infile = stdin;
348 if (infile != NULL && (c = getc(infile)) != EOF && !quit) {
349 (void)ungetc(c, infile);
353 if (infile == stdin) {
357 if (infile != NULL) {
358 fclose(infile);
438 if ((infile
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4.c77 char *infile = NULL, *outfile = NULL, *keystr = NULL; local
90 infile = *(++argv);
115 if (infile == NULL)
118 in = fopen(infile, "r");
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c68 static const char *infile, *outfile; variable
131 infp = fopen(infile = *argv, "r");
141 infile = "stdin";
164 warnx("%s: missing or bad \"begin\" line", infile);
215 warnx("%s: unable to parse file mode", infile);
239 infile);
262 warnc(EEXIST, "%s: %s", infile, outfile);
271 warn("%s: unlink %s", infile, outfile);
274 warnc(EISDIR, "%s: %s", infile, outfile);
282 warnc(EEXIST, "%s: %s", infile, outfil
[all...]
/freebsd-11-stable/contrib/libxo/xopo/
H A Dxopo.c202 FILE *infile; local
207 infile = fopen(opt_input, "r");
208 if (infile == NULL)
212 infile = stdin;
226 if (fgets(buf, sizeof(buf), infile) == NULL)
281 if (infile != stdin)
282 fclose(infile);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-msdos.c167 char *infile; local
197 infile = "";
202 infile = ms->files[inindex];
219 + strlen (infile)
227 infile,
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi_user.c200 dsdt_load_file(char *infile) argument
206 if ((acpi_mem_fd = open(infile, O_RDONLY)) == -1)
207 errx(1, "opening %s", infile);
212 errx(1, "fstat %s", infile);
216 errx(1, "mmap %s", infile);
/freebsd-11-stable/usr.bin/m4/
H A Dmain.c66 struct input_file infile[MAXINP];/* input file stack (0=stdin) */ variable in typeref:struct:input_file
246 set_input(infile+0, stdin, "stdin");
253 set_input(infile, stdin, "stdin");
254 else if (fopen_trypath(infile, p) == NULL)
259 release_input(infile);
431 release_input(infile+ilevel--);
523 infile[ilevel].synch_lineno++;
524 if (infile[ilevel].synch_lineno !=
525 infile[ilevel].lineno)
538 infile[ileve
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c197 FILE *infile = fopen("/proc/octeon_info", "r"); local
198 if (infile == NULL)
204 while (!feof(infile))
207 if (fgets(buffer, sizeof(buffer), infile))
/freebsd-11-stable/tools/tools/vop_table/
H A Dvop_table.pl20 $infile = "/tmp/vt.$$";
74 #Generate $infile; sketchy
75 `find /usr/src/sys -type f -iname *.c -print | xargs grep 'vnodeops =' > $infile`;
78 open VT, $infile;
98 `rm -f $infile`;
/freebsd-11-stable/secure/caroot/
H A DMAca-bundle.pl45 my $infile;
57 "infile:s" => \$infile,
61 if ($infile) {
62 open($inputfh, "<", $infile) or die "Failed to open $infile";

Completed in 242 milliseconds

1234