HomeSort by relevance Sort by last modified time
    Searched defs:_exit (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
exit.s 32 /* C library -- _exit
34 * void _exit(int status)
35 * void _Exit(int status) -- added for SUSv3 standard
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)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/brand/sn1/
sn1_brand_asm.s 164 ba _exit ! jump back into syscall path
184 be,a,pn %xcc, _exit
200 ba _exit ! jump back into syscall path
216 brz %g3, _exit
231 brz %g5, _exit ! has it been set?
242 be,pn %xcc, _exit ! if so don't emulate
268 _exit: label
  /onnv/onnv-gate/usr/src/uts/sun4/brand/solaris10/
s10_brand_asm.s 164 ba _exit ! jump back into syscall path
184 be,a,pn %xcc, _exit
200 ba _exit ! jump back into syscall path
216 brz %g3, _exit
231 brz %g5, _exit ! has it been set?
242 be,pn %xcc, _exit ! if so don't emulate
268 _exit: label
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 338 # define _exit PerlProc__exit macro
456 # define _exit PerlProc__exit macro
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 1862 # define _exit macro
    [all...]

Completed in 240 milliseconds