Searched refs:conffile (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c29 ** conffile -- if set, return it.
36 getcfname(opmode, submitmode, cftype, conffile)
40 char *conffile;
46 if (conffile != NULL)
47 return conffile;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c105 env_read_policy_configuration(char *conffile, env_policy_t **policypp) argument
112 if ((fp = fopen(conffile, "r")) == NULL) {
169 char conffile[MAXPATHLEN]; local
176 (void) snprintf(conffile, sizeof (conffile), ENV_CONFIG_FILE,
179 if (stat(conffile, &st) == -1) {
184 if (env_read_policy_configuration(conffile, &policyp) == -1) {
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c92 /* list of conffile entry names that are considered "done" */
109 " (processes all entries in /etc/logadm.conf or conffile given by -f)\n"\
116 " -f conffile use conffile instead of /etc/logadm.conf\n"\
120 " -r remove logname entry from conffile\n"\
121 " -V ensure conffile entries exist, correct\n"\
128 " -P timestamp used to store rotation date in conffile\n"\
162 const char *conffile; /* our configuration file */ local
239 * 2. "-r" or "-w" asking us to write to the conffile. Lots
240 * of argument checking, then we make the change to conffile
[all...]
H A Dtester314 /bin/sed '/^conffile <testfile.conf>:$/d' <std.out >sed.out
1143 # logadm7 -- test running through a conffile
1255 # third one won't because of -P timestamps stored in conffile
1918 (processes all entries in /etc/logadm.conf or conffile given by -f)
1925 -f conffile use conffile instead of /etc/logadm.conf
1929 -r remove logname entry from conffile
1930 -V ensure conffile entries exist, correct
1937 -P timestamp used to store rotation date in conffile
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh406 conffile=`basename $3`
407 verbose "$INSTALL_CP $4/$conffile $target"
408 $INSTALL_CP $4/$conffile $target
/illumos-gate/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c70 static char *conffile = "/etc/gss/gsscred.conf"; local
73 if ((defp = defopen_r(conffile)) != NULL) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c183 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/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c2485 char conffile[MAXPATHLEN]; local
2499 if (stat(conffile, &file_stat) == -1) {
2500 if (mkdir(conffile, 0755) == -1) {
2505 (void) snprintf(conffile, MAXPATHLEN, "%s/%s", dir, PROBE_FILE);
2506 if ((fd = open(conffile, O_WRONLY|O_CREAT|O_TRUNC, 0644)) == -1) {
2514 (void) remove(conffile);
2525 (void) remove(conffile);
2533 /* create child nodes for fru using the conffile created */
2535 conffile)) != PICL_SUCCESS) {
2536 (void) remove(conffile);
[all...]

Completed in 83 milliseconds