Searched refs:PCF_PARAM_INFO_NAME (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_main.c182 return (strcmp(PCF_PARAM_INFO_NAME(ap[0]),
183 PCF_PARAM_INFO_NAME(bp[0])));
204 pcf_print_parameter(fp, mode, PCF_PARAM_INFO_NAME(*ht),
H A Dpostconf_user.c336 if (dict_lookup(dict_name, PCF_PARAM_INFO_NAME(*ht)))
338 if ((param_value = pcf_convert_param_node(PCF_SHOW_DEFS, PCF_PARAM_INFO_NAME(*ht),
341 myname, PCF_PARAM_INFO_NAME(*ht));
H A Dpostconf.h105 #define PCF_PARAM_INFO_NAME(ht) ((const char *) (ht)->key) macro

Completed in 87 milliseconds