| /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/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| cwd.exp | 34 set the_file [file tail $testfile] 35 set launch_id [dap_launch $the_file cwd $the_dir stop_at_main 1]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| cwd.exp | 34 set the_file [file tail $testfile] 35 set launch_id [dap_launch $the_file cwd $the_dir stop_at_main 1]
|
| /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.y | 365 static FILE *the_file; 397 the_file = fopen (filename, "r"); 400 if (!the_file) 418 fclose (the_file); 423 fclose (the_file); 1443 rv = fgetc (the_file); 1459 return ungetc (c, the_file);
|
| 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.y | 365 static FILE *the_file; 398 the_file = fopen (filename, "r"); 401 if (!the_file) 419 fclose (the_file); 424 fclose (the_file); 1450 rv = fgetc (the_file); 1466 return ungetc (c, the_file);
|
| 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);
|
| /src/external/bsd/zstd/dist/tests/ |
| DEPRECATED-test-zstd-speed.py | 341 with open(pidfile, 'w') as the_file: 342 the_file.write(pid)
|