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

123456

/freebsd-11-stable/tools/regression/p1003_1b/
H A Dprutil.h10 void quit(const char *);
H A Dprutil.c14 void quit(const char *text) function
47 quit("sched_getparam");
H A Dmemlock.c52 quit("(should not happen) sysconf(_SC_MEMLOCK)");
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dextern.h48 void quit(void);
H A Dcmdtab.c52 { "quit", quithelp, quit, 0 },
/freebsd-11-stable/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-11-stable/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-11-stable/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...]
H A Dcitrus_pivot_factory.c173 goto quit;
178 goto quit;
181 goto quit;
187 goto quit;
193 quit:
/freebsd-11-stable/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-11-stable/contrib/gdb/gdb/
H A Dgdb_gcore.sh66 quit
/freebsd-11-stable/usr.bin/sed/
H A Dextern.h48 extern int quit;
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/kernel/
H A Dt_filedesc.c54 static volatile bool quit; variable
61 while (!quit)
99 quit = true;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp31 bool &quit) { return this->Handle_QErrorStringEnable(packet); });
44 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
58 quit = true;
70 packet_result = handler_it->second(packet, error, interrupt, quit);
76 quit = true;
84 quit = true;
43 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
H A DGDBRemoteCommunicationServer.h33 Status &error, bool &interrupt, bool &quit)>;
46 bool &quit);
/freebsd-11-stable/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-11-stable/bin/ed/
H A Dmain.c167 quit(2);
171 quit(2);
177 quit(2);
199 quit(2);
206 quit(0);
223 quit(0);
232 quit(2);
242 quit(3);
249 quit(2);
1362 quit(
[all...]
/freebsd-11-stable/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);
347 quit(QUIT_ERROR);
403 quit(status) function
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmdtab.c72 { "exit", quithelp, 0, quit, 0 },
76 { "quit", quithelp, 0, quit, 0 },

Completed in 142 milliseconds

123456