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

12345678

/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/h_client/
H A Dh_reconcli.c16 static volatile int quit, riseandwhine; variable
26 while (!quit) {
58 while (!quit) {
112 quit = 1;
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dmain.c177 quit(2);
186 quit(2);
209 quit(2);
216 quit(0);
233 quit(0);
244 quit(2);
257 quit(3);
265 quit(2);
1371 quit(1);
1383 quit(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dstatic-print-quit.exp18 set testfile static-print-quit
35 -re " = \{loooooooooooooooooooooooooooooooooooooooooooooong = 0, static field = \{\r\n---Type <return> to continue, or q <return> to quit---$" {
38 -re " to quit---$" {
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_svr5.c224 extern void quit ();
585 quit (22);
595 quit (23);
1105 quit(1);
1150 quit(10);
1162 quit(12);
1187 quit(14);
1205 quit(12);
1226 quit(12);
1256 quit(1
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dmeasure.c98 goto quit;
115 goto quit;
165 goto quit;
190 goto quit;
232 goto quit;
251 goto quit;
268 quit:
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Din_offload.c113 goto quit;
128 goto quit;
143 goto quit;
155 goto quit;
163 goto quit;
184 goto quit;
192 quit:
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_offload.c111 goto quit;
124 goto quit;
139 goto quit;
151 goto quit;
159 goto quit;
177 goto quit;
184 quit:
/netbsd-6-1-5-RELEASE/games/robots/
H A Dmain.c155 signal(SIGINT, quit);
194 quit(0);
200 * quit:
204 quit(int dummy __unused) function
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dmain.c203 quit();
322 quit();
339 quit();
348 quit() function
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/
H A Dhello.cc62 &application, SLOT (quit ()));
/netbsd-6-1-5-RELEASE/usr.bin/talk/
H A Dtalk.h81 void quit(void) __dead;
H A Dinit_disp.c134 quit();
141 quit(void) function
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dmloop.c51 while (!quit) {
/netbsd-6-1-5-RELEASE/games/atc/
H A Dextern.h88 void quit(int);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc22 application->quit ();
62 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dkeyboard.c61 static char quit[] = "quit"; local
113 command(quit);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Ditime.c93 quit("cannot read %s even after creating it: %s\n",
181 quit("cannot rewrite %s: %s\n", dumpdates, strerror(errno));
190 quit("fseek: %s\n", strerror(errno));
217 quit("%s: %s\n", dumpdates, strerror(errno));
219 quit("ftruncate (%s): %s\n", dumpdates, strerror(errno));
233 quit("%s: %s\n", dumpdates, strerror(errno));
H A Dmain.c128 quit("TP_BSIZE must be a multiple of DEV_BSIZE\n");
287 quit("Cannot stat %s: %s\n", argv[i], strerror(errno));
292 quit(
302 quit("Cannot statvfs %s: %s\n", argv[i],
321 quit("%s is not on %s\n", argv[i], mountpoint);
503 quit("dev_bsize (%ld) is not a power of 2", dev_bsize);
506 quit("TP_BSIZE (%d) is not a power of 2", TP_BSIZE);
586 quit("can't allocate tape buffers - try a smaller blocking factor.\n");
703 quit("Signal on pipe: cannot recover\n");
813 quit("
[all...]
H A Dtape.c202 quit("Cannot recover\n");
221 quit("Broken pipe\n");
290 quit("error writing command pipe: %s\n", strerror(errno));
381 quit("or use no size estimate at all.\n");
491 quit("rollforward: protocol botch");
559 quit("EOT detected at start of the tape!\n");
773 quit("too many slaves, %d (recompile smaller): %s\n",
827 quit("slave couldn't reopen disk: %s\n", strerror(errno));
834 quit("master/slave protocol botched - didn't get pid of next slave.\n");
852 quit("maste
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/lock/
H A Dlock.c87 static void quit(int) __dead;
187 if (signal(SIGINT, quit) == SIG_ERR)
189 if (signal(SIGQUIT, quit) == SIG_ERR)
199 quit(0);
295 quit(0);
347 quit(int dummy) function
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dmain.c86 static void quit(void) __dead;
174 quit();
345 quit();
381 quit();
385 quit();
389 case 'q': /* conservative quit */
390 quit();
493 debuglog("q - quit");
542 quit(void) function
554 quit();
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_pivot_factory.c179 goto quit;
184 goto quit;
187 goto quit;
193 goto quit;
199 quit:
/netbsd-6-1-5-RELEASE/lib/libcurses/EXAMPLES/
H A Dex1.c54 void quit( int );
126 signal(SIGINT, quit); /* Make sure wou have a 'cleanup' fn */
142 quit( 0 );
305 quit( 0 );
332 void quit( int sig ) function
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupfilesrv.c521 quit(1, "Usage: supfilesrv [ -4 | -6 | -l | -d | -P | -N | -C <max children> | -H <host> <user> <cryptfile> <supargs> ]\n");
523 quit(1, "Usage: supfilesrv [ -4 | -6 | -d | -P | -N | -C <max children> | -H <host> <user> <cryptfile> <supargs> ]\n");
575 quit(1, "Missing arg to -C\n");
581 quit(1, "Missing args to -H\n");
614 quit(1, "Error in network setup");
624 quit(1, "Unable to open cryptfile %s\n", cryptkey);
629 quit(1, "No cryptkey found in %s\n", cryptkey);
635 quit(1, "Unable to connect to host %s\n", clienthost);
638 quit(1, "Error sending signon request to fileserver\n");
641 quit(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c179 * quit macro is used instead of exit. quit always trys to close the lexer
183 #define quit(i) close_lexer(); bdb_cleanup(); exit(i); macro
193 "(l e d a f s) may be specified\n"); quit(2);}
202 "be specified once\n", y); quit(2);}
211 "may not be specified %s\n", y, z); quit(2);}
222 "may not be specified %s\n", y, z); quit(2);}
292 quit(1);
527 /* if something went wrong, log error and quit */
531 quit(
[all...]

Completed in 147 milliseconds

12345678