Searched refs:quit (Results 1 - 25 of 196) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit;
12 goto quit;
15 goto quit;
18 goto quit;
21 goto quit;
24 goto quit;
27 goto quit;
30 goto quit;
33 goto quit;
36 goto quit;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D961126-1.c9 goto quit;
12 goto quit;
15 goto quit;
18 goto quit;
21 goto quit;
24 goto quit;
27 goto quit;
30 goto quit;
33 goto quit;
36 goto quit;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/hw/rv-n-cris/
H A Dquit.s4 quit
H A Drvc.exp47 set comp_output [target_assemble $srcdir/$subdir/quit.s quit.o \
56 set comp_output [target_link quit.o quit.x "$global_ld_options"]
65 [sim_run quit.x \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/
H A Dsh2.c4 static void quit (int);
11 quit (1);
13 quit (1);
15 quit (1);
17 quit (1);
19 quit (1);
21 quit (1);
23 quit (1);
25 quit (1);
27 quit (
37 quit (int status) function
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwend.c51 wwend(int quit __unused)
60 if (quit)
H A Dcmd2.c150 wwputs("Really quit [yn]? ", cmdwin);
156 quit++;
159 setterse(!quit && oldterse);
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timedc/
H A Dtimedc-extern.h44 void quit(int, char *[]) __dead;
H A Dcmdtab.c55 { "quit", quithelp, quit },
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dtop.h78 void quit(int);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dquit.c1 /* $NetBSD: quit.c,v 1.5 2002/07/10 20:19:41 wiz Exp $ */
28 * quit -- print message and exit
30 * Usage: quit (status,format [,arg]...);
36 * if (open (...) < 0) then quit (1,"Can't open...",file);
52 quit(int status, const char *fmt, ...) function
/netbsd-6-1-5-RELEASE/tests/fs/nfs/
H A Dt_mountd.c55 static volatile int quit; variable
63 while (!quit) {
80 quit = 1;
97 for (attempts = 100; attempts && !quit; attempts--) {
101 quit = 1;
/netbsd-6-1-5-RELEASE/tests/fs/vfs/
H A Dt_rmdirrace.c68 int res, fd, quit; local
81 quit = 0;
83 res = pthread_create(&th1, NULL, func1, &quit);
86 res = pthread_create(&th2, NULL, func2, &quit);
92 quit = 1;
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dextern.h46 void quit(int, char **) __dead;
H A Dcmdtab.c67 { "exit", quithelp, quit, 0 },
71 { "quit", quithelp, quit, 0 },
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dfitblk.c64 local void quit(char *why) function
140 quit("need one argument: size of output block");
143 quit("argument must be a number");
145 quit("need positive size of 8 or greater");
155 quit("out of memory");
162 quit("error reading input");
169 quit("error writing output");
190 quit("out of memory");
201 quit("out of memory");
216 quit("ou
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dfitblk.c62 local void quit(char *why) function
138 quit("need one argument: size of output block");
141 quit("argument must be a number");
143 quit("need positive size of 8 or greater");
153 quit("out of memory");
160 quit("error reading input");
167 quit("error writing output");
188 quit("out of memory");
199 quit("out of memory");
214 quit("ou
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dttyin.c83 quit();
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_mapper.c89 goto quit;
96 goto quit;
101 goto quit;
107 goto quit;
113 quit:
158 goto quit;
162 goto quit;
179 quit:
339 goto quit;
346 goto quit;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_gcore.sh58 -ex "attach $pid" -ex "gcore $name.$pid" -ex detach -ex quit
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui/
H A Dmain.cpp22 a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
/netbsd-6-1-5-RELEASE/tests/kernel/
H A Dt_filedesc.c55 static volatile bool quit; variable
62 while (!quit)
100 quit = true;
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dmain.c165 quit(QUIT_OK);
242 quit(QUIT_OK);
267 quit(QUIT_ERROR);
271 quit(QUIT_ERROR);
278 quit(QUIT_ERROR);
285 quit(QUIT_ERROR);
289 quit(QUIT_ERROR);
294 quit(QUIT_OK);
329 quit(QUIT_ERROR);
385 quit(statu function
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/talk/
H A Dio.c85 quit();
92 quit();
124 quit();
/netbsd-6-1-5-RELEASE/usr.sbin/sup/lib/
H A DMakefile9 nxtarg.c path.c quit.c run.c skipto.c

Completed in 175 milliseconds

12345678