Searched refs:pcf_lookup_parameter_value (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | postconf_lookup.c | 111 const char *pcf_lookup_parameter_value(int mode, const char *name, in pcf_lookup_parameter_value() function 153 return (pcf_lookup_parameter_value(cp->mode, key, cp->local_scope, in pcf_lookup_parameter_value_wrapper()
|
H A D | postconf_main.c | 151 value = pcf_lookup_parameter_value(mode, name, (PCF_MASTER_ENT *) 0, node); in pcf_print_parameter()
|
H A D | postconf.h | 291 extern const char *pcf_lookup_parameter_value(int, const char *,
|