Searched refs:uc (Results 1 – 6 of 6) sorted by relevance
21 my $scheme = $disabled{dso} ? undef : uc $target{dso_scheme};
453 unsigned char uc = 22; in test_single_eval() local477 && TEST_uchar_eq(22, uc++) in test_single_eval()478 && TEST_uchar_eq(uc /= 2, 11) in test_single_eval()
422 unsigned char uc; in ssl_servername_cb() local425 while ((uc = *cp++) != 0) in ssl_servername_cb()427 (((uc) & ~127) == 0) && isprint(uc) ? "%c" : "\\x%02x", uc); in ssl_servername_cb()
441 …$(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_)."\$(…444 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEASSIGN ".uc($_) } @shlibs) || "!" -}
1521 my $name = uc basename($args{src}, ".$section");
2069 uint8_t uc = c; in equal() local2070 uint8_t x = ub ^ uc; /* 0: yes; 1..255: no */ in equal()
Completed in 22 milliseconds