| /onnv/onnv-gate/usr/src/cmd/sendmail/libsmutil/ |
| cf.c | 29 ** conffile -- if set, return it. 36 getcfname(opmode, submitmode, cftype, conffile) 40 char *conffile; 46 if (conffile != NULL) 47 return conffile;
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
| picldr.c | 105 env_read_policy_configuration(char *conffile, env_policy_t **policypp) 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) {
|
| /onnv/onnv-gate/usr/src/cmd/logadm/ |
| main.c | 88 /* list of conffile entry names that are considered "done" */ 137 " (processes all entries in /etc/logadm.conf or conffile given by -f)\n"\ 143 " -f conffile use conffile instead of /etc/logadm.conf\n"\ 147 " -r remove logname entry from conffile\n"\ 148 " -V ensure conffile entries exist, correct\n"\ 155 " -P timestamp used to store rotation date in conffile\n"\ 189 const char *conffile; /* our configuration file */ local 203 /* we only print times into the conffile, so make them uniform */ 264 * 2. "-r" or "-w" asking us to write to the conffile. Lot [all...] |
| tester | 313 /bin/sed '/^conffile <testfile.conf>:$/d' <std.out >sed.out [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| Install.sh | 373 conffile=`basename $2` 374 verbose "$INSTALL_CP $3/$conffile $target" 375 $INSTALL_CP $3/$conffile $target
|
| bfu.sh | 795 conffile=$rootprefix/kernel/drv/aac.conf 804 < $conffile > /tmp/aac.conf.$$ 805 mv -f /tmp/aac.conf.$$ $conffile 843 conffile=$rootprefix/kernel/drv/mpt.conf 844 test -f $conffile || return 845 egrep -s "$mpttapeprop" $conffile 847 echo 'tape="sctp";' >> $conffile [all...] |
| /onnv/onnv-gate/usr/src/lib/libgss/ |
| gssd_pname_to_uid.c | 70 static char *conffile = "/etc/gss/gsscred.conf"; local 73 if ((defp = defopen_r(conffile)) != NULL) {
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| main.c | 186 char *conffile = NULL; /* name of .cf file */ local 626 conffile)); 629 conffile)); 844 conffile = newstr(optarg); 1239 readcf(getcfname(OpMode, SubmitMode, cftype, conffile), [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| piclfrutree.c | 2485 char conffile[MAXPATHLEN]; local [all...] |
| /onnv/onnv-gate/usr/src/uts/ |
| Makefile.uts | 285 CONFFILE = $(MODULE).conf 286 SRC_CONFFILE = $(CONF_SRCDIR)/$(CONFFILE) 293 INS.conffile= \
|