Home
last modified time | relevance | path

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

/coreutils/src/
Dtest.c66 static jmp_buf test_exit_buf; variable
68 # define test_exit(val) test_error_return = val, longjmp (test_exit_buf, 1)
807 code = setjmp (test_exit_buf); in main()