Searched refs:CloseTimeOut (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfclose.c32 static jmp_buf CloseTimeOut; variable
37 ** Returns flow of control to where setjmp(CloseTimeOut) was set.
46 ** returns flow of control to setjmp(CloseTimeOut).
58 longjmp(CloseTimeOut, 1);
127 if (setjmp(CloseTimeOut) != 0)

Completed in 26 milliseconds