Home
last modified time | relevance | path

Searched refs:jumpBuf (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
DCuTest.c142 t->jumpBuf = NULL; in CuTestInit()
162 tc->jumpBuf = &buf; in CuTestRun()
168 tc->jumpBuf = 0; in CuTestRun()
180 if (tc->jumpBuf != 0) longjmp(*(tc->jumpBuf), 0); in CuFailInternal()
DCuTest.h73 jmp_buf *jumpBuf; member