Searched refs:file_end (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl25 &file_end();
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl11 &file_end();
/freebsd-9.3-release/sys/kern/
H A Dimgact_gzip.c61 u_long virtual_offset, file_offset, file_end, bss_size; member in struct:imgact_gzip
224 gz->file_end = gz->file_offset + gz->a_out.a_text + gz->a_out.a_data;
375 if (gz->output >= gz->file_offset && gz->output < gz->file_end) {
376 i = min(siz, gz->file_end - gz->output);
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes686.pl55 &file_end();
/freebsd-9.3-release/contrib/nvi/include/
H A Dcom_extern.h93 int file_end __P((SCR *, EXF *, int));
/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h199 void (*file_end) (void); member in struct:gcc_target::asm_out
H A Dtoplev.c1134 targetm.asm_out.file_end ();
/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c306 * flag so that the file_end routine ignores the backing information
310 * Side-effect: after the call to file_end(), sp->frp may be NULL.
314 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) {
315 (void)file_end(sp, ep, 1);
619 * file_end --
622 * PUBLIC: int file_end __P((SCR *, EXF *, int));
625 file_end(sp, ep, force) function
H A Dmain.c467 (void)file_end(gp->ccl_sp, NULL, 1);
H A Drecover.c319 if (LF_ISSET(RCV_ENDSESSION) && file_end(sp, NULL, 1))
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvi.c253 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE)))
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_tag.c389 (void)file_end(new, new->ep, 1);
H A Dex.c162 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE)))

Completed in 102 milliseconds