| /src/external/bsd/bc/dist/ |
| main.c | 44 static char first_file; variable 239 first_file = TRUE; 293 if (use_math && first_file) 343 if (!first_file) fclose (yyin); 345 first_file = FALSE;
|
| /src/external/gpl3/binutils/dist/gprof/ |
| source.c | 96 static bool first_file = true; local 234 if (first_file) 235 first_file = false;
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| source.c | 96 static bool first_file = true; local 234 if (first_file) 235 first_file = false;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gen-win32.h | 217 bool first_file; member in struct:__anon24252 244 dir->first_file = true; 259 if (dir->first_file) { 260 dir->first_file = false;
|
| /src/external/gpl3/binutils/dist/gas/ |
| dwarf2dbg.c | 3034 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; 3038 if (first_file == 0 && files[first_file].filename == NULL) 3039 first_file = 1; 3044 on the command line, so assume files[first_file] is the main input file. 3049 if (files[first_file].dir) 3051 char *dirname = remap_debug_filename (dirs[files[first_file].dir]); 3064 len = strlen (files[first_file].filename) + 1; 3066 memcpy (p, files[first_file].filename, len); 3031 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; local
|
| ecoff.c | 1004 static efdr_t *first_file; /* first file descriptor */ 1005 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ 2195 if (first_file != NULL) 2244 for (fil_ptr = first_file; 4604 if (first_file == NULL) 4645 for (fil_ptr = first_file; 1002 static efdr_t *first_file; \/* first file descriptor *\/ variable
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| dwarf2dbg.c | 3032 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; 3036 if (first_file == 0 && files[first_file].filename == NULL) 3037 first_file = 1; 3042 on the command line, so assume files[first_file] is the main input file. 3047 if (files[first_file].dir) 3049 char *dirname = remap_debug_filename (dirs[files[first_file].dir]); 3062 len = strlen (files[first_file].filename) + 1; 3064 memcpy (p, files[first_file].filename, len); 3029 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; local
|
| ecoff.c | 1004 static efdr_t *first_file; /* first file descriptor */ 1005 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */ 2195 if (first_file != NULL) 2244 for (fil_ptr = first_file; 4601 if (first_file == NULL) 4642 for (fil_ptr = first_file; 1002 static efdr_t *first_file; \/* first file descriptor *\/ variable
|
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.c | 2335 bool first_file; 2343 first_file = true; 2348 if (first_file) 2349 first_file = false; 2332 bool first_file; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.c | 2335 bool first_file; 2343 first_file = true; 2348 if (first_file) 2349 first_file = false; 2332 bool first_file; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect2.cc | 866 int first_file; 1263 first_file = 1; 1381 if (first_file) 1384 first_file = 0; 1477 if (first_file) 1479 first_file = 0; 859 int first_file; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect2.cc | 866 int first_file; 1259 first_file = 1; 1377 if (first_file) 1380 first_file = 0; 1473 if (first_file) 1475 first_file = 0; 859 int first_file; local
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlang.c | 75 static lang_input_statement_type *first_file; variable 1195 see the initialization of first_file in lang_init(). */ 1413 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, 9034 if (first_file->filename != NULL) 9036 first_file->filename = name; 9037 first_file->local_sym_name = name; 9038 first_file->flags.real = true;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlang.c | 77 static lang_input_statement_type *first_file; variable 1214 see the initialization of first_file in lang_init(). */ 1432 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, 8968 if (first_file->filename != NULL) 8970 first_file->filename = name; 8971 first_file->local_sym_name = name; 8972 first_file->flags.real = true;
|