Home
last modified time | relevance | path

Searched refs:pcf_get_main_path (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_dbms.c251 local_scope ? pcf_get_master_path() : pcf_get_main_path())) != 0) { in pcf_register_dbms_helper()
259 msg_warn("%s: %s", pcf_get_main_path(), err); in pcf_register_dbms_helper()
316 msg_warn("%s: %s", pcf_get_main_path(), err); in pcf_register_dbms_helper()
H A Dpostconf_misc.c94 const char *pcf_get_main_path(void) in pcf_get_main_path() function
H A Dpostconf_main.c115 path = pcf_get_main_path(); in pcf_read_parameters()
H A Dpostconf.h176 extern const char *pcf_get_main_path(void);
H A Dpostconf_edit.c212 path = pcf_get_main_path(); in pcf_edit_main()