Searched defs:conffile (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libgss/ |
H A D | gssd_pname_to_uid.c | 70 static char *conffile = "/etc/gss/gsscred.conf"; local 73 if ((defp = defopen_r(conffile)) != NULL) {
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | picldr.c | 105 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 D | main.c | 92 /* 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...] |
/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/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 2485 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 76 milliseconds