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

  /onnv/onnv-gate/usr/src/head/
setjmp.h 58 typedef long sigjmp_buf[_SIGJBLEN]; typedef
60 typedef int sigjmp_buf[_SIGJBLEN];
63 extern int sigsetjmp(sigjmp_buf, int);
65 extern void siglongjmp(sigjmp_buf, int) __NORETURN;
71 typedef long sigjmp_buf[_SIGJBLEN];
73 typedef int sigjmp_buf[_SIGJBLEN];
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
setjmp.h 40 typedef int sigjmp_buf[_JBLEN+1]; typedef
44 int sigsetjmp(/* sigjmp_buf env, int savemask */);
47 void siglongjmp(/* sigjmp_buf env, int val */);
  /onnv/onnv-gate/usr/src/ucbhead/
setjmp.h 97 typedef int sigjmp_buf[_SIGJBLEN]; typedef
99 typedef long sigjmp_buf[_SIGJBLEN]; typedef
113 extern int _sigsetjmp(sigjmp_buf, int);
115 extern void _siglongjmp(sigjmp_buf, int) __NORETURN;
117 extern int sigsetjmp(sigjmp_buf, int);
119 extern void siglongjmp(sigjmp_buf, int) __NORETURN;

Completed in 300 milliseconds