Searched refs:_exit (Results 1 - 25 of 210) sorted by relevance

123456789

/opensolaris-onvv-gate/usr/src/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);
/opensolaris-onvv-gate/usr/src/lib/libc/common/sys/
H A Dexit.s32 /* C library -- _exit
34 * void _exit(int status)
40 * _Exit() has been implemented as a weak symbol of _exit().
41 * This is the cheapest way to get a duplicate symbol of _exit()
48 ANSI_PRAGMA_WEAK2(_Exit,_exit,function)
49 ENTRY(_exit) function
51 SET_SIZE(_exit)
/opensolaris-onvv-gate/usr/src/cmd/false/
H A Dfalse.c38 _exit(255);
/opensolaris-onvv-gate/usr/src/cmd/true/
H A Dtrue.c38 _exit(0);
/opensolaris-onvv-gate/usr/src/lib/libparted/common/lib/
H A Dcloseout.c46 /* Close standard output. On error, issue a diagnostic and _exit
49 Also close standard error. On error, _exit with status 'exit_failure'.
54 once. So it calls '_exit' instead of 'exit'. If close_stdout
56 the other functions can act before this _exit is invoked.
60 _exit will bypass other buffer flushing. Applications should
62 errors. Also, applications should not use tmpfile, since _exit
81 _exit (exit_failure);
85 _exit (exit_failure);
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Datexit.c61 extern void _exit(int);
100 _exit(code);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexit.c55 _exit(code);
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Ddaemon.c55 _exit(EXIT_SUCCESS);
67 _exit(EXIT_SUCCESS);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/bsd/
H A Ddaemon.c61 _exit(0);
/opensolaris-onvv-gate/usr/src/uts/sun4/brand/common/
H A Dbrand_solaris.s173 ba _exit; /* jump back into syscall path */
193 be,a,pn %xcc, _exit;
210 ba _exit; /* jump back into syscall path */
226 brz %g3, _exit;
241 brz %g5, _exit; /* has it been set? */
252 be,pn %xcc, _exit; /* if so don't emulate */
278 _exit: label
/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dfps_ereport_mod.c314 _exit(FPU_EREPORT_FAIL);
317 _exit(FPU_EREPORT_FAIL);
322 _exit(FPU_EREPORT_FAIL);
326 _exit(FPU_EREPORT_FAIL);
334 _exit(FPU_EREPORT_FAIL);
345 _exit(FPU_EREPORT_FAIL);
353 _exit(FPU_EREPORT_FAIL);
357 _exit(FPU_EREPORT_FAIL);
359 _exit(FPU_EREPORT_FAIL);
363 _exit(FPU_EREPORT_FAI
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dgwd.c101 _exit(stat(file, buf));
/opensolaris-onvv-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c92 _exit(type);
/opensolaris-onvv-gate/usr/src/lib/libmail/common/
H A Dsystemvp.c62 _exit(127);
/opensolaris-onvv-gate/usr/src/lib/libwrap/
H A Dshell_cmd.c102 _exit(0);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c114 _exit(0);
125 _exit(0);
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dentropy.c96 _exit(1);
102 _exit(1);
/opensolaris-onvv-gate/usr/src/cmd/wall/
H A Dwall.c255 * must call _exit as opposed to exit. This is necessary to avoid
293 _exit(1);
305 _exit(1);
319 _exit(1);
357 _exit(1);
362 _exit(0);
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dprb_child.c184 _exit(1);
188 _exit(1);
192 _exit(1);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.c389 * NOTE: Even though quit() should NOT return, there is a call to _exit()
405 _exit(3);
408 _exit(1);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dquit.c301 * NOTE: Even though quit() should NOT return, there is a call to _exit()
317 _exit(3);
320 _exit(1);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.c320 * NOTE: Even though quit() should NOT return, there is a call to _exit()
336 _exit(3);
339 _exit(1);
/opensolaris-onvv-gate/usr/src/lib/common/amd64/
H A Dcrt1.s43 .globl _exit
170 call _exit /* if user redefined exit, call _exit */
H A Dgcrt1.s46 .globl _exit
189 call _exit /* if user redefined exit, call _exit */

Completed in 282 milliseconds

123456789