Searched refs:plus_char (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c1197 int i, mval, spec_char, plus_char; local
1223 plus_char = (*type == '+');
1225 plus_char = (*type == os_toascii['+']);
1227 if (plus_char) {
/freebsd-13-stable/crypto/openssl/apps/
H A Dreq.c1243 int i, spec_char, plus_char; local
1274 plus_char = (*type == '+');
1276 plus_char = (*type == os_toascii['+']);
1278 if (plus_char) {

Completed in 95 milliseconds