Home
last modified time | relevance | path

Searched refs:input_file_open (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dinput-file.h64 void input_file_open (const char *filename, int pre);
Dinput-file.c117 input_file_open (const char *filename, in input_file_open() function
Dinput-scrub.c240 input_file_open (filename, !flag_no_comments); in input_scrub_new_file()
DChangeLog3106 (input_file_open): Change type of argument to const char *.
3107 * input-file.h (input_file_open): Adjust.
DChangeLog-2010288 * input-file.c (input_file_open): Check for empty input files.
DChangeLog-020322 (input_file_open): Simplify the error reporting code to just use
47 * input-file.c (input_file_open): Remove call to stat().
529 * input-file.c (input_file_open): Use "No such file" error
DChangeLog-2006594 * input-file.c (input_file_open): Replace as_perror with as_bad
DChangeLog-20072547 * input-file.c (input_file_open): Check fgets return.
DChangeLog-9295503 * input-file.c (input_file_open): If the input file can't be
4349 * input-file.c (input_file_open): Don't use FOPEN_RT, just use
8048 * input-file.c (input_file_open): Use FOPEN_RT instead of "r".
12321 * input-file.c (input_file_open): Eliminate call to setvbuf.
DChangeLog-0001685 (input_file_open): Use ISSPACE instead of isspace.
951 * input-file.c (input_file_open): When reading the
DChangeLog-20053694 * input-file.c (input_file_open): Rearrange to avoid warning.