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

/freebsd-12-stable/contrib/sendmail/libsm/
H A Dfseek.c33 static jmp_buf SeekTimeOut; variable
38 ** Returns flow of control to where setjmp(SeekTimeOut) was set.
47 ** returns flow of control to setjmp(SeekTimeOut).
59 longjmp(SeekTimeOut, 1);
120 if (setjmp(SeekTimeOut) != 0) \

Completed in 171 milliseconds