Lines Matching full:config_file
53 static char *config_file = NULL;
62 { "radius-config-file", o_string, &config_file },
118 char config_file[MAXPATHLEN];
167 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
168 sizeof(rstate.config_file));
1260 if (config_file && *config_file) {
1261 strlcpy(rstate.config_file, config_file, MAXPATHLEN-1);
1266 if (rc_read_config(rstate.config_file) != 0) {
1268 rstate.config_file);