Searched refs:QUIT (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-9.3-release/tools/regression/kthread/kld/
H A Dkthrdlk.c58 volatile int QUIT; variable
67 if (QUIT == 1)
70 if (error != 0 && QUIT == 0) {
95 if (QUIT == 1 && test_thrcnt == 1)
115 if (QUIT == 1)
135 QUIT = 0;
159 DPRINTF(("sending QUIT signal to the thrdlk threads\n"));
163 QUIT = 1;
/freebsd-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.h22 #define QUIT 278 macro
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Derrinfo116 $SIG{QUIT} = \&Cleanup_Signal; # Ctrl-\
H A Dhotkernel66 $SIG{QUIT} = \&cleanupsig; # Ctrl-\
H A Dhotuser78 $SIG{QUIT} = \&cleanupsig; # Ctrl-\
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Derrinfo116 $SIG{QUIT} = \&Cleanup_Signal; # Ctrl-\
H A Dhotkernel66 $SIG{QUIT} = \&cleanupsig; # Ctrl-\
H A Dhotuser78 $SIG{QUIT} = \&cleanupsig; # Ctrl-\
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-typeprint.c202 QUIT;
347 QUIT;
452 QUIT;
561 QUIT;
644 QUIT;
746 QUIT;
H A Df-typeprint.c109 QUIT;
171 QUIT;
293 QUIT;
H A Djv-typeprint.c93 QUIT;
167 QUIT;
232 QUIT;
H A Dc-typeprint.c215 QUIT;
535 QUIT;
673 QUIT;
796 QUIT;
804 QUIT;
825 QUIT;
833 QUIT;
839 QUIT;
860 QUIT;
962 QUIT;
[all...]
H A Dtracepoint.c201 QUIT; /* allow user to bail out with ^C */
653 QUIT; /* give user option to bail out with ^C */
945 QUIT; /* allow user to bail out with ^C */
1303 QUIT; /* allow user to bail out with ^C */
1385 QUIT; /* allow user to bail out with ^C */
1400 QUIT; /* allow user to bail out with ^C */
1428 QUIT; /* allow user to bail out with ^C */
1508 QUIT; /* allow user to bail out with ^C */
1524 QUIT; /* allow user to bail out with ^C */
1612 QUIT; /* allo
[all...]
H A Dobjc-lang.c365 QUIT;
877 QUIT;
908 QUIT;
932 QUIT;
1017 QUIT;
1041 QUIT;
1058 QUIT;
1308 QUIT;
1565 QUIT;
H A Dcp-support.c623 QUIT;
637 QUIT;
H A Dstack.c189 QUIT;
238 QUIT;
664 QUIT;
1173 QUIT;
1181 QUIT;
1207 QUIT;
1218 QUIT;
H A Dada-valprint.c399 QUIT;
660 QUIT;
H A Dm2-lang.c134 QUIT;
/freebsd-9.3-release/usr.bin/gzip/
H A Dznew60 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
/freebsd-9.3-release/contrib/binutils/binutils/
H A Darparse.y57 %token QUIT
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c87 QUIT;
128 QUIT;
211 QUIT;
/freebsd-9.3-release/crypto/heimdal/appl/push/
H A Dpush.c138 DELE, XDELE, QUIT} pop_state; enumerator in enum:__anon4551
142 "DELE", "XDELE", "QUIT"
287 while(state != QUIT) {
357 state = QUIT;
358 net_write (s, "QUIT\r\n", 6);
360 fprintf (stderr, "QUIT\r\n");
380 state = QUIT;
381 net_write (s, "QUIT\r\n", 6);
383 fprintf (stderr, "QUIT\r\n");
427 state = QUIT;
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/
H A Dssh-copy-id206 trap "rm -f $L_TMP_ID_FILE ${L_TMP_ID_FILE}.pub" EXIT TERM INT QUIT
233 rm -f $L_TMP_ID_FILE* && trap - EXIT TERM INT QUIT
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpd-opts.h247 # ifdef QUIT
248 # warning undefining QUIT due to option name conflict
249 # undef QUIT macro
325 # undef QUIT macro
H A Dcmd_args.c95 if (HAVE_OPT( QUIT ))

Completed in 227 milliseconds

123