Lines Matching +defs:val +defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94 /* end of file */
111 char *file;
116 file = NSCREDFILE;
118 file = NSCONFIGFILE;
120 fp = fopen(file, "rF");
124 "for reading (errno=%d)."), file, errno);
134 /* End of file */
187 "line %d"), file, lineno);
207 "line %d"), file, lineno);
219 gettext("Empty config file: '%s'"), file);
227 gettext("Line too long in '%s'"), file);
367 * Cache Manager side of configuration file loading
388 /* Load in Configuration file */
395 /* Load in Credential file */
722 gettext("Unable to set permissions for file"
732 gettext("Unable to set permissions for file"
742 "Writing to file %s for configuration dump failed "
762 gettext("Writing to file %s for"
776 "Writing to file %s for configuration dump failed "
777 "during file close (%s)."), filename,
796 __ns_ldap_DumpConfiguration(char *file)
804 if (strcmp(file, NSCONFIGFILE) == 0) {
805 files[0] = file;
806 } else if (strcmp(file, NSCONFIGREFRESH) == 0) {
807 files[0] = file;
808 } else if (strcmp(file, NSCREDFILE) == 0) {
809 files[1] = file;
810 } else if (strcmp(file, NSCREDREFRESH) == 0) {
811 files[1] = file;
827 char val[BUFSIZE];
885 (void) strcpy(val, NS_LDAP_VERSION_1);
887 val, &error);
889 (void) strcpy(val, NS_LDAP_VERSION_2);
891 val, &error);
1070 * configuration pointer outside this file.