HomeSort by: relevance | last modified time | path
    Searched defs:the_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
corefile-shmem-zero-id-lib.c 141 struct interesting_file the_file = { -1, 0, 0, NULL }; variable in typeref:struct:interesting_file
143 /* Update the contents of the global THE_FILE buffer. It is assumed that
144 the file contents have already been loaded into THE_FILE's content
152 assert (the_file.content != NULL);
154 char *start = the_file.content;
268 return the_file.fd == -1 && is_smaps_file (pathname);
272 descriptor) into the global THE_FILE variable, making the file FD the
288 assert (the_file.size == 0);
289 assert (the_file.content == NULL);
290 assert (the_file.fd == -1)
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 1753 char *the_file;
1771 the_file = find_and_load (filename, 0);
1772 if (!the_file)
1798 memcpy (the_header, the_file, header_size);
1813 char last_char = the_file[i];
1817 if ((the_file[i] == '\037') &&
1822 last_char = the_file[i];
1839 char last_char = the_file[i];
1843 if ((the_file[i] == '\037') &&
1848 last_char = the_file[i]
1746 char *the_file; local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
deffilep.c 2211 static FILE *the_file; variable
2243 the_file = fopen (filename, "r");
2246 if (!the_file)
2264 fclose (the_file);
2269 fclose (the_file);
3289 rv = fgetc (the_file);
3305 return ungetc (c, the_file);
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.c 2211 static FILE *the_file; variable
2244 the_file = fopen (filename, "r");
2247 if (!the_file)
2265 fclose (the_file);
2270 fclose (the_file);
3296 rv = fgetc (the_file);
3312 return ungetc (c, the_file);

Completed in 51 milliseconds