Lines Matching refs:rc_conf_str
267 char *rc_conf_str(char *optname) in rc_conf_str() function
325 if (!rc_conf_str("servers")) in test_config()
330 if (!rc_conf_str("dictionary")) in test_config()
348 file = rc_conf_str("login_local"); in test_config()
359 file = rc_conf_str("login_radius"); in test_config()
377 if (rc_conf_str("seqfile") == NULL) in test_config()
387 if (rc_conf_str("mapfile") == NULL) in test_config()
392 if (rc_conf_str("nologin") == NULL) in test_config()
466 if ((clientfd = fopen (rc_conf_str("servers"), "r")) == (FILE *) NULL) in rc_find_server()
468 error("rc_find_server: couldn't open file: %m: %s", rc_conf_str("servers")); in rc_find_server()
540 server_name, rc_conf_str("servers")); in rc_find_server()