Searched defs:interrupted (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 351 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() 535 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines() 560 bool interrupted = false; in GetLines() local 580 bool interrupted = false; in Run() local
|
/freebsd-src/tools/regression/sockets/sblock/ |
H A D | sblock.c | 53 static int interrupted; variable
|
/freebsd-src/contrib/tcsh/ |
H A D | sh.print.c | 222 static int interrupted = 0; in flush() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 51 interrupted = int(std::errc::interrupted), global() enumerator
|
/freebsd-src/sys/rpc/ |
H A D | clnt_vc.c | 140 int error, interrupted, one = 1, sleep_flag; in clnt_vc_create() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 1515 GetLine(std::string & line,bool & interrupted) GetLine() argument 1556 GetLines(int first_line_number,StringList & lines,bool & interrupted) GetLines() argument
|
/freebsd-src/sys/fs/fuse/ |
H A D | fuse_ipc.c | 415 bool interrupted = false; in fticket_wait_answer() local
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap-bpf.c | 161 u_int interrupted; global() member
|
/freebsd-src/crypto/openssh/ |
H A D | scp.c | 187 volatile sig_atomic_t interrupted = 0; variable
|
H A D | sftp.c | 101 volatile sig_atomic_t interrupted = 0; variable
|
/freebsd-src/sys/kern/ |
H A D | vfs_vnops.c | 3344 int error, interrupted; in vn_generic_copy_file_range() local [all...] |