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

123456

/freebsd-current/tools/test/stress2/misc/
H A Dnamecache2.sh72 quit
/freebsd-current/usr.bin/mail/
H A Dextern.h189 void quit(void);
H A Dmain.c328 quit();
/freebsd-current/usr.bin/sed/
H A Dmain.c92 int quit = 0; variable
339 if (infile != NULL && (c = getc(infile)) != EOF && !quit) {
/freebsd-current/contrib/less/
H A Dcommand.c836 * If we've hit EOF on the last file and the -E flag is set, quit.
841 quit(QUIT_OK);
844 * If the entire file is displayed and the -F flag is set, quit.
849 quit(QUIT_OK);
1212 * Accept and execute commands until a quit command.
1247 quit(QUIT_SAVED_STATUS);
1626 quit(*extra);
1627 quit(QUIT_OK);
1802 quit(QUIT_OK);
H A Dedit.c421 quit(QUIT_ERROR);
885 * If can't even open that, we're stuck. Just quit.
887 quit(QUIT_ERROR);
905 quit(QUIT_OK);
H A Dos.c283 quit(QUIT_ERROR);
H A Dforwback.c473 quit(QUIT_OK);
/freebsd-current/sbin/fsdb/
H A Dfsdb.c160 CMDFUNC(quit); /* quit */ variable
161 CMDFUNC(quitclean); /* quit with filesystem marked clean */
217 { "quit", "Exit", 1, 1, FL_RO, quit },
218 { "q", "Exit", 1, 1, FL_RO, quit },
219 { "exit", "Exit", 1, 1, FL_RO, quit },
329 /* user typed "quit" */
397 CMDFUNCSTART(quit)
/freebsd-current/sbin/dump/
H A Dtraverse.c155 quit("mapfiles: cannot allocate memory.\n");
173 quit("mapfiles: cg %d: bad magic number\n", cg);
390 quit("searchdir: cannot allocate indirect memory.\n");
874 quit("cannot allocate inode memory.\n");
925 quit("buffer malloc failed\n");
/freebsd-current/tools/tools/netmap/
H A Dpkt-gen.c1703 goto quit;
1790 goto quit;
1798 // goto quit;
1803 goto quit;
1870 quit:
1936 goto quit;
1947 goto quit;
1951 goto quit;
1989 goto quit;
2000 goto quit;
[all...]
/freebsd-current/contrib/bc/tests/
H A Dother.sh75 halt="quit"
113 printf '\nRunning %s quit test...' "$d"
117 checktest_retcode "$d" "$?" "quit"
119 # bc has two halt or quit commands, so test the second as well.
122 printf '%s\n' "quit" 2> /dev/null | "$exe" "$@" > /dev/null 2>&1
124 checktest_retcode "$d" "$?" quit
126 two=$("$exe" "$@" -e 1+1 -e quit)
128 checktest_retcode "$d" "$?" quit
131 err_exit "$d failed test quit" 1
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h66 localchars, /* we recognize interrupt/quit */
347 int quit (void);
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py86 gobject.MainLoop().quit()
/freebsd-current/contrib/nvi/ex/
H A Dex_subst.c350 int linechanged, matched, quit, rval; local
487 for (matched = quit = 0,
488 elno = cmdp->addr2.lno; !quit && lno <= elno; ++lno) {
582 * after the last character, so quit.
665 /* Set the quit/interrupted flags. */
666 lquit: quit = 1;
/freebsd-current/usr.bin/tip/tip/
H A Dtip.h258 EXTERN int quit; /* same; but on other end */ variable
/freebsd-current/bin/ed/
H A Ded.h229 void quit(int);
/freebsd-current/share/examples/scsi_target/
H A Dscsi_target.c406 int quit; local
423 quit = 0;
426 while (quit == 0) {
475 warnx("signal ready, setting quit");
476 quit = 1;
/freebsd-current/crypto/openssh/
H A Dsshconnect2.c1125 logit("Mismatch; try again, EOF to quit.");
1524 int r, quit = 0, i; local
1552 quit = 1;
1561 quit = 1;
1567 quit = 1;
1576 quit = 1;
1578 if (!quit && (r = sshkey_check_rsa_length(private,
1583 quit = 1;
1585 if (!quit && private != NULL && id->agent_fd == -1 &&
1592 if (private != NULL || quit)
[all...]
/freebsd-current/usr.sbin/ctld/
H A Dctld.c851 goto quit;
856 goto quit;
863 quit:
884 goto quit;
889 goto quit;
896 quit:
916 goto quit;
921 goto quit;
928 quit:
2354 * Oh well. Just give up and quit
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dmain.c352 errx(1, "Bad quit value: %s", optarg);
671 quit(0, NULL);
693 quit(0, NULL);
/freebsd-current/contrib/telnet/telnet/
H A Dexterns.h110 localchars, /* we recognize interrupt/quit */
252 quit(void),
/freebsd-current/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 },
1880 * quit - stop this nonsense
1884 quit( function
/freebsd-current/usr.bin/top/
H A Dmachine.c774 quit(TOP_EX_SYS_ERROR);
813 quit(TOP_EX_SYS_ERROR);
1172 quit(TOP_EX_SYS_ERROR);
1177 quit(TOP_EX_SYS_ERROR);
/freebsd-current/stand/common/
H A Dcommands.c584 COMMAND_SET(quit, "quit", "exit the loader", command_quit);

Completed in 313 milliseconds

123456