Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c180 static VSTRING *context_buf = 0; in master_conf_context() local
182 if (context_buf == 0) in master_conf_context()
183 context_buf = vstring_alloc(100); in master_conf_context()
184 vstring_sprintf(context_buf, "%s: line %d", master_path, master_line); in master_conf_context()
185 return (vstring_str(context_buf)); in master_conf_context()