Searched refs:quit (Results 1 - 25 of 120) sorted by last modified time

12345

/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c205 static void quit (struct parse *, FILE *);
269 { "quit", quit, { NO, NO, NO, NO },
272 { "exit", quit, { NO, NO, NO, NO },
2646 * quit - stop this nonsense
2650 quit( function
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c98 static void quit (struct parse *, FILE *);
136 { "quit", quit, { NO, NO, NO, NO },
139 { "exit", quit, { NO, NO, NO, NO },
1863 * quit - stop this nonsense
1867 quit( function
/freebsd-9.3-release/bin/ed/
H A Dbuf.c235 /* quit: remove_lines scratch file and exit */
237 quit(int n) function
267 quit(2);
H A Ded.h243 void quit(int);
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);
1359 quit(
[all...]
/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c654 ftp->con_state = quit;
655 /* If last operation timed out, don't try to quit - just close */
665 else if (ftp->con_state == quit)
H A Dftpio.h30 enum { init, isopen, quit } con_state; enumerator in enum:__anon5220::__anon5221
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_csmapper.c321 goto quit;
326 goto quit;
331 quit:
H A Dcitrus_iconv.c212 goto quit;
218 goto quit;
224 quit:
H A Dcitrus_mapper.c82 goto quit;
89 goto quit;
94 goto quit;
100 goto quit;
106 quit:
150 goto quit;
154 goto quit;
171 quit:
330 goto quit;
337 goto quit;
[all...]
H A Dcitrus_pivot_factory.c173 goto quit;
178 goto quit;
181 goto quit;
187 goto quit;
193 quit:
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dcmds.c363 quit() function
H A Dcmdtab.c52 { "quit", quithelp, quit, 0 },
H A Dextern.h48 void quit(void);
H A Dtimedc.c109 quit();
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dstartup.c70 quit(s) function
130 quit("route-sysctl-estimate");
132 quit("malloc");
149 quit("ifinit: out of sync");
/freebsd-9.3-release/usr.sbin/mld6query/
H A Dmld6.c90 void quit(int);
161 (void)signal(SIGALRM, quit);
337 quit(int signum __unused) function
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmeasure.c93 goto quit;
110 goto quit;
158 goto quit;
184 goto quit;
217 goto quit;
236 goto quit;
253 quit:
/freebsd-9.3-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-9.3-release/usr.sbin/gstat/
H A Dgstat.c76 int error, i, quit; local
194 for (quit = 0; !quit;) {
410 quit = 1;
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c157 void quit(const char *);
488 quit(msg) function
563 quit("route-sysctl-estimate");
565 quit("malloc");
567 quit("actual retrieval of interface table");
584 quit("out of sync parsing NET_RT_IFLIST");
607 quit("malloc of neighbor structure");
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg50 button .menu.quit -text "Quit" -command "destroy ."
59 .menu.quit left \
/freebsd-9.3-release/usr.sbin/lpr/lpc/
H A Dcmds.c951 quit(int argc __unused, char *argv[] __unused) function
H A Dcmdtab.c72 { "exit", quithelp, 0, quit, 0 },
76 { "quit", quithelp, 0, quit, 0 },
H A Dextern.h58 void quit(int _argc, char *_argv[]);

Completed in 133 milliseconds

12345