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

123456

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py173 quit()
180 quit()
210 quit()
/freebsd-10.1-release/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.c46 volatile int quit; variable
51 quit = 1;
172 for (i = 0; !quit && i < 1000; i++) {
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtput.c67 quit(int status, const char *fmt,...) function
236 quit(4 + errno, "Can't open reset_file: '%s'", reset_file);
245 quit(4 + errno, "Can't open init_file: '%s'", init_file);
297 quit(4, "unknown terminfo capability '%s'", name);
402 quit(2, "No value for $TERM and no -T specified");
405 quit(3, "unknown terminal \"%s\"", term);
/freebsd-10.1-release/contrib/less/
H A Dsignal.c64 quit(0);
258 quit(QUIT_INTERRUPT);
H A Dttyin.c132 quit(QUIT_ERROR);
/freebsd-10.1-release/sbin/dump/
H A Dtape.c202 quit("Cannot recover\n");
221 quit("Broken pipe\n");
235 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");
716 quit("too many slaves, %d (recompile smaller): %s\n",
768 quit("slave couldn't reopen disk: %s\n", strerror(errno));
775 quit("master/slave protocol botched - didn't get pid of next slave.\n");
793 quit("maste
[all...]
H A Doptr.c84 quit("fopen on %s fails: %s\n", _PATH_TTY, strerror(errno));
94 quit("excessive operator query failures\n");
265 quit(const char *fmt, ...) function
296 quit("%s\n", strerror(errno));
328 quit("%s\n", strerror(errno));
/freebsd-10.1-release/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c78 int quit; /* SIGQUIT/TERM/INT has been received. */ variable
114 quit++;
192 if (quit) {
242 if (quit) {
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c88 quit();
/freebsd-10.1-release/sys/boot/ia64/ski/
H A Dmain.c114 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
/freebsd-10.1-release/usr.bin/mail/
H A DMakefile7 quit.c send.c strings.c temp.c tty.c util.c vars.c
/freebsd-10.1-release/usr.bin/talk/
H A Dtalk.h86 extern void quit(void);
H A Dinit_disp.c161 quit();
175 quit(void) function
/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dstartup.c70 quit(s) function
130 quit("route-sysctl-estimate");
132 quit("malloc");
149 quit("ifinit: out of sync");
/freebsd-10.1-release/usr.sbin/lpr/lpc/
H A Dextern.h58 void quit(int _argc, char *_argv[]);
/freebsd-10.1-release/bin/ed/
H A Dbuf.c232 /* quit: remove_lines scratch file and exit */
234 quit(int n) function
264 quit(2);
/freebsd-10.1-release/contrib/top/
H A Dtop.c85 void quit();
712 quit(1);
809 quit(0);
825 quit(1);
865 case CMD_quit: /* quit */
866 quit(0);
952 quit(0);
1172 quit(0);
1223 void quit(status) /* exit under duress */ function
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c124 { "bye", quithelp, 0, 0, 0, quit },
164 { "quit", quithelp, 0, 0, 0, quit },
H A Dextern.h108 void quit (int, char **);
/freebsd-10.1-release/usr.bin/bc/
H A Dscan.l141 "quit" return QUIT;
/freebsd-10.1-release/usr.sbin/pkg_install/
H A Dtkpkg50 button .menu.quit -text "Quit" -command "destroy ."
59 .menu.quit left \
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py32 '''Redefine builtin functions 'quit()' and 'exit()' to print a message and raise an EOFError exception.'''
37 # a call to "quit()" or "exit()" and something like
41 __builtin__.quit = LLDBQuitter('quit')
79 code.interact(banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()'.", readfunc=readfunc_stdio, local=local_dict)
86 code.interact(banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.", readfunc=readfunc_stdio, local=local_dict)
89 code.interact(banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.", local=local_dict)
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dnetwork.c98 (void) quit();
/freebsd-10.1-release/usr.sbin/gstat/
H A Dgstat.c76 int error, i, quit; local
200 for (quit = 0; !quit;) {
434 quit = 1;
/freebsd-10.1-release/lib/libc/iconv/
H A Dcitrus_iconv.c229 goto quit;
235 goto quit;
241 quit:

Completed in 144 milliseconds

123456