Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_templates.c260 VSTRING *multi_line_buf = 0; in bounce_templates_load() local
294 if (multi_line_buf == 0) { in bounce_templates_load()
297 multi_line_buf = vstring_alloc(100); in bounce_templates_load()
299 VSTRING_RESET(multi_line_buf); in bounce_templates_load()
306 if (VSTRING_LEN(multi_line_buf) > 0) in bounce_templates_load()
307 vstring_strcat(multi_line_buf, "\n"); in bounce_templates_load()
308 vstring_strcat(multi_line_buf, STR(line_buf)); in bounce_templates_load()
314 value = STR(multi_line_buf); in bounce_templates_load()
334 if (multi_line_buf) { in bounce_templates_load()
337 vstring_free(multi_line_buf); in bounce_templates_load()