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

12

/macosx-10.10/ncurses-44/ncurses/test/
H A Ddots.c45 static bool interrupted = FALSE; variable
52 if (interrupted) {
88 interrupted = TRUE;
124 while (!interrupted) {
H A Dechochar.c41 static bool interrupted = FALSE; variable
58 interrupted = TRUE;
123 while (!interrupted) {
H A Ddots_mvcur.c45 static bool interrupted = FALSE; variable
52 if (interrupted) {
88 interrupted = TRUE;
127 while (!interrupted) {
H A Drailroad.c56 static bool interrupted = FALSE; variable
61 if (interrupted) {
175 interrupted = TRUE;
H A Dview.c110 static int interrupted; variable
361 if (interrupted) {
514 interrupted = FALSE;
516 interrupted = TRUE;
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dccaudit.h21 void ccaudit_log_mechanism(ccaudit_t, const char * right, const char * mech, uint32_t status, const char * interrupted);
H A Dccaudit.c214 void ccaudit_log_mechanism(ccaudit_t ccaudit, const char * right, const char * mech, uint32_t status, const char * interrupted) argument
227 if (interrupted) {
228 _write(ccaudit, au_to_text(interrupted), "interrupt");
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.print.c226 static int interrupted = 0; local
234 if (interrupted) {
235 interrupted = 0;
239 interrupted = 1;
297 interrupted = 0;
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_join.c133 /* We need to check if we got interrupted, which involves locking dcethread__self().
137 /* Check if we've been interrupted and end block if we have */
203 volatile int interrupted = 0; local
214 /* Note that we got interrupted */
215 interrupted = 1;
222 MU_ASSERT(interrupted);
/macosx-10.10/apache-793/httpd/support/
H A Dhtcacheclean.c97 static int interrupted; /* flag: true if SIGINT or SIGTERM occurred */ variable
158 interrupted = 1;
424 while (apr_dir_read(&info, APR_FINFO_TYPE, dir) == APR_SUCCESS && !interrupted) {
575 if (interrupted) {
585 if (interrupted) {
623 while (apr_dir_read(&info, 0, dir) == APR_SUCCESS && !interrupted) {
635 if (interrupted) {
642 !interrupted && d != APR_RING_SENTINEL(&anchor, _direntry, link);
672 } while (status != APR_SUCCESS && !interrupted && --retries);
680 if (!realclean && !interrupted) {
[all...]
H A Dhtdigest.c172 static void interrupted(void) function
214 apr_signal(SIGINT, (void (*)(int)) interrupted);
/macosx-10.10/ncurses-44/ncurses/include/
H A DMKkey_defs.sh65 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationMechEval.cpp162 bool interrupted = false; local
176 string auditMsg = "evaluation interrupted by ";
182 interrupted = true;
195 if (interrupted)
/macosx-10.10/man-16/man/src/
H A Dutil.c111 static int interrupted = 0; variable
113 interrupted = 1;
127 if (interrupted)
167 fatal (WAIT_FAILED, command); /* interrupted? */
/macosx-10.10/postfix-255/postfix/src/postsuper/
H A Dpostsuper.c678 * operation is interrupted in the middle.
698 * recover when a previous attempt was interrupted.
918 * course we have to be prepared that the program is interrupted
1028 /* interrupted - signal handler */
1030 static void interrupted(int sig) function
1038 * prevent nested interrupted() calls. For this reason, main() must
1039 * configure interrupted() as SIGINT handler before other signal handlers
1040 * are allowed to invoke interrupted(). See also similar code in
1058 interrupted(0);
1254 * interrupted() use
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dbashbug.sh215 echo "$0: Perhaps it was interrupted."
/macosx-10.10/bash-94.1.2/
H A Dbashbug215 echo "$0: Perhaps it was interrupted."
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c89 volatile sig_atomic_t interrupted = 0; variable
219 interrupted = 1;
546 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
625 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
735 for (n = 0; d[n] != NULL && !interrupted; n++) {
800 if (interrupted)
827 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1337 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1433 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1444 for (i = 0; g.gl_pathv[i] && !interrupted;
[all...]
H A Dsftp-client.c59 extern volatile sig_atomic_t interrupted;
478 for (; !interrupted;) {
565 if (interrupted && dir != NULL && *dir != NULL) {
1080 if (interrupted) {
1271 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) {
1424 if (interrupted || status != SSH2_FX_OK)
1573 while (((dp = readdir(dirp)) != NULL) && !interrupted) {
/macosx-10.10/groff-38/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
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A Dsystem_error.inc122 MAP_ERR_TO_COND(WSAEINTR, interrupted);
/macosx-10.10/BerkeleyDB-21/db/mp/
H A Dmp_sync.c118 int interrupted, ret; local
136 __memp_sync_int(env, NULL, 0, flags, NULL, &interrupted)) != 0)
139 if (!interrupted && lsnp != NULL) {
397 /* Check if the call has been interrupted. */
593 /* Check if the call has been interrupted. */
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bpf.c180 u_int interrupted; member in struct:pcap_bpf
364 * If a previous sleep was interrupted due to signal delivery, make
374 if (pb->interrupted && p->opt.timeout) {
379 pb->interrupted = 0;
406 if (!pb->interrupted && p->opt.timeout) {
407 pb->interrupted = 1;
417 pb->interrupted = 0;
/macosx-10.10/vim-55/runtime/macros/life/
H A Dlife.vim38 " g 'g'o! runs everything until interrupted: "IR".
50 " R 'R'un 'C'ompute until interrupted.

Completed in 375 milliseconds

12