Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dargv.c414 VSTRING *test_panic_str; variable
424 test_panic_str = vstring_alloc(100); in test_msg_panic()
425 vstring_vsprintf(test_panic_str, fmt, ap); in test_msg_panic()
571 if (test_panic_str == 0) { in test_argv_verify()
576 if (strcmp(vstring_str(test_panic_str), tp->exp_panic_msg) != 0) { in test_argv_verify()
578 tp->label, vstring_str(test_panic_str), tp->exp_panic_msg); in test_argv_verify()
583 if (test_panic_str != 0) { in test_argv_verify()
585 tp->label, vstring_str(test_panic_str)); in test_argv_verify()
714 if (test_panic_str) { in main()
715 vstring_free(test_panic_str); in main()
[all …]