/third_party/curl/tests/ |
H A D | test1165.pl | 47 if(/(CURL_DISABLE_[A-Z_]+)/g) { 70 if(/(CURL_DISABLE_[A-Z_]+)/g) { 88 while(s/(CURL_DISABLE_[A-Z_]+)//) { 118 if(/^## `(CURL_DISABLE_[A-Z_]+)/g) {
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | ck_errf.pl | 92 next unless m|^L ([0-9A-Z_]+)\s|; 102 if ( !/;$/ && /^\**([a-zA-Z_].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/ ) {
|
H A D | su-filter.pl | 54 } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([a-zA-Z_\$][\$0-9a-zA-Z_]+ )?\{/) {
|
H A D | check-format.pl | 784 $intra_line =~ s/[A-Z_]+/int/g if $trailing_backslash; 803 report("space after '$1'") if $intra_line =~ m/(\+\+|--)\s+[a-zA-Z_(]/; # prefix ++/-- with following space 821 report("missing space after binary '$1'") if $intra_line=~m/[^{(\[]([*])[^\sa-zA-Z_(),*]/;# '*' w/o space or \w(),* after 823 report("missing space after binary '$1'") if $intra_line=~m/([&])[^\sa-zA-Z_(]/; # '&' w/o following space or \w( 839 s/(\w*ASN1_[A-Z_]+END\w*([^(]|\(.*?\)|$))/$1;/g; # treat *ASN1_*END*(..) macro calls as if followed by ';'
|
/third_party/openssl/util/ |
H A D | ck_errf.pl | 92 next unless m|^L ([0-9A-Z_]+)\s|; 102 if ( !/;$/ && /^\**([a-zA-Z_].*[\s*])?([A-Za-z_0-9]+)\(.*([),]|$)/ ) {
|
H A D | su-filter.pl | 54 } elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([a-zA-Z_\$][\$0-9a-zA-Z_]+ )?\{/) {
|
H A D | check-format.pl | 784 $intra_line =~ s/[A-Z_]+/int/g if $trailing_backslash; 803 report("space after '$1'") if $intra_line =~ m/(\+\+|--)\s+[a-zA-Z_(]/; # prefix ++/-- with following space 821 report("missing space after binary '$1'") if $intra_line=~m/[^{(\[]([*])[^\sa-zA-Z_(),*]/;# '*' w/o space or \w(),* after 823 report("missing space after binary '$1'") if $intra_line=~m/([&])[^\sa-zA-Z_(]/; # '&' w/o following space or \w( 839 s/(\w*ASN1_[A-Z_]+END\w*([^(]|\(.*?\)|$))/$1;/g; # treat *ASN1_*END*(..) macro calls as if followed by ';'
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_vec4.hpp | 137 template <comp X_, comp Y_, comp Z_, comp W_> 139 template <comp X_, comp Y_, comp Z_, comp W_> 141 template <comp X_, comp Y_, comp Z_>
|
/third_party/node/tools/ |
H A D | mk-ca-bundle.pl | 250 if (/^CKA_TRUST_([A-Z_]+)\s+CK_TRUST\s+CKT_NSS_([A-Z_]+)\s*$/) {
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_format.c | 136 #define Z_(a,b) [PIPE_FORMAT_##a] = { \ macro 145 Z_(Z16_UNORM , Z16 ), 146 Z_(X8Z24_UNORM , Z24S8 ), 147 Z_(S8_UINT_Z24_UNORM , Z24S8 ),
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 615 if (/^CKA_TRUST_([A-Z_]+)\s+CK_TRUST\s+CKT_NSS_([A-Z_]+)\s*$/) {
|
H A D | checksrc.pl | 822 if(($l =~ /(^.*(char|int|long|void|CURL|CURLM|CURLMsg|[cC]url_[A-Za-z_]+|struct [a-zA-Z_]+) *(\*+)) (\w+)/) && ($4 !~ /^(const|volatile)$/)) {
|
/third_party/musl/tools/ |
H A D | add-cfi.i386.awk | 149 else if (match($0, /call [0-9a-zA-Z_]+/))
|
H A D | add-cfi.x86_64.awk | 135 else if (match($0, /call [0-9a-zA-Z_]+/))
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 508 const BIGNUM *Z_; in ossl_ec_GFp_simple_point_get_affine_coordinates() local 535 Z_ = Z; in ossl_ec_GFp_simple_point_get_affine_coordinates() 537 Z_ = point->Z; in ossl_ec_GFp_simple_point_get_affine_coordinates() 540 if (BN_is_one(Z_)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 508 const BIGNUM *Z_; in ossl_ec_GFp_simple_point_get_affine_coordinates() local 535 Z_ = Z; in ossl_ec_GFp_simple_point_get_affine_coordinates() 537 Z_ = point->Z; in ossl_ec_GFp_simple_point_get_affine_coordinates() 540 if (BN_is_one(Z_)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates()
|
/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 73 # define Z(what) Z_##what
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 569 MODULE_[A-Z_]+| 759 ["IIO_DEV_ATTR_[A-Z_]+", 1], 1019 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(| 3727 $line =~ /^\+\s*(?:[A-Z]+_)?SYM_[A-Z]+_(?:START|END)(?:_[A-Z_]+)?\s*\(\s*\.L/) { 3909 $line =~ /^\+\s*(?:static\s+)?[A-Z_]*ATTR/ || 4452 if ($stat =~ /^(?:.\s*}\s*\n)?.([A-Z_]+)\s*\(\s*($Ident)/ && 5459 $line =~ /^\+(.*)\b($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*($LvalOrFunc)/) { 5468 $to !~ /^(?:Constant|[A-Z_][A-Z0-9_]*)$/ && 6158 if ($line =~ /$String[A-Z_]/ || 7015 !($r1 =~ /^$Constant$/ || $r1 =~ /^[A-Z_][ [all...] |
/third_party/mksh/ |
H A D | check.pl | 320 if ($opt_e =~ /^([a-zA-Z_]\w*)(|=(.*))$/) {
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 206 const keyStrRegExp = /^[a-zA-Z_][a-zA-Z_0-9]*$/;
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | s390x.pm | 135 $token=lc(".$1") if (/^.*::([A-Z_]+)$/);# uppercase: directive
|
/third_party/openssl/crypto/perlasm/ |
H A D | s390x.pm | 135 $token=lc(".$1") if (/^.*::([A-Z_]+)$/);# uppercase: directive
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 1986 match_literal = Match(r'^((?:\'?[0-9a-zA-Z_])*)(.*)$', "'" + tail) 3583 not Match(r'[A-Z_]+$', function_name)): 3905 match = Search(r'>>[a-zA-Z_]', line) 4446 macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$', line_prefix) 5615 elif Match(r'\s*[a-zA-Z_]([\w<>]|::)+\s*&\s*\S', line):
|
/third_party/icu/icu4c/source/ |
H A D | configure | 2446 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 8085 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 9221 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 2434 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 8026 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 9161 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|