Searched defs:Sjbuf (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/dial/
H A Ddial.c131 static jmp_buf Sjbuf; /* needed by connection routines */ variable
H A Dcallers.c33 static jmp_buf Sjbuf; variable
236 if (setjmp(Sjbuf)) {
488 if (setjmp(Sjbuf)) {
588 if (setjmp(Sjbuf)) {
H A Dconn.c36 static jmp_buf Sjbuf; variable
496 if (setjmp(Sjbuf))
535 longjmp(Sjbuf, 1);
750 if (setjmp(Sjbuf))

Completed in 17 milliseconds