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

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_dbms.c168 static void pcf_check_dbms_client(const PCF_DBMS_INFO *dp, const char *cf_file) argument
182 dict_spec = concatenate(dp->db_type, ":", cf_file, (char *) 0);
194 if ((fp = vstream_fopen(cf_file, O_RDONLY, 0)) == 0) {
197 dp->db_type, cf_file);
203 dp->db_type, cf_file);
211 dp->db_type, cf_file);

Completed in 112 milliseconds