| /src/sys/arch/ia64/stand/common/ |
| fileload.c | 179 struct preloaded_file *fp, *last_file; local 191 for (last_file = preloaded_files; 192 last_file != NULL && last_file->f_next != NULL; 193 last_file = last_file->f_next)
|
| /src/external/bsd/pkg_install/dist/lib/ |
| plist.c | 513 const char *last_file = ""; local 583 format_cmd(tmp, sizeof(tmp), p->name, prefix, last_file); 592 last_file = p->name;
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldmisc.c | 344 static char *last_file; local 399 || (last_file == NULL) != (filename == NULL) 401 && filename_cmp (last_file, filename) != 0) 408 free (last_file); 409 last_file = NULL; 411 last_file = xstrdup (filename); 443 free (last_file); 444 last_file = NULL;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldmisc.c | 299 static char *last_file; local 354 || (last_file == NULL) != (filename == NULL) 356 && filename_cmp (last_file, filename) != 0) 363 free (last_file); 364 last_file = NULL; 366 last_file = xstrdup (filename); 398 free (last_file); 399 last_file = NULL;
|
| /src/usr.bin/mail/ |
| lex.c | 476 FILE *last_file; local 481 last_file = last_registered_file(0); 530 fp_stop = last_file;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-aarch64.h | 261 const char *last_file; member in struct:aarch64_segment_info_type
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-aarch64.h | 261 const char *last_file; member in struct:aarch64_segment_info_type
|
| /src/external/bsd/pkg_install/dist/add/ |
| perform.c | 694 const char *last_file; local 735 last_file = NULL; 742 last_file = p->name; 769 if (format_cmd(cmd, sizeof(cmd), p->name, pkg->prefix, last_file))
|
| /src/external/gpl3/binutils/dist/gas/ |
| listing.c | 291 static const char *last_file = NULL; local 329 && !(last_file && file && filename_cmp (file, last_file))) 395 last_file = file;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| listing.c | 291 static const char *last_file = NULL; local 329 && !(last_file && file && filename_cmp (file, last_file))) 395 last_file = file;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coffgen.c | 807 struct internal_syment *last_file = NULL; local 872 if (last_file != NULL) 873 last_file->n_value = native_index; 874 last_file = &(s->u.syment);
|
| libcoff-in.h | 540 struct internal_syment last_file; member in struct:coff_final_link_info
|
| libcoff.h | 544 struct internal_syment last_file; member in struct:coff_final_link_info
|
| xcofflink.c | 177 struct internal_syment last_file; member in struct:xcoff_final_link_info 5467 && flinfo->last_file.n_value != (bfd_vma) *indexp) 5470 flinfo->last_file.n_value = *indexp; 5475 (void *) &flinfo->last_file, 5489 (void *) &flinfo->last_file, 5502 flinfo->last_file = isym; 5818 flinfo->last_file.n_value = output_index; 5819 bfd_coff_swap_sym_out (output_bfd, (void *) &flinfo->last_file, 7393 flinfo.last_file.n_value = -(bfd_vma) 1; 7394 bfd_coff_swap_sym_out (abfd, (void *) &flinfo.last_file, [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffgen.c | 807 struct internal_syment *last_file = NULL; local 872 if (last_file != NULL) 873 last_file->n_value = native_index; 874 last_file = &(s->u.syment);
|
| libcoff-in.h | 536 struct internal_syment last_file; member in struct:coff_final_link_info
|
| libcoff.h | 540 struct internal_syment last_file; member in struct:coff_final_link_info
|
| xcofflink.c | 177 struct internal_syment last_file; member in struct:xcoff_final_link_info 5467 && flinfo->last_file.n_value != (bfd_vma) *indexp) 5470 flinfo->last_file.n_value = *indexp; 5475 (void *) &flinfo->last_file, 5489 (void *) &flinfo->last_file, 5502 flinfo->last_file = isym; 5818 flinfo->last_file.n_value = output_index; 5819 bfd_coff_swap_sym_out (output_bfd, (void *) &flinfo->last_file, 7393 flinfo.last_file.n_value = -(bfd_vma) 1; 7394 bfd_coff_swap_sym_out (abfd, (void *) &flinfo.last_file, [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| coffgen.c | 805 struct internal_syment *last_file = NULL; local 870 if (last_file != NULL) 871 last_file->n_value = native_index; 872 last_file = &(s->u.syment);
|
| libcoff-in.h | 533 struct internal_syment last_file; member in struct:coff_final_link_info
|
| libcoff.h | 537 struct internal_syment last_file; member in struct:coff_final_link_info
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffgen.c | 808 struct internal_syment *last_file = NULL; local 873 if (last_file != NULL) 874 last_file->n_value = native_index; 875 last_file = &(s->u.syment);
|
| libcoff-in.h | 533 struct internal_syment last_file; member in struct:coff_final_link_info
|
| libcoff.h | 537 struct internal_syment last_file; member in struct:coff_final_link_info
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 5466 int last_file = argc - 1; local 5481 else if (strncmp (argv[i], "--", 2) != 0 && last_file-- == i)
|