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

/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c28 ** cftype -- may request a certain cf file.
36 getcfname(opmode, submitmode, cftype, conffile)
39 int cftype;
49 if (cftype == SM_GET_SUBMIT_CF ||
54 cftype != SM_GET_SENDMAIL_CF))
68 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c191 int cftype; /* which cf file to use? */ local
253 cftype = SM_GET_RIGHT_CF;
835 cftype = optarg[0] == 'c' ? SM_GET_SUBMIT_CF
1242 readcf(getcfname(OpMode, SubmitMode, cftype, conffile),
1417 getcfname(OpMode, SubmitMode, cftype, conffile));

Completed in 39 milliseconds