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

123456

/freebsd-current/tools/regression/p1003_1b/
H A Dprutil.h9 void quit(const char *);
H A Dprutil.c13 void quit(const char *text) function
46 quit("sched_getparam");
H A Dmemlock.c52 quit("(should not happen) sysconf(_SC_MEMLOCK)");
H A Dsched.c70 quit("sched_get_priority_min");
73 quit("sched_get_priority_max");
86 /* Set "try_anyway" to quit if you don't want to go on when
132 quit("(should not happen) sysconf(_SC_PRIORITY_SCHEDULING)");
183 quit("sched_setscheduler wrong priority (min)");
199 quit("sched_setscheduler wrong priority (min + 1)");
/freebsd-current/contrib/netbsd-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;
/freebsd-current/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c55 static volatile int quit; variable
65 while (!quit) {
82 quit = 1;
99 for (attempts = 100; attempts && !quit; attempts--) {
103 quit = 1;
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.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...]
H A Dfitblk.c67 local void quit(char *why) function
150 quit("need one argument: size of output block");
153 quit("argument must be a number");
155 quit("need positive size of 8 or greater");
168 quit("out of memory");
177 quit("error reading input");
184 * quit("error writing output"); */
205 quit("out of memory");
218 quit("out of memory");
235 quit("ou
[all...]
/freebsd-current/usr.bin/top/
H A Dtop.h45 void quit(int);
/freebsd-current/lib/libc/iconv/
H A Dcitrus_mapper.c84 goto quit;
91 goto quit;
96 goto quit;
102 goto quit;
108 quit:
152 goto quit;
156 goto quit;
173 quit:
334 goto quit;
341 goto quit;
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py137 quit()
144 quit()
155 quit()
166 quit()
175 quit()
192 quit()
H A Dp2p_listen.py127 quit()
134 quit()
145 quit()
156 quit()
165 quit()
182 quit()
H A Dp2p_stop_find.py131 quit()
138 quit()
152 quit()
162 quit()
174 quit()
H A Dp2p_disconnect.py126 quit()
133 quit()
147 quit()
157 quit()
169 quit()
H A Dp2p_flush.py126 quit()
133 quit()
147 quit()
156 quit()
168 quit()
H A Dp2p_connect.py162 quit()
176 quit()
183 quit()
199 quit()
240 quit()
247 quit()
273 quit()
279 quit()
285 quit()
294 quit()
[all...]
/freebsd-current/usr.bin/sed/
H A Dextern.h47 extern int quit;
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmdtab.c66 { "exit", quithelp, 0, quit, 0 },
70 { "quit", quithelp, 0, quit, 0 },
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_filedesc.c54 static volatile bool quit; variable
61 while (!quit)
99 quit = true;
/freebsd-current/usr.sbin/ipfwpcap/
H A Dipfwpcap.c73 quit(int sig) function
105 signal(SIGTERM, quit);
106 signal(SIGHUP, quit);
107 signal(SIGINT, quit);
112 quit(23);
129 " '-rr' = indicate that it is okay to quit if packet-count or\n"
236 quit(11);
257 quit(12);
269 if (r < 0) { perror("sendto(sd)"); quit(13); }
274 * but don't quit i
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp32 bool &quit) { return this->Handle_QErrorStringEnable(packet); });
45 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
59 quit = true;
71 packet_result = handler_it->second(packet, error, interrupt, quit);
77 quit = true;
85 quit = true;
44 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
H A DGDBRemoteCommunicationServer.h32 Status &error, bool &interrupt, bool &quit)>;
44 bool &quit);
/freebsd-current/contrib/netbsd-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;
/freebsd-current/contrib/less/
H A Dmain.c167 quit(QUIT_OK);
242 quit(QUIT_OK);
266 quit(QUIT_ERROR);
270 quit(QUIT_ERROR);
277 quit(QUIT_ERROR);
283 quit(QUIT_ERROR);
312 quit(QUIT_OK);
333 quit(QUIT_ERROR);
394 public void quit(int status) function
/freebsd-current/bin/ed/
H A Dmain.c147 quit(2);
151 quit(2);
157 quit(2);
179 quit(2);
186 quit(0);
203 quit(0);
212 quit(2);
222 quit(3);
229 quit(2);
1338 quit(
[all...]

Completed in 381 milliseconds

123456