Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgcc.h75 extern void set_input (const char *);
Dgcc.cc7956 set_input (const char *filename) in set_input() function
8902 set_input (infiles[i].name); in do_spec_on_infiles()
9020 set_input (infiles[i].name); in do_spec_on_infiles()
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.
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.
DChangeLog13727 * gcc.h (set_input): Likewise.
DChangeLog-200929815 (set_input): Use lbasename instead of duplicate code.
/netbsd/src/usr.bin/m4/
Dextern.h122 extern void set_input(struct input_file *, FILE *, const char *);
Dmain.c364 set_input(infile+0, stdin, "stdin"); in main()
371 set_input(infile, stdin, "stdin"); in main()
Dgnum4.c143 set_input(i, f, path); in dopath()
157 set_input(i, f, filename); in fopen_trypath()
Dmisc.c353 set_input(struct input_file *f, FILE *real, const char *name) in set_input() function
/netbsd/src/sys/dev/
Dvideo_if.h486 int (*set_input)(void *, struct video_input *); member
Dvideo.c1210 if (hw->set_input == NULL) { in video_set_input()
1219 return hw->set_input(sc->hw_softc, &vi); in video_set_input()
/netbsd/src/sys/dev/usb/
Dauvitek_video.c124 .set_input = auvitek_set_input,