Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dargv.c415 jmp_buf test_panic_jbuf; variable
427 longjmp(test_panic_jbuf, 1); in test_msg_panic()
703 if (setjmp(test_panic_jbuf) == 0) in main()