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

/freebsd-13-stable/contrib/sendmail/include/sendmail/
H A Dpathnames.h61 extern char *getcfname __P((int, int, int, char *));
/freebsd-13-stable/contrib/sendmail/libsmutil/
H A Dcf.c34 getcfname(opmode, submitmode, cftype, conffile) function
/freebsd-13-stable/contrib/sendmail/mailstats/
H A Dmailstats.c73 cfile = getcfname(0, 0, SM_GET_SENDMAIL_CF, NULL);
83 cfile = getcfname(0, 0, SM_GET_SUBMIT_CF, NULL);
/freebsd-13-stable/contrib/sendmail/praliases/
H A Dpraliases.c89 cfile = getcfname(0, 0, SM_GET_SENDMAIL_CF, NULL);
/freebsd-13-stable/contrib/sendmail/makemap/
H A Dmakemap.c298 cfile = getcfname(0, 0, SM_GET_SENDMAIL_CF, NULL);
/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c40 /* for getcfname() */
627 getcfname(OpMode, SubmitMode, SM_GET_SUBMIT_CF,
630 getcfname(OpMode, SubmitMode, SM_GET_SENDMAIL_CF,
1252 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1427 getcfname(OpMode, SubmitMode, cftype, conffile));
/freebsd-13-stable/contrib/sendmail/vacation/
H A Dvacation.c335 cfpath = getcfname(0, 0, SM_GET_SENDMAIL_CF, cfpath);

Completed in 174 milliseconds