Searched refs:quit (Results 101 - 125 of 127) sorted by relevance

123456

/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dspectral.c716 bool quit = false; local
735 while (!quit && (i < data_len)) {
811 quit = true;
/freebsd-current/usr.bin/tftp/
H A Dmain.c87 static void quit(int, char **);
129 { "quit", quit, "exit tftp" },
837 quit(int argc __unused, char *argv[] __unused) function
/freebsd-current/contrib/libpcap/
H A Dpcap-npf.c2568 goto quit;
2605 goto quit;
2619 quit:
H A Dgencode.c785 goto quit;
801 goto quit;
811 goto quit;
820 goto quit;
829 goto quit;
836 goto quit;
844 goto quit;
850 quit:
/freebsd-current/usr.bin/dc/
H A Dbcode.c122 static void quit(void);
207 { 'q', quit },
1566 quit(void) function
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c304 quit();
811 { "quit", "character to cause an Abort process", 0, &termQuitChar },
1345 quit(void)
2308 { "quit", quithelp, quit, 0 },
2399 quit();
1339 quit(void) function
/freebsd-current/contrib/less/
H A Doutput.c717 quit(QUIT_OK);
H A Doptfunc.c525 quit(QUIT_OK);
H A Dfuncs.h6 public void quit(int status);
/freebsd-current/usr.bin/mail/
H A Dquit.c43 * The "quit" command.
63 quit(void) function
H A Dlex.c102 quit();
252 printf("Use \"quit\" to quit.\n");
/freebsd-current/contrib/telnet/telnet/
H A Dcommands.c395 quit();
882 { "quit", "character to cause an Abort process", NULL, termQuitCharp },
1421 quit(void)
2553 { "quit", quithelp, (int (*)(int, char **))quit, 0 },
2647 (void) quit();
1415 quit(void) function
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c370 int quit; local
372 quit = 0;
381 while (*nl == 0 && len == *avail && !quit) {
405 quit = 1;
/freebsd-current/contrib/ee/
H A Dee.c287 int quit(int noverify);
367 {"", NULL, NULL, quit, NULL, TRUE},
1807 quit(0);
2171 quit(0);
2420 quit(0);
2426 quit(int noverify) function
3840 quit(TRUE);
5127 help_text[16] = catgetlocal( 51, "quit : leave, no save !cmd : execute \"cmd\" in shell ");
5141 command_strings[3] = catgetlocal( 65, "!cmd : shell \"cmd\" |nocase: ignore case in search |quit : leave, no save");
/freebsd-current/sys/netgraph/
H A Dng_pppoe.c312 #define LEAVE(x) do { error = x; goto quit; } while(0)
1262 quit:
1564 quit:
1970 quit:
/freebsd-current/usr.bin/sed/
H A Dprocess.c214 quit = 1;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp149 bool &interrupt, bool &quit) {
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh463 NEWSINGLETEST=$(find "$STF_SUITE" -name "$SINGLETEST*" -print -quit)
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.c215 static void quit (struct parse *, FILE *);
292 { "quit", quit, { NO, NO, NO, NO },
295 { "exit", quit, { NO, NO, NO, NO },
2765 * quit - stop this nonsense
2769 quit( function
/freebsd-current/crypto/openssh/
H A Dbuildpkg.sh.in491 PROMPT="Yes or No [yes,no,?,quit]"
524 q|quit) echo "q\\c" 1>&2
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh463 * It isn't what we hoped, so quit looking for it.
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c944 quit(int argc __unused, char *argv[] __unused) function
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1500 quit(int argc, char **argv) function
/freebsd-current/contrib/tnftp/src/
H A Dcmds.c1762 quit(int argc, char *argv[]) function
/freebsd-current/stand/ficl/
H A Dwords.c3106 ** quit CORE ( -- ) ( R: i*x -- )
3118 static void quit(FICL_VM *pVM) function
4971 dictAppendWord(dp, "quit", quit, FW_DEFAULT);

Completed in 291 milliseconds

123456