Searched refs:quit (Results 51 - 75 of 127) sorted by relevance

123456

/freebsd-current/usr.bin/talk/
H A Dinit_disp.c157 quit();
171 quit(void) function
H A Dinvite.c156 quit();
/freebsd-current/contrib/wpa/src/utils/
H A Dbrowser.c64 int quit = 0; local
68 quit = 1;
75 quit = 1;
78 if (quit) {
/freebsd-current/lib/libc/iconv/
H A Dcitrus_iconv.c232 goto quit;
238 goto quit;
244 quit:
H A Dcitrus_csmapper.c324 goto quit;
329 goto quit;
334 quit:
/freebsd-current/contrib/ncurses/progs/
H A Dtput.c64 quit(int status, const char *fmt, ...) function
240 quit(ErrCapName, "unknown terminfo capability '%s'", name);
444 quit(ErrUsage, "No value for $TERM and no -T specified");
450 quit(ErrTermType, "unknown terminal \"%s\"", term);
475 quit(ErrSystem(1), strerror(errno));
/freebsd-current/usr.bin/units/
H A Dunits.c755 bool quit; local
764 quit = false;
843 while (!quit) {
850 quit = true;
858 if (quit) {
867 quit = true;
875 if (quit) {
/freebsd-current/usr.sbin/rwhod/
H A Drwhod.c122 void quit(const char *msg);
547 quit(const char *msg) function
621 quit("route-sysctl-estimate");
623 quit("malloc");
625 quit("actual retrieval of interface table");
644 quit("out of sync parsing NET_RT_IFLIST");
669 quit("malloc of neighbor structure");
/freebsd-current/usr.sbin/mld6query/
H A Dmld6.c88 void quit(int);
180 (void)signal(SIGALRM, quit);
331 quit(int signum __unused) function
/freebsd-current/contrib/less/
H A Dttyin.c198 quit(QUIT_ERROR);
H A Dcharset.c192 quit(QUIT_ERROR);
197 quit(QUIT_ERROR);
276 quit(QUIT_ERROR);
285 quit(QUIT_ERROR);
338 quit(QUIT_ERROR);
/freebsd-current/usr.sbin/gstat/
H A Dgstat.c79 int error, i, quit; local
218 for (quit = 0; !quit;) {
580 quit = 1;
/freebsd-current/sbin/dump/
H A Ddump.h96 void quit(const char *fmt, ...) __printflike(1, 2);
H A Dmain.c126 quit("TP_BSIZE must be a multiple of DEV_BSIZE\n");
459 quit("dev_bsize (%ld) is not a power of 2", dev_bsize);
462 quit("TP_BSIZE (%d) is not a power of 2", TP_BSIZE);
541 quit(
674 quit("Signal on pipe: cannot recover\n");
/freebsd-current/usr.sbin/pstat/
H A Dpstat.c106 int ch, quit, ret; local
181 quit = 0;
184 quit = 1;
188 if (quit)
/freebsd-current/contrib/tnftp/src/
H A Dextern.h178 void quit(int, char **);
H A Dcmdtab.c205 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit },
220 { "exit", H(quithelp), 0, 0, 0, CMPL0 quit },
267 { "quit", H(quithelp), 0, 0, 0, CMPL0 quit },
/freebsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c171 quit(0, NULL);
180 quit(0, NULL);
/freebsd-current/usr.bin/tip/tip/
H A Dcmds.c147 quit = 0;
164 for (ct = 0; !quit;) {
167 if (quit)
182 quit = 1;
683 quit = 1;
/freebsd-current/contrib/bc/src/
H A Dhistory.c2156 // quit.
2207 char quit[4]; local
2211 "Type 'quit' at any time to exit.\n");
2214 memset(quit, ' ', 4);
2225 memmove(quit, quit + 1, sizeof(quit) - 1);
2228 quit[sizeof(quit) - 1] = c;
2229 if (!memcmp(quit, "qui
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.h123 bool &quit) {
/freebsd-current/usr.bin/top/
H A Dutils.c314 quit(TOP_EX_SYS_ERROR);
/freebsd-current/stand/userboot/userboot/
H A Dmain.c305 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c215 int quit; local
217 quit = 0;
227 while (*nl == 0 && len == *avail && !quit &&
244 quit = 1;
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c288 quit(0, 0);
296 quit(0, 0);

Completed in 301 milliseconds

123456