Searched refs:the_file (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dnode.c1751 char *the_file;
1769 the_file = find_and_load (filename, 0);
1770 if (!the_file)
1796 memcpy (the_header, the_file, header_size);
1811 char last_char = the_file[i];
1815 if ((the_file[i] == '\037') &&
1820 last_char = the_file[i];
1837 char last_char = the_file[i];
1841 if ((the_file[i] == '\037') &&
1846 last_char = the_file[
1744 char *the_file; local
[all...]
/freebsd-10.1-release/contrib/binutils/ld/
H A Ddeffilep.y253 static FILE *the_file;
286 the_file = fopen (filename, "r");
289 if (!the_file)
307 fclose (the_file);
311 fclose (the_file);
916 rv = fgetc (the_file);
932 return ungetc (c, the_file);

Completed in 54 milliseconds