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

/freebsd-13-stable/contrib/sendmail/libsm/
H A Dfopen.c31 static jmp_buf OpenTimeOut, ReopenTimeOut; variable
62 ** Returns flow of control to where setjmp(ReopenTimeOut) was set.
71 ** returns flow of control to setjmp(ReopenTimeOut).
83 longjmp(ReopenTimeOut, 1);
257 if (setjmp(ReopenTimeOut) != 0)

Completed in 43 milliseconds