Searched refs:_exit (Results 1 - 25 of 338) sorted by path

1234567891011>>

/freebsd-11-stable/bin/dd/
H A Dmisc.c154 _exit(sig == 0 ? 0 : 1);
/freebsd-11-stable/bin/mv/
H A Dmv.c401 _exit(EXEC_FAILED);
427 _exit(EXEC_FAILED);
/freebsd-11-stable/bin/rcp/
H A Dutil.c118 _exit(127);
/freebsd-11-stable/bin/sh/
H A Derror.c124 _exit(128 + SIGINT);
H A Dredir.c296 _exit(0);
H A Dtrap.c551 /* If the default action is to ignore, fall back to _exit(). */
553 _exit(exiting_exitstatus);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Derr.D_PROC_OFF.toobig.d34 * NOTES: If _exit(2) becomes _way_ more complex this could fail...
38 pid$1::_exit:100
H A Dtst.vfork.c61 (void) _exit(ret);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1992 _exit(errno == ENOENT ? 127 : 126);
/freebsd-11-stable/contrib/amd/amd/
H A Damd.c152 * just needs to terminate, I'm simply calling _exit(2). Note also that
154 * but they do list _exit(2) as one. This fix seems to work reliably all
157 _exit(0);
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.c870 _exit(0);
880 _exit(4);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c492 _exit (EXIT_FAILURE);
851 _exit (EXIT_FAILURE);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure6943 _exit(2);
6948 _exit (arg);
6980 _exit(1);
6986 _exit(close(fileno(stdout)) != 0);
/freebsd-11-stable/contrib/blacklist/port/
H A Dpopenve.c214 _exit(127);
/freebsd-11-stable/contrib/bmake/
H A Dcompat.c180 _exit(signo);
401 _exit(1);
H A Dconfigure5354 _exit(2);
5359 _exit (arg);
5391 _exit(1);
5397 _exit(close(fileno(stdout)) != 0);
5506 _exit(0);
5509 _exit(0);
H A Djob.c1401 _exit(1);
1405 _exit(1);
1409 _exit(1);
1419 _exit(1);
1423 _exit(1);
1433 _exit(1);
1443 _exit(1);
1447 _exit(1);
1470 _exit(1);
H A Dmeta.c1625 _exit(1);
/freebsd-11-stable/contrib/byacc/
H A Dmain.c5 #include <unistd.h> /* for _exit() */
7 #include <stdlib.h> /* for _exit() */
147 _exit(EXIT_FAILURE);
/freebsd-11-stable/contrib/dialog/
H A Dprgbox.c75 _exit(127);
H A Dui_getc.c613 _exit(pid > 0 ? DLG_EXIT_OK : DLG_EXIT_ERROR);
643 _exit(WEXITSTATUS(wstatus));
H A Dutil.c1760 _exit(code);
/freebsd-11-stable/contrib/diff/lib/
H A Dc-stack.c129 _exit (exit_failure);
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c1186 _exit (errno == ENOENT ? 127 : 126);
H A Dsdiff.c675 _exit (errno == ENOENT ? 127 : 126);
1086 _exit (errno == ENOENT ? 127 : 126);

Completed in 477 milliseconds

1234567891011>>