Searched refs:pcf_param_string_buf (Results 1 – 4 of 4) sorted by relevance
142 VSTRING *pcf_param_string_buf; variable168 if (pcf_param_string_buf == 0) in pcf_convert_param_node()169 pcf_param_string_buf = vstring_alloc(100); in pcf_convert_param_node()
321 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()
90 return (STR(vstring_sprintf(pcf_param_string_buf, "$%s", (char *) ptr))); in pcf_convert_service_parameter()
117 extern VSTRING *pcf_param_string_buf;