Searched refs:exiting (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Dconf.h133 # define exiting __attribute__((noreturn)) macro
135 # define exiting macro
202 # define printf_string_exiting(m, n) printf_string(m, n) exiting
379 void _exit P((int)) exiting;
380 void exit P((int)) exiting;
H A Drcsbase.h444 void exiterr P((void)) exiting;
554 void efaterror P((char const*)) exiting;
555 void enfaterror P((int,char const*)) exiting;
556 void fatcleanup P((int)) exiting;
560 void Ieof P((void)) exiting;
561 void Ierror P((void)) exiting;
562 void Oerror P((void)) exiting;
672 void unexpected_EOF P((void)) exiting;
H A Drcssyn.c162 static void badDiffOutput P((char const*)) exiting;
163 static void diffLineNumberTooLarge P((char const*)) exiting;
H A Drcsedit.c206 static void editEndsPrematurely P((void)) exiting;
207 static void editLineNumberOverflow P((void)) exiting;
/freebsd-9.3-release/bin/sh/
H A Dtrap.c85 static int exiting; /* exitshell() has been called */ variable
501 exiting = 1;
514 if (!exiting) {
/freebsd-9.3-release/contrib/sendmail/src/
H A Derr.c38 ** exception "F:sm.heap". As such, they are handled by exiting
131 bool exiting; local
144 exiting = true;
149 exiting = true;
153 exiting = false;
158 if (exiting)
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtask.c158 isc_boolean_t exiting; member in struct:isc__taskmgr
167 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
320 * task manager is exiting. Wake up
341 isc_boolean_t exiting; local
370 exiting = ISC_FALSE;
372 if (!manager->exiting) {
377 exiting = ISC_TRUE;
380 if (exiting) {
1091 * lock before exiting the 'if (task != NULL)' block.
1289 ISC_MSG_EXITING, "exiting"));
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtask.c158 isc_boolean_t exiting; member in struct:isc__taskmgr
166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
313 * task manager is exiting. Wake up
334 isc_boolean_t exiting; local
367 exiting = ISC_FALSE;
369 if (!manager->exiting) {
374 exiting = ISC_TRUE;
377 if (exiting) {
1088 * lock before exiting the 'if (task != NULL)' block.
1286 ISC_MSG_EXITING, "exiting"));
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drequest.c66 isc_boolean_t exiting; member in struct:dns_requestmgr
204 requestmgr->exiting = ISC_FALSE;
231 if (requestmgr->exiting) {
265 if (!requestmgr->exiting) {
266 requestmgr->exiting = ISC_TRUE;
289 REQUIRE(!source->exiting);
315 if (requestmgr->iref == 0 && requestmgr->exiting) {
332 REQUIRE(!source->exiting);
360 INSIST(requestmgr->exiting &&
782 if (requestmgr->exiting) {
[all...]
H A Dresolver.c368 isc_boolean_t exiting; member in struct:fctxbucket
437 isc_boolean_t exiting; member in struct:dns_resolver
1120 if (count == fctx->res->spillat && !fctx->res->exiting) {
3128 if (res->buckets[bucketnum].exiting &&
3983 * true if the resolver is exiting and this is the last fctx in the bucket.
6893 if (fctx->res->exiting) {
7718 INSIST(!res->exiting);
7834 res->buckets[i].exiting = ISC_FALSE;
7857 res->exiting = ISC_FALSE;
8007 if (!res->exiting
[all...]
H A Drbtdb.c353 isc_boolean_t exiting; member in struct:__anon197
1014 rbtdb->node_locks[i].exiting = ISC_TRUE;
5335 nodelock->exiting) {
7671 rbtdb->node_locks[i].exiting = ISC_FALSE;
H A Dzone.c10212 isc_boolean_t exiting = ISC_FALSE; local
10230 zone_debuglog(zone, me, 1, "exiting");
10231 exiting = ISC_TRUE;
10403 if (exiting || zone->curmaster >= zone->masterscnt) {
10405 if (!exiting &&
15019 * If we are exiting just pretend we got quota so the zone will
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c98 isc_boolean_t exiting; member in struct:controllistener
140 INSIST(listener->exiting);
157 if (listener->exiting &&
190 if (!listener->exiting) {
202 listener->exiting = ISC_TRUE;
1076 listener->exiting = ISC_FALSE;
1178 listener->exiting = ISC_TRUE;
H A Dclient.c130 isc_boolean_t exiting; member in struct:ns_clientmgr
509 !manager->exiting)
554 if (manager->exiting &&
2515 manager->exiting = ISC_FALSE;
2566 manager->exiting = ISC_TRUE;
2596 if (manager->exiting)
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh40 echo " for reasons like missing tools as failures, exiting"
50 echo " around, exiting after the first test which supports"
2761 echo Keeping ${TESTDIR} and exiting due to --keep
3225 echo Keeping ${TESTDIR} and exiting due to --keep
4203 echo Keeping $TESTDIR and exiting due to --keep
4600 echo Keeping $TESTDIR and exiting due to --keep
4705 echo Keeping ${TESTDIR} and exiting due to --keep
4882 echo Keeping ${TESTDIR} and exiting due to --keep
4941 echo Keeping ${TESTDIR} and exiting due to --keep
5945 echo Keeping $TESTDIR and exiting du
[all...]

Completed in 266 milliseconds