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

/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_exit.sh78 atf_check -s exit:0 -o inline:'exiting\n' -e empty \
79 ${TEST_SH} -c '( trap "echo exiting" EXIT; /usr/bin/true )'
89 echo '( trap "echo exiting" 0 )' >helper.sh
90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
92 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
101 echo '( trap "echo exiting" 0; exit; echo NO_NO_NO )' >helper.sh
102 atf_check -s exit:0 -o match:exiting -o not-match:NO_NO -e empty \
105 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h44 lldb::SBError ProcessArgs(const llvm::opt::InputArgList &args, bool &exiting);
H A DDriver.cpp180 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { argument
382 exiting = true;
397 exiting = true;
514 // return when exiting.
883 bool exiting = false; local
884 SBError error(driver.ProcessArgs(input_args, exiting));
889 } else if (!exiting) {
/freebsd-11-stable/bin/sh/
H A Dtrap.c85 static int exiting; /* exitshell() has been called */ variable
504 exiting = 1;
517 if (!exiting) {
/freebsd-11-stable/contrib/sendmail/src/
H A Derr.c38 ** exception "F:sm.heap". As such, they are handled by exiting
130 bool panic, exiting, keep; local
138 panic = exiting = keep = false;
143 panic = exiting = true;
147 exiting = true;
158 if (exiting)
/freebsd-11-stable/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-11-stable/lib/libc/net/
H A Dnsdispatch.c528 static int exiting = 0; variable
539 if (mod->handle != nss_builtin_handle && !exiting)
551 exiting = 1;
/freebsd-11-stable/sys/kern/
H A Dkern_exit.c131 reaper_abandon_children(struct proc *p, bool exiting) argument
145 if (exiting && p2->p_pptr == p) {
259 ("exit1: proc %p exiting with %d threads", p, p->p_numthreads));
281 KASSERT(!P_SHOULDSTOP(p), ("exiting process is stopped"));
284 * Note that we are exiting and do another wakeup of anyone in
286 * decided to wait again after we told them we are exiting.
442 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid);
H A Dkern_event.c378 bool exiting, immediate; local
380 exiting = immediate = false;
384 exiting = true;
386 exiting = true;
426 if (immediate || (exiting && filt_proc(kn, NOTE_EXIT)))
/freebsd-11-stable/sys/sys/
H A Dproc.h597 volatile int p_exitthreads; /* (j) Number of threads exiting */
717 #define P_WEXIT 0x02000 /* Working on exiting. */
877 * not exiting, increments p_lock and swaps threads stacks into memory,
892 ("PHOLD of exiting process %p", p)); \
900 ("PHOLD of exiting process %p", p)); \
1049 void reaper_abandon_children(struct proc *p, bool exiting);

Completed in 210 milliseconds