Home
last modified time | relevance | path

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

/openssl/crypto/conf/
H A Dconf_mod.c732 const char *lstart, *tmpend, *p; in CONF_parse_list() local
750 tmpend = p - 1; in CONF_parse_list()
752 tmpend = lstart + strlen(lstart) - 1; in CONF_parse_list()
754 while (isspace((unsigned char)*tmpend)) in CONF_parse_list()
755 tmpend--; in CONF_parse_list()
757 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()

Completed in 5 milliseconds