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

123456

/freebsd-10.1-release/tools/regression/p1003_1b/
H A Dprutil.h10 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.c68 quit("sched_get_priority_min");
71 quit("sched_get_priority_max");
84 /* Set "try_anyway" to quit if you don't want to go on when
130 quit("(should not happen) sysconf(_SC_PRIORITY_SCHEDULING)");
181 quit("sched_setscheduler wrong priority (min)");
197 quit("sched_setscheduler wrong priority (min + 1)");
/freebsd-10.1-release/usr.sbin/timed/timedc/
H A Dextern.h48 void quit(void);
H A Dcmdtab.c52 { "quit", quithelp, quit, 0 },
/freebsd-10.1-release/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-10.1-release/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_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_stop_find.py131 quit()
138 quit()
152 quit()
162 quit()
174 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...]
H A Dp2p_invite.py155 quit()
162 quit()
181 quit()
186 quit()
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdb_gcore.sh66 quit
/freebsd-10.1-release/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-10.1-release/contrib/less/
H A Dmain.c165 quit(QUIT_OK);
245 quit(QUIT_OK);
270 quit(QUIT_ERROR);
274 quit(QUIT_ERROR);
281 quit(QUIT_ERROR);
288 quit(QUIT_ERROR);
292 quit(QUIT_ERROR);
297 quit(QUIT_OK);
332 quit(QUIT_ERROR);
388 quit(statu function
[all...]
/freebsd-10.1-release/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);
1360 quit(
[all...]
/freebsd-10.1-release/usr.sbin/lpr/lpc/
H A Dcmdtab.c72 { "exit", quithelp, 0, quit, 0 },
76 { "quit", quithelp, 0, quit, 0 },
/freebsd-10.1-release/sbin/dump/
H A Ditime.c91 quit("cannot read %s even after creating it: %s\n",
173 quit("cannot rewrite %s: %s\n", dumpdates, strerror(errno));
182 quit("fseek: %s\n", strerror(errno));
208 quit("%s: %s\n", dumpdates, strerror(errno));
210 quit("ftruncate (%s): %s\n", dumpdates, strerror(errno));
226 quit("Name '%s' exceeds DUMPFMTLEN (%d) bytes\n",
230 quit("%s: %s\n", dumpdates, strerror(errno));
/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dmeasure.c91 goto quit;
108 goto quit;
156 goto quit;
182 goto quit;
215 goto quit;
234 goto quit;
251 quit:
/freebsd-10.1-release/usr.bin/talk/
H A Dio.c119 quit();
126 quit();
163 quit();
/freebsd-10.1-release/crypto/openssh/regress/
H A Dagent-ptrace.sh46 quit
/freebsd-10.1-release/usr.bin/lock/
H A Dlock.c76 static void quit(int);
149 (void)signal(SIGINT, quit);
150 (void)signal(SIGQUIT, quit);
158 quit(0);
244 quit(0);
273 quit(int signo __unused) function

Completed in 282 milliseconds

123456