Home
last modified time | relevance | path

Searched refs:opt_item (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c2106 static char opt_item[SECTION_NAME_MAX + 1]; variable
2129 memcpy(opt_item, beg, len); in prev_item()
2130 opt_item[len] = '\0'; in prev_item()
2149 if ((res = NCONF_get_string(src_conf, opt_item, name)) != NULL) in conf_get_string()
2846 if (!NCONF_get_section(conf, opt_item)) { in cmp_main()
2848 opt_item, configfile); in cmp_main()