Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dargv.c156 extern NORETURN PRINTFLIKE(1, 2) test_msg_panic(const char *,...);
158 #define msg_panic test_msg_panic
419 void test_msg_panic(const char *fmt,...) in test_msg_panic() function