Home
last modified time | relevance | path

Searched refs:the_file (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c1746 char *the_file; in split_file() local
1764 the_file = find_and_load (filename, 0); in split_file()
1765 if (!the_file) in split_file()
1791 memcpy (the_header, the_file, header_size); in split_file()
1806 char last_char = the_file[i]; in split_file()
1810 if ((the_file[i] == '\037') && in split_file()
1815 last_char = the_file[i]; in split_file()
1832 char last_char = the_file[i]; in split_file()
1836 if ((the_file[i] == '\037') && in split_file()
1841 last_char = the_file[i]; in split_file()
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Ddeffilep.y365 static FILE *the_file;
398 the_file = fopen (filename, "r"); in def_file_parse()
401 if (!the_file) in def_file_parse()
419 fclose (the_file); in def_file_parse()
424 fclose (the_file); in def_file_parse()
1451 rv = fgetc (the_file); in def_getc()
1467 return ungetc (c, the_file); in def_ungetc()
H A Ddeffilep.c2211 static FILE *the_file; variable
2244 the_file = fopen (filename, "r"); in def_file_parse()
2247 if (!the_file) in def_file_parse()
2265 fclose (the_file); in def_file_parse()
2270 fclose (the_file); in def_file_parse()
3297 rv = fgetc (the_file); in def_getc()
3313 return ungetc (c, the_file); in def_ungetc()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Ddeffilep.y354 static FILE *the_file;
387 the_file = fopen (filename, "r"); in def_file_parse()
390 if (!the_file) in def_file_parse()
408 fclose (the_file); in def_file_parse()
413 fclose (the_file); in def_file_parse()
1346 rv = fgetc (the_file); in def_getc()
1362 return ungetc (c, the_file); in def_ungetc()
H A Ddeffilep.c2169 static FILE *the_file; variable
2202 the_file = fopen (filename, "r"); in def_file_parse()
2205 if (!the_file) in def_file_parse()
2223 fclose (the_file); in def_file_parse()
2228 fclose (the_file); in def_file_parse()
3161 rv = fgetc (the_file); in def_getc()
3177 return ungetc (c, the_file); in def_ungetc()