Searched refs:cftype (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sendmail/libsmutil/ |
H A D | cf.c | 34 getcfname(opmode, submitmode, cftype, conffile) 37 int cftype; variable 47 if (cftype == SM_GET_SUBMIT_CF || 52 cftype != SM_GET_SENDMAIL_CF)) 69 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 203 int cftype; /* which cf file to use? */ local 265 cftype = SM_GET_RIGHT_CF; 873 cftype = optarg[0] == 'c' ? SM_GET_SUBMIT_CF 1285 readcf(getcfname(OpMode, SubmitMode, cftype, conffile), 1468 getcfname(OpMode, SubmitMode, cftype, conffile));
|