Searched refs:current_prefix (Results 1 – 1 of 1) sorted by relevance
1267 char *current_prefix; in gid_cb() local1283 && ((current_prefix = strchr(prefixes, elem[0])) != NULL in gid_cb()1284 …|| OPENSSL_strncasecmp(current_prefix = (char *)DEFAULT_GROUPNAME_FIRST_CHARACTER, elem, 1) == 0))… in gid_cb()1286 switch (*current_prefix) { in gid_cb()