Searched refs:quit (Results 76 - 100 of 120) sorted by relevance

12345

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h66 localchars, /* we recognize interrupt/quit */
348 int quit (void);
H A Dcommands.c304 quit();
832 { "quit", "character to cause an Abort process", 0, &termQuitChar },
1366 quit(void)
2329 { "quit", quithelp, quit, 0 },
2420 quit();
1360 quit(void) function
/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.c408 int quit; local
425 quit = 0;
428 while (quit == 0) {
477 warnx("signal ready, setting quit");
478 quit = 1;
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtip.h257 int quit; /* same; but on other end */ variable
/freebsd-9.3-release/usr.bin/top/
H A Dmachine.c76 void quit(int);
696 quit(23);
715 quit(23);
1057 quit(23);
1062 quit(23);
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog431 defined ($sf) || &quit (1, qq{cannot open services file $sm});
442 || &quit (1, qq{$sm:$.: invalid definition: $text});
992 sub quit
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c998 goto quit;
1054 // goto quit;
1058 goto quit;
1107 quit:
1161 goto quit;
1202 goto quit;
1225 quit:
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h185 extern void quit (void);
200 if (quit_flag) quit (); \
983 builder; ERRSTRING is installed as the error/quit message; and a
H A Dthread-db.c637 goto quit;
643 goto quit;
693 quit:
H A Devent-top.c487 but GDB is still alive. In such a case, we just quit gdb
660 /* If we are in this case, then command_handler will call quit
967 /* If immediate quit is not set, we process SIGINT the next time
972 /* Do the quit. All the checks have been done by the caller. */
977 quit ();
/freebsd-9.3-release/contrib/less/
H A Dfuncs.h5 public void quit ();
H A Doptfunc.c511 quit(QUIT_OK);
H A Dcharset.c164 quit(QUIT_ERROR);
173 quit(QUIT_ERROR);
223 quit(QUIT_ERROR);
/freebsd-9.3-release/contrib/tnftp/src/
H A Dmain.c349 errx(1, "Bad quit value: %s", optarg);
661 quit(0, NULL);
683 quit(0, NULL);
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h114 localchars, /* we recognize interrupt/quit */
252 quit(void),
H A Dcommands.c399 quit();
887 { "quit", "character to cause an Abort process", NULL, termQuitCharp },
1425 quit(void)
2550 { "quit", quithelp, (int (*)(int, char **))quit, 0 },
2644 (void) quit();
1419 quit(void) function
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c488 goto quit;
492 goto quit;
497 goto quit;
537 quit:
/freebsd-9.3-release/sys/boot/i386/efi/
H A Dmain.c103 * want to wait until the user types "quit". The timer may have
145 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c98 static void quit (struct parse *, FILE *);
136 { "quit", quit, { NO, NO, NO, NO },
139 { "exit", quit, { NO, NO, NO, NO },
1863 * quit - stop this nonsense
1867 quit( function
/freebsd-9.3-release/usr.bin/tftp/
H A Dmain.c99 static void quit(int, char **);
140 { "quit", quit, "exit tftp" },
822 quit(int argc __unused, char *argv[] __unused) function
/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.c126 static void quit(void);
210 { 'q', quit },
1545 quit(void) function
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect2.c974 logit("Mismatch; try again, EOF to quit.");
1137 int perm_ok = 0, quit, i; local
1161 quit = 0;
1164 quit = 1;
1168 if (private != NULL || quit)
/freebsd-9.3-release/sys/netgraph/
H A Dng_pppoe.c273 #define LEAVE(x) do { error = x; goto quit; } while(0)
1030 quit:
1267 quit:
1660 quit:
/freebsd-9.3-release/usr.bin/mail/
H A Dlex.c108 quit();
258 printf("Use \"quit\" to quit.\n");

Completed in 280 milliseconds

12345