Searched refs:cftype (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/libsmutil/ |
H A D | cf.c | 36 getcfname(opmode, submitmode, cftype, conffile) 39 int cftype; variable 49 if (cftype == SM_GET_SUBMIT_CF || 54 cftype != SM_GET_SENDMAIL_CF)) 68 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | main.c | 191 int cftype; /* which cf file to use? */ local 253 cftype = SM_GET_RIGHT_CF; 832 cftype = optarg[0] == 'c' ? SM_GET_SUBMIT_CF 1239 readcf(getcfname(OpMode, SubmitMode, cftype, conffile), 1414 getcfname(OpMode, SubmitMode, cftype, conffile));
|