Home
last modified time | relevance | path

Searched refs:set_input (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgcc.h63 extern void set_input (const char *);
H A Dgcc.c6107 set_input (const char *filename) in set_input() function
6643 set_input (infiles[i].name); in main()
6693 set_input (infiles[i].name); in main()
6759 set_input (infiles[i].name); in main()
H A DChangeLog-20011775 (set_input): Reset input_stat_set for each new file.
3879 * gcc.c (set_input): Export.
3881 gcc.h (set_input): ... here.
14105 (set_input): Export.
14107 * gcc.h (set_input): ... here.
15571 (set_input): Export.
15573 * gcc.h (set_input): ... here.
H A DChangeLog-200014183 (set_input): Prepare for %B.
19622 * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
31213 * gcc.c (set_input): New fn.
/freebsd-12.1/usr.bin/m4/
H A Dextern.h122 extern void set_input(struct input_file *, FILE *, const char *);
H A Dmain.c248 set_input(infile+0, stdin, "stdin"); in main()
255 set_input(infile, stdin, "stdin"); in main()
H A Dgnum4.c136 set_input(i, f, path); in dopath()
150 set_input(i, f, filename); in fopen_trypath()
H A Dmisc.c409 set_input(struct input_file *f, FILE *real, const char *name) in set_input() function