Searched defs:_setjmp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/amd64/
H A D_setjmp.S34 .asciz "@(#)_setjmp.s 5.1 (Berkeley) 4/23/90"
40 * C library -- _setjmp, _longjmp
44 * _setjmp(a)
49 ENTRY(_setjmp) function
64 END(_setjmp)
/illumos-gate/usr/src/boot/lib/libstand/i386/
H A D_setjmp.S39 * C library -- _setjmp, _longjmp
43 * _setjmp(a)
50 ENTRY(_setjmp) function
61 END(_setjmp)
/illumos-gate/usr/src/boot/lib/libstand/sparc64/
H A D_setjmp.S33 * $Header: _setjmp.s,v 1.1 91/07/06 16:45:53 torek Exp
38 .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93"
40 RCSID("$NetBSD: _setjmp.S,v 1.4 1998/10/08 02:27:59 eeh Exp $")
64 ENTRY(_setjmp) function
70 END(_setjmp)
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsigsetjmp.c101 _setjmp(env) function
/illumos-gate/usr/src/ucbhead/
H A Dsetjmp.h44 * 4.3BSD _setjmp/_longjmp is equivalent to SVR4 setjmp/longjmp
106 #define _setjmp(env) _sigsetjmp((env), 0) macro
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s40 * _setjmp(buf_ptr)
43 * The rest is cleared by _setjmp
61 _setjmp(jmp_buf_ptr buf_ptr)
74 ENTRY(_setjmp) function
82 SET_SIZE(_setjmp)
88 * buf_ptr points to an array which has been initialized by _setjmp.
89 * val is the value we wish to return to _setjmp's caller
/illumos-gate/usr/src/man/man3c/
H A DMakefile575 _setjmp.3c \
1409 _setjmp.3c := LINKSRC = _longjmp.3c

Completed in 78 milliseconds