Searched refs:file_end (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 176 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 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();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 394 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 D | exf.c | 315 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 D | main.c | 429 (void)file_end(gp->ccl_sp, NULL, 1); in v_end()
|
H A D | recover.c | 301 if (LF_ISSET(RCV_ENDSESSION) && file_end(sp, NULL, 1)) in rcv_sync()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 331 int file_end(SCR *, EXF *, int);
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.c | 244 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in vi()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 264 (void)file_end(new, new->ep, 1); in ex_tag_Nswitch()
|
H A D | ex.c | 154 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in ex()
|