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

1234

/freebsd-9.3-release/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-9.3-release/usr.bin/rpcgen/
H A Drpc_main.c157 checkfiles(cmd.infile, cmd.outfile);
160 checkfiles(cmd.infile, NULL);
163 c_output(cmd.infile, "-DRPC_XDR", DONT_EXTEND, cmd.outfile);
165 h_output(cmd.infile, "-DRPC_HDR", DONT_EXTEND, cmd.outfile,
168 l_output(cmd.infile, "-DRPC_CLNT", DONT_EXTEND, cmd.outfile);
170 s_output(argc, argv, cmd.infile, "-DRPC_SVC", DONT_EXTEND,
173 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile);
175 svc_output(cmd.infile, "-DRPC_SERVER", DONT_EXTEND,
178 clnt_output(cmd.infile, "-DRPC_CLIENT", DONT_EXTEND,
184 c_output(cmd.infile, "
249 open_output(const char *infile, const char *outfile) argument
319 open_input(const char *infile, const char *define) argument
399 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
501 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
587 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
674 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
705 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
727 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
760 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
968 checkfiles(const char *infile, const char *outfile) argument
[all...]
/freebsd-9.3-release/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-9.3-release/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 DCA.pl175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
H A Dsess_id.c96 char *infile = NULL, *outfile = NULL, *context = NULL; local
124 infile = *(++argv);
156 x = load_sess_id(infile, informat);
261 static SSL_SESSION *load_sess_id(char *infile, int format) argument
272 if (infile == NULL)
275 if (BIO_read_filename(in, infile) <= 0) {
276 perror(infile);
H A Dcrl2p7.c95 char *infile, *outfile, *prog, *certfile; local
110 infile = NULL;
130 infile = *(++argv);
159 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
184 if (infile == NULL)
187 if (BIO_read_filename(in, infile) <= 0) {
188 perror(infile);
H A Ddh.c96 char *infile, *outfile, *prog; local
113 infile = NULL;
133 infile = *(++argv);
165 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
197 if (infile == NULL)
200 if (BIO_read_filename(in, infile) <= 0) {
201 perror(infile);
H A Dec.c97 char *infile, *outfile, *prog, *engine; local
115 infile = NULL;
135 infile = *(++argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
254 if (infile == NULL)
257 if (BIO_read_filename(in, infile) <= 0) {
258 perror(infile);
H A Dpkcs8.c74 char **args, *infile = NULL, *outfile = NULL; local
169 infile = *args;
227 if (infile) {
228 if (!(in = BIO_new_file(infile, "rb"))) {
229 BIO_printf(bio_err, "Can't open input file %s\n", infile);
251 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
H A Dpkcs7.c90 char *infile, *outfile, *prog; local
106 infile = NULL;
126 infile = *(++argv);
155 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
187 if (infile == NULL)
190 if (BIO_read_filename(in, infile) <= 0)
192 perror(infile);
H A Dcrl.c109 char *infile = NULL, *outfile = NULL; local
169 infile = *(++argv);
227 x = load_crl(infile, informat);
382 static X509_CRL *load_crl(char *infile, int format) argument
393 if (infile == NULL)
396 if (BIO_read_filename(in, infile) <= 0) {
397 perror(infile);
/freebsd-9.3-release/crypto/openssh/
H A Dfixprogs33 @infile=<IN>;
37 foreach (@infile) {
/freebsd-9.3-release/usr.bin/sed/
H A Dextern.h45 extern FILE *infile, *outfile;
H A Dmain.c99 FILE *infile; /* Current input file */ variable
318 if (infile == NULL) {
323 infile = stdin;
332 if (infile != NULL && (c = getc(infile)) != EOF) {
333 (void)ungetc(c, infile);
337 if (infile == stdin) {
341 if (infile != NULL) {
342 fclose(infile);
420 if ((infile
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c176 FILE *infile = fopen("/proc/octeon_info", "r"); local
177 if (infile == NULL)
183 while (!feof(infile))
186 if (fgets(buffer, sizeof(buffer), infile))
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-msdos.c167 char *infile; local
197 infile = "";
202 infile = ms->files[inindex];
219 + strlen (infile)
227 infile,
/freebsd-9.3-release/contrib/libpcap/tests/
H A Dfiltertest.c165 char *infile; local
179 infile = NULL;
197 infile = optarg;
241 if (infile)
242 cmdbuf = read_infile(infile);
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpi_user.c198 dsdt_load_file(char *infile) argument
204 if ((acpi_mem_fd = open(infile, O_RDONLY)) == -1)
205 errx(1, "opening %s", infile);
210 errx(1, "fstat %s", infile);
214 errx(1, "mmap %s", infile);
/freebsd-9.3-release/usr.bin/m4/
H A Dmain.c66 struct input_file infile[MAXINP];/* input file stack (0=stdin) */ variable in typeref:struct:input_file
241 set_input(infile+0, stdin, "stdin");
248 set_input(infile, stdin, "stdin");
249 else if (fopen_trypath(infile, p) == NULL)
254 release_input(infile);
425 release_input(infile+ilevel--);
517 infile[ilevel].synch_lineno++;
518 if (infile[ilevel].synch_lineno !=
519 infile[ilevel].lineno)
532 infile[ileve
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c105 char *infile = NULL; local
168 infile = argv[0];
171 if (infile == NULL || map == NULL) {
189 if (!strcmp(infile, "-")) {
192 if ((ifp = fopen(infile, "r")) == NULL)
193 err(1, "failed to open %s", infile);
/freebsd-9.3-release/contrib/one-true-awk/
H A Dlib.c35 FILE *infile = NULL; variable
104 infile = stdin; /* no filenames, so use stdin */
128 while (argno < *ARGC || infile == stdin) {
130 if (infile == NULL) { /* have to open a new file */
144 infile = stdin;
145 else if ((infile = fopen(file, "r")) == NULL)
149 c = readrec(&buf, &bufsize, infile);
168 if (infile != stdin)
169 fclose(infile);
170 infile
[all...]

Completed in 289 milliseconds

1234