/netbsd-src/external/gpl2/gmake/dist/ |
H A D | file.c | 342 register struct file **file_end; in remove_intermediates() local 353 file_end = file_slot + files.ht_size; in remove_intermediates() 354 for ( ; file_slot < file_end; file_slot++) in remove_intermediates() 636 struct file **file_end; in snap_deps() local 650 file_end = file_slot_0 + files.ht_fill; in snap_deps() 651 for (file_slot = file_slot_0; file_slot < file_end; file_slot++) in snap_deps()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/som/ |
H A D | lst.h | 46 unsigned char file_end[4]; member
|
H A D | internal.h | 202 unsigned int file_end; member
|
/netbsd-src/external/gpl3/binutils/dist/include/som/ |
H A D | lst.h | 46 unsigned char file_end[4]; member
|
H A D | internal.h | 202 unsigned int file_end; member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
H A D | x86nasm.pl | 125 sub ::file_end
|
H A D | x86masm.pl | 125 sub ::file_end
|
H A D | x86gas.pl | 160 sub ::file_end
|
H A D | x86asm.pl | 257 { &file_end();
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
H A D | x86nasm.pl | 125 sub ::file_end
|
H A D | x86masm.pl | 125 sub ::file_end
|
H A D | x86gas.pl | 161 sub ::file_end
|
H A D | x86asm.pl | 259 { &file_end();
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | gs.c | 112 (void)file_end(wp->ccl_sp, NULL, 1); in win_end()
|
H A D | exf.c | 311 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init() 312 (void)file_end(sp, ep, 1); in file_init() 636 file_end(SCR *sp, EXF *ep, int force) in file_end() function
|
H A D | recover.c | 330 if (LF_ISSET(RCV_ENDSESSION) && file_end(sp, NULL, 1)) in rcv_sync()
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | vi.c | 269 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in vi()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | toplev.c | 590 targetm.asm_out.file_end (); in compile_file()
|
H A D | target.def | 700 (file_end,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | toplev.cc | 588 targetm.asm_out.file_end (); in compile_file()
|
H A D | ChangeLog-2003 | 20216 * target.h: New hook asm_out.file_end. 20218 * toplev.c (compile_file): Use targetm.asm_out.file_end.
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_tag.c | 309 (void)file_end(new, new->ep, 1); in ex_tag_Nswitch()
|
H A D | ex.c | 167 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in ex()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | som.c | 1941 dst->file_end = bfd_getb32 (src->file_end); in som_swap_lst_header_in() 6370 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end); in som_bfd_ar_write_symbol_stuff() 6661 bfd_putb32 (lst_size, &lst.file_end); in som_write_armap()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | som.c | 1940 dst->file_end = bfd_getb32 (src->file_end); in som_swap_lst_header_in() 6443 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + bfd_getb32 (lst.file_end); in som_bfd_ar_write_symbol_stuff() 6734 bfd_putb32 (lst_size, &lst.file_end); in som_write_armap()
|