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

/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafssys.c340 static jmp_buf catch_SIGSYS; variable
349 longjmp(catch_SIGSYS, 1);
365 if (setjmp(catch_SIGSYS) == 0) {
391 if (setjmp(catch_SIGSYS) == 0) {

Completed in 100 milliseconds