Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_node.c142 VSTRING *pcf_param_string_buf; variable
168 if (pcf_param_string_buf == 0) in pcf_convert_param_node()
169 pcf_param_string_buf = vstring_alloc(100); in pcf_convert_param_node()
H A Dpostconf_builtin.c321 return (STR(vstring_sprintf(pcf_param_string_buf, "%d", cit->defval))); in pcf_conv_int_parameter()
375 return (STR(vstring_sprintf(pcf_param_string_buf, "%ld", clt->defval))); in pcf_conv_long_parameter()
H A Dpostconf_service.c90 return (STR(vstring_sprintf(pcf_param_string_buf, "$%s", (char *) ptr))); in pcf_convert_service_parameter()
H A Dpostconf.h117 extern VSTRING *pcf_param_string_buf;