NCONF_load
if (NCONF_load(conf, file, NULL) <= 0) {
if (NCONF_load(load_ctx->conf, file, NULL) <= 0) {
if (NCONF_load(conf, "connect.cnf", &errline) <= 0) {
if (NCONF_load(conf, "accept.cnf", &errline) <= 0) {
int NCONF_load(CONF *conf, const char *file, long *eline);
if (conf != NULL && NCONF_load(conf, argv[1], &eline)) {
|| !TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0)
if (!TEST_int_gt(NCONF_load(conf, test_get_argument(0), NULL), 0))