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

/freebsd-9.3-release/contrib/sendmail/libsmutil/
H A Dcf.c26 ** cftype -- may request a certain cf file.
34 getcfname(opmode, submitmode, cftype, conffile)
37 int cftype;
47 if (cftype == SM_GET_SUBMIT_CF ||
52 cftype != SM_GET_SENDMAIL_CF))
66 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmain.c187 int cftype; /* which cf file to use? */ local
249 cftype = SM_GET_RIGHT_CF;
831 cftype = optarg[0] == 'c' ? SM_GET_SUBMIT_CF
1238 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1413 getcfname(OpMode, SubmitMode, cftype, conffile));

Completed in 173 milliseconds