Searched defs:_exit (Results 1 - 4 of 4) sorted by relevance

/illumos-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)
/illumos-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
/illumos-gate/usr/src/man/man2/
H A DMakefile167 _exit.2 \
301 _exit.2 := LINKSRC = exit.2
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1866 # define _exit sendmail_mpe__exit macro

Completed in 70 milliseconds