Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dsys_exits.c96 static VSTRING *sys_exits_def_text = 0; variable
106 if (sys_exits_def_text == 0) in sys_exits_fake()
107 sys_exits_def_text = vstring_alloc(30); in sys_exits_fake()
109 vstring_sprintf(sys_exits_def_text, "unknown mail system error %d", code); in sys_exits_fake()
110 sys_exits_default->text = vstring_str(sys_exits_def_text); in sys_exits_fake()