Lines Matching refs: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.
115 * Description: read and remember settings from administration file
116 * Arguments: file - pointer to string representing the path to the
117 * administration file to read - if this is NULL
121 * of the administration file will be interactively
127 setadminFile(char *file)
136 if (file == NULL)
137 file = "default";
138 else if (strcmp(file, "none") == 0) {
143 if (file[0] == '/')
144 (void) strcpy(path, file);
147 get_PKGADM(), file);
150 PKGADM, file);
155 progerr(ERR_OPEN_ADMIN_FILE, file, strerror(errno));
191 * Description: Reads admin file setting for networkretries, or uses default
193 * Returns: admin file setting for networkretries, or the default if no
194 * admin file setting exists or if it is outside the
216 * Description: Retrieves admin file setting for authentication
218 * Returns: admin file policy for authentication - AUTH_QUIT
233 * Description: Retrieves admin file policy for networktimeout's
235 * Returns: Admin file setting for networktimeout, or default
236 * timeout value if admin file does not specify one,
258 * Description: Retrieves security keystore setting from admin file,
261 * Returns: B_TRUE - admin file contained valid keystore, or
296 * Description: Retrieves proxy setting from admin file
299 * Returns: B_TRUE - admin file had a valid proxy setting,
301 * B_FALSE - no proxy setting in admin file, or
302 * invalid setting in admin file.
308 /* admin file has bad keystore */
319 * Description: Retrieves security keystore setting from admin file,
321 * Returns: Keystore file policy from admin file, if set