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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c1247 int i, mval, spec_char, plus_char; local
1273 plus_char = (*type == '+');
1275 plus_char = (*type == os_toascii['+']);
1277 if (plus_char) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_utl.c1314 int i, mval, spec_char, plus_char; local
1341 plus_char = (*type == '+');
1343 plus_char = (*type == os_toascii['+']);
1345 if (plus_char) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/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) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c1297 int i, spec_char, plus_char; local
1328 plus_char = (*type == '+');
1330 plus_char = (*type == os_toascii['+']);
1332 if (plus_char) {

Completed in 196 milliseconds