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

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_node.c49 /* VSTRING *pcf_param_string_buf;
79 /* pcf_param_string_buf is a buffer that is initialized on the
142 VSTRING *pcf_param_string_buf; variable
168 if (pcf_param_string_buf == 0)
169 pcf_param_string_buf = vstring_alloc(100);
H A Dpostconf_service.c90 return (STR(vstring_sprintf(pcf_param_string_buf, "$%s", (char *) ptr)));
H A Dpostconf_builtin.c321 return (STR(vstring_sprintf(pcf_param_string_buf, "%d", cit->defval)));
375 return (STR(vstring_sprintf(pcf_param_string_buf, "%ld", clt->defval)));
H A Dpostconf.h117 extern VSTRING *pcf_param_string_buf;

Completed in 221 milliseconds