Searched refs:interrupted (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/tools/regression/sockets/sblock/
H A Dsblock.c42 * process, we can tell whether the sblock wait was interrupted, or if
55 static int interrupted; variable
60 interrupted++;
80 if (interrupted)
81 errx(-1, "FAIL: blocking_recver: interrupted wrong pid");
89 * meaning that the wait for the sblock was not interrupted; if it has
109 if (!interrupted)
110 errx(-1, "FAIL: locking_recver: not interrupted");
/freebsd-11-stable/contrib/tcsh/
H A Dsh.print.c222 static int interrupted = 0; local
233 if (interrupted) {
234 interrupted = 0;
241 interrupted = 1;
310 interrupted = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp310 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { argument
313 bool b = m_editline_up->GetLine(line, interrupted);
374 // interrupted in the fgets. So pressing ctrl-c causes the repl to end
483 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { argument
489 return m_editline_up->GetLines(m_base_line_number, lines, interrupted);
508 bool interrupted = false; local
509 if (GetLine(line, interrupted) && !interrupted) {
528 bool interrupted = false; local
531 if (GetLines(lines, interrupted)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h51 interrupted = int(std::errc::interrupted), member in class:llvm::errc
/freebsd-11-stable/contrib/ncurses/include/
H A DMKkey_defs.sh65 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h118 /// Editing interrupted
206 bool GetLine(std::string &line, bool &interrupted);
209 bool GetLines(int first_line_number, StringList &lines, bool &interrupted);
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft_proxy.c114 int interrupted = 0; local
141 interrupted = 1;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp278 if (interrupted)
346 if (interrupted) {
373 if (current_tab || interrupted || current_field
419 if (interrupted)
448 if (interrupted)
481 if (interrupted)
512 if (interrupted)
524 if (interrupted)
544 if (interrupted)
564 if (interrupted)
[all...]
H A Denv.h166 int interrupted; member in class:environment
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c105 volatile sig_atomic_t interrupted = 0; variable
253 interrupted = 1;
636 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
723 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
840 for (n = 0; d[n] != NULL && !interrupted; n++) {
909 if (interrupted)
936 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1482 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1582 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1595 for (i = 0; g.gl_pathv[i] && !interrupted;
[all...]
H A Dsftp-client.c61 extern volatile sig_atomic_t interrupted;
555 for (; !interrupted;) {
655 } else if (interrupted && dir != NULL && *dir != NULL) {
1270 if (interrupted) {
1390 if (read_error || write_error || interrupted) {
1411 if (do_close(conn, handle, handle_len) != 0 || interrupted)
1491 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) {
1672 if (interrupted || status != SSH2_FX_OK)
1834 while (((dp = readdir(dirp)) != NULL) && !interrupted) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp564 // interrupted.
1378 bool Editline::GetLine(std::string &line, bool &interrupted) { argument
1388 interrupted = true;
1400 interrupted = m_editor_status == EditorStatus::Interrupted;
1401 if (!interrupted) {
1419 bool &interrupted) {
1445 interrupted = m_editor_status == EditorStatus::Interrupted;
1446 if (!interrupted) {
1418 GetLines(int first_line_number, StringList &lines, bool &interrupted) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h394 bool GetLine(std::string &line, bool &interrupted);
396 bool GetLines(StringList &lines, bool &interrupted);
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c766 if (reply("restore interrupted, continue") == FAIL)
/freebsd-11-stable/sys/rpc/
H A Dclnt_vc.c141 int error, interrupted, one = 1, sleep_flag; local
159 interrupted = 0;
169 interrupted = 1;
179 if (!interrupted)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp290 MAP_ERR_TO_COND(WSAEINTR, interrupted);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c162 u_int interrupted; member in struct:pcap_bpf
352 * If a previous sleep was interrupted due to signal delivery, make
362 if (pb->interrupted && p->opt.timeout) {
367 pb->interrupted = 0;
394 if (!pb->interrupted && p->opt.timeout) {
395 pb->interrupted = 1;
405 pb->interrupted = 0;
/freebsd-11-stable/stand/lua/
H A Dpassword.lua138 -- The autoboot sequence was interrupted, so we'll need to
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c563 int error, interrupted = 0; local
601 interrupted = 1;
611 if (!interrupted)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql347 obtained when an operation was interrupted.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1577 "expression interrupted for the expression '%s'", expr_str.c_str());
1625 result.AppendError("interrupted");
2736 // If we were interrupted, bail out...
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2271 ** to be interrupted and might continue to completion.
2273 ** ^An SQL operation that is interrupted will return [SQLITE_INTERRUPT].
2274 ** ^If the interrupted SQL operation is an INSERT, UPDATE, or DELETE
2281 ** running statements reaches zero are interrupted as if they had been
2922 ** interrupted. This feature can be used to implement a
[all...]

Completed in 666 milliseconds