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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfopen.c33 static jmp_buf OpenTimeOut, ReopenTimeOut; variable
38 ** Returns flow of control to where setjmp(OpenTimeOut) was set.
47 ** returns flow of control to setjmp(OpenTimeOut).
59 longjmp(OpenTimeOut, 1);
142 if (setjmp(OpenTimeOut) != 0)

Completed in 134 milliseconds