Searched refs:conffile (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | cf.c | 34 getcfname(opmode, submitmode, cftype, conffile) 38 char *conffile; variable 44 if (conffile != NULL) 45 return conffile;
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | main.c | 166 const char *conffile; /* our configuration file */ in main() local 311 if ((conffile = opts_optarg(clopts, "f")) == NULL) in main() 312 conffile = Default_conffile; in main() 316 (void) out("# loading %s\n", conffile); in main() 317 status = conf_open(conffile, timestamps, clopts); in main()
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | gssd_pname_to_uid.c | 70 static char *conffile = "/etc/gss/gsscred.conf"; in get_conf_options() local 73 if ((defp = defopen_r(conffile)) != NULL) { in get_conf_options()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | main.c | 183 char *conffile = NULL; /* name of .cf file */ local 626 conffile)); 629 conffile)); 844 conffile = newstr(optarg); 1239 readcf(getcfname(OpMode, SubmitMode, cftype, conffile), 1414 getcfname(OpMode, SubmitMode, cftype, conffile)); 1441 RealUserName, conffile);
|
/illumos-gate/usr/src/uts/ |
H A D | Makefile.uts | 278 INS.conffile= \
|