Searched refs:quit (Results 26 - 50 of 127) sorted by relevance

123456

/freebsd-current/lib/libc/iconv/
H A Dcitrus_pivot_factory.c173 goto quit;
178 goto quit;
181 goto quit;
187 goto quit;
193 quit:
/freebsd-current/sbin/dump/
H A Ditime.c87 quit("cannot read %s even after creating it: %s\n",
168 quit("cannot rewrite %s: %s\n", dumpdates, strerror(errno));
177 quit("fseek: %s\n", strerror(errno));
203 quit("%s: %s\n", dumpdates, strerror(errno));
205 quit("ftruncate (%s): %s\n", dumpdates, strerror(errno));
221 quit("Name '%s' exceeds DUMPFMTLEN (%d) bytes\n",
225 quit("%s: %s\n", dumpdates, strerror(errno));
H A Dtape.c200 quit("Cannot recover\n");
219 quit("Broken pipe\n");
233 quit("error writing command pipe: %s\n", strerror(errno));
327 quit("or use no size estimate at all.\n");
422 quit("rollforward: protocol botch");
490 quit("EOT detected at start of the tape!\n");
715 quit("too many workers, %d (recompile smaller): %s\n",
767 quit("worker couldn't reopen disk: %s\n", strerror(errno));
774 quit("master/worker protocol botched - didn't get pid of next worker.\n");
792 quit("maste
[all...]
H A Doptr.c78 quit("fopen on %s fails: %s\n", _PATH_TTY, strerror(errno));
88 quit("excessive operator query failures\n");
259 quit(const char *fmt, ...) function
290 quit("%s\n", strerror(errno));
322 quit("%s\n", strerror(errno));
/freebsd-current/contrib/less/
H A Dsignal.c65 quit(0);
138 quit(15);
264 quit(QUIT_INTERRUPT);
/freebsd-current/usr.bin/talk/
H A Dio.c121 quit();
130 quit();
159 quit();
H A Dtalk.h83 extern void quit(void);
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_invite.py155 quit()
162 quit()
181 quit()
186 quit()
H A Dp2p_group_add.py173 quit()
180 quit()
210 quit()
/freebsd-current/crypto/openssh/regress/
H A Dagent-ptrace.sh52 quit
/freebsd-current/usr.bin/lock/
H A Dlock.c67 static void quit(int);
145 (void)signal(SIGINT, quit);
146 (void)signal(SIGQUIT, quit);
158 quit(0);
253 quit(0);
282 quit(int signo __unused) function
/freebsd-current/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.c46 static volatile int quit; variable
52 quit = 1;
188 for (i = 0; !quit && i < NUM_ATTEMPTS; i++) {
/freebsd-current/tools/test/stress2/misc/
H A Dexlock2.sh72 static int quit;
81 quit = 1;
93 while (time(NULL) - start < RUNTIME && quit == 0) {
H A Dtruncate6.sh70 quit
/freebsd-current/usr.sbin/nvmfd/
H A Dnvmfd.c34 static volatile bool quit = false; variable
52 quit = true;
119 while (!quit) {
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c88 quit();
/freebsd-current/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c76 int quit; /* SIGQUIT/TERM/INT has been received. */ variable
112 quit++;
190 if (quit) {
240 if (quit) {
/freebsd-current/usr.bin/mail/
H A DMakefile6 quit.c send.c strings.c temp.c tty.c util.c vars.c
/freebsd-current/usr.sbin/lpr/lpc/
H A Dextern.h56 void quit(int _argc, char *_argv[]);
/freebsd-current/contrib/telnet/telnet/
H A Dnetwork.c92 (void) quit();
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h108 void quit (int, char **);
H A Dcmdtab.c124 { "bye", quithelp, 0, 0, 0, quit },
164 { "quit", quithelp, 0, 0, 0, quit },
/freebsd-current/bin/ed/
H A Dbuf.c230 /* quit: remove_lines scratch file and exit */
232 quit(int n) function
262 quit(2);
/freebsd-current/usr.bin/top/
H A Dtop.c684 quit(1);
777 quit(0);
794 quit(1);
829 quit(0);
917 quit(1);
933 quit(0);
1181 quit(0);
1230 quit(int status) /* exit under duress */ function
/freebsd-current/usr.bin/bc/
H A Dscan.l139 "quit" return QUIT;

Completed in 257 milliseconds

123456