/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 351 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() 354 return m_editline_up->GetLine(line, interrupted); in GetLine() 411 // interrupted in the fgets. So pressing ctrl-c causes the repl to end in GetLine() 535 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines() 541 return m_editline_up->GetLines(m_base_line_number, lines, interrupted); in GetLines() 560 bool interrupted = false; in Run() 561 if (GetLine(line, interrupted) && !interrupted) { in Run() 580 bool interrupted = false; in Run() 583 if (GetLines(lines, interrupted)) { 349 GetLine(std::string & line,bool & interrupted) GetLine() argument 511 GetLines(StringList & lines,bool & interrupted) GetLines() argument 536 bool interrupted = false; GetLines() local 556 bool interrupted = false; Run() local [all...] |
/freebsd/tools/regression/sockets/sblock/ |
H A D | sblock.c | 53 static int interrupted; variable 58 interrupted++; in signal_handler() 78 if (interrupted) in blocking_recver() 107 if (!interrupted) in locking_recver()
|
/freebsd/contrib/tcsh/ |
H A D | sh.print.c | 222 static int interrupted = 0; in flush() local 233 if (interrupted) { in flush() 234 interrupted = 0; in flush() 241 interrupted = 1; in flush() 310 interrupted = 0; in flush()
|
H A D | NewThings | 28 * $< can be interrupted and takes modifiers. Does not quote args by default
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 55 interrupted = int(std::errc::interrupted), enumerator
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 101 volatile sig_atomic_t interrupted = 0; variable 254 interrupted = 1; in cmd_interrupt() 261 interrupted = 1; in read_interrupt() 681 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_get() 770 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_put() 892 for (n = 0; d[n] != NULL && !interrupted; n++) { in do_ls_dir() 996 if (interrupted) in do_globbed_ls() 1042 for (j = 0; j < nentries && !interrupted; j++) { in do_globbed_ls() 1624 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in parse_dispatch_command() 1728 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in parse_dispatch_command() [all …]
|
H A D | sftp-client.c | 68 extern volatile sig_atomic_t interrupted; 739 for (; !interrupted;) { in sftp_lsreaddir() 835 } else if (interrupted && dir != NULL && *dir != NULL) { in sftp_lsreaddir() 1700 if (interrupted) { in sftp_download() 1822 if (!read_error && !write_error && !interrupted) { in sftp_download() 1831 if (inplace_flag || read_error || write_error || interrupted) { in sftp_download() 1833 (read_error || write_error || interrupted)) { in sftp_download() 1852 if (sftp_close(conn, handle, handle_len) != 0 || interrupted) in sftp_download() 1940 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) { in download_dir_internal() 2131 if (interrupted || status != SSH2_FX_OK) in sftp_upload() [all …]
|
H A D | scp.c | 187 volatile sig_atomic_t interrupted = 0; variable 1617 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in sink_sftp() 2038 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Editline.h | 234 bool GetLine(std::string &line, bool &interrupted); 237 bool GetLines(int first_line_number, StringList &lines, bool &interrupted);
|
/freebsd/tools/tools/nanobsd/dhcpd/ |
H A D | README | 12 but do be careful if things are interrupted. There may still be
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.txt | 18 ui process interrupted or cancelled
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_socket_stream.cpp | 230 getLastSocketErrorCode() == std::errc::interrupted); in getSocketFD() 234 getLastSocketErrorCode() == std::errc::interrupted); in getSocketFD()
|
H A D | ErrorHandling.cpp | 333 MAP_ERR_TO_COND(WSAEINTR, interrupted); in mapWindowsError()
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.events | 53 #define KEY_EVENT 0634 /* We were interrupted by an event */
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 1475 bool Editline::GetLine(std::string &line, bool &interrupted) { in GetLine() argument 1485 interrupted = true; in GetLine() 1497 interrupted = m_editor_status == EditorStatus::Interrupted; in GetLine() 1498 if (!interrupted) { in GetLine() 1516 bool &interrupted) { in GetLines() argument 1542 interrupted = m_editor_status == EditorStatus::Interrupted; in GetLines() 1543 if (!interrupted) { in GetLines()
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | errc.h | 175 interrupted = EINTR, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 396 bool GetLine(std::string &line, bool &interrupted); 398 bool GetLines(StringList &lines, bool &interrupted);
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | xilinx-pr-decoupler.txt | 17 that can occur if AXI transactions are interrupted by DFX
|
/freebsd/sys/rpc/ |
H A D | clnt_vc.c | 140 int error, interrupted, one = 1, sleep_flag; in clnt_vc_create() local 162 interrupted = 0; in clnt_vc_create() 172 interrupted = 1; in clnt_vc_create() 182 if (!interrupted) in clnt_vc_create()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-bpf.c | 160 u_int interrupted; member 360 if (pb->interrupted && p->opt.timeout) { in pcap_next_zbuf() 365 pb->interrupted = 0; in pcap_next_zbuf() 392 if (!pb->interrupted && p->opt.timeout) { in pcap_next_zbuf() 393 pb->interrupted = 1; in pcap_next_zbuf() 403 pb->interrupted = 0; in pcap_next_zbuf()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_ipc.c | 415 bool interrupted = false; in fticket_wait_answer() local 480 if (!interrupted && !SIGISMEMBER(tmpset, SIGKILL)) { in fticket_wait_answer() 487 interrupted = true; in fticket_wait_answer()
|
/freebsd/sys/kern/ |
H A D | vfs_vnops.c | 3344 int error, interrupted; in vn_generic_copy_file_range() local 3356 interrupted = 0; in vn_generic_copy_file_range() 3488 while (len > 0 && error == 0 && !eof && interrupted == 0) { in vn_generic_copy_file_range() 3556 interrupted = sig_intr(); in vn_generic_copy_file_range() 3558 interrupted == 0) { in vn_generic_copy_file_range() 3562 interrupted = in vn_generic_copy_file_range() 3595 interrupted == 0) { in vn_generic_copy_file_range() 3638 interrupted = sig_intr(); in vn_generic_copy_file_range() 3640 interrupted == 0) { in vn_generic_copy_file_range() 3644 interrupted = in vn_generic_copy_file_range()
|
/freebsd/crypto/heimdal/appl/su/ |
H A D | ChangeLog | 79 interrupted password read
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | README.IZ | 79 Known issues: calls interrupted by KEY_EVENT reset the ESCDELAY
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 387 return llvm::createStringError(llvm::errc::interrupted,
|