Searched refs:spec_char (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_lexer.l | 48 spec_char [\[\]\.\@\=\/\*\-\_\$\%\+\-\!\|\&\^\:\~\`\#\{\}\'\<\>\?\,] 49 symbol ({digit}|{alpha}|{spec_char})+
|
/third_party/openssl/crypto/x509v3/ |
D | v3_utl.c | 1242 int i, mval, spec_char, plus_char; in X509V3_NAME_from_section() local 1255 spec_char = ((*p == ':') || (*p == ',') || (*p == '.')); in X509V3_NAME_from_section() 1257 spec_char = ((*p == os_toascii[':']) || (*p == os_toascii[',']) in X509V3_NAME_from_section() 1260 if (spec_char) { in X509V3_NAME_from_section()
|
/third_party/openssl/apps/ |
D | req.c | 1243 int i, spec_char, plus_char; in auto_info() local 1261 spec_char = ((*p == ':') || (*p == ',') || (*p == '.')); in auto_info() 1263 spec_char = ((*p == os_toascii[':']) || (*p == os_toascii[',']) in auto_info() 1266 if (spec_char) { in auto_info()
|