Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp176 for (llvm::sys::fs::directory_iterator iter(proc_fd_path, ec), file_end; in ChildFunc() local
177 iter != file_end && !ec; iter.increment(ec)) { in ChildFunc()
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl125 sub ::file_end
H A Dx86masm.pl125 sub ::file_end
H A Dx86gas.pl161 sub ::file_end
H A Dx86asm.pl259 { &file_end();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp394 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); in DoReadMemory() local
402 if (file_start == file_end) in DoReadMemory()
407 if (file_end > file_start + offset) in DoReadMemory()
408 bytes_left = file_end - (file_start + offset); in DoReadMemory()
/freebsd/contrib/nvi/common/
H A Dexf.c315 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init()
316 (void)file_end(sp, ep, 1); in file_init()
631 file_end(SCR *sp, EXF *ep, int force) in file_end() function
H A Dmain.c429 (void)file_end(gp->ccl_sp, NULL, 1); in v_end()
H A Drecover.c301 if (LF_ISSET(RCV_ENDSESSION) && file_end(sp, NULL, 1)) in rcv_sync()
/freebsd/usr.bin/vi/
H A Dextern.h331 int file_end(SCR *, EXF *, int);
/freebsd/contrib/nvi/vi/
H A Dvi.c244 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in vi()
/freebsd/contrib/nvi/ex/
H A Dex_tag.c264 (void)file_end(new, new->ep, 1); in ex_tag_Nswitch()
H A Dex.c154 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in ex()