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()
429 unsigned char uc; in ssl_servername_cb() local432 while ((uc = *cp++) != 0) in ssl_servername_cb()434 (((uc) & ~127) == 0) && isprint(uc) ? "%c" : "\\x%02x", uc); in ssl_servername_cb()
477 …$(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_).".EX…480 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEASSIGN ".uc($_) } @shlibs) || "!" -}
1564 my $name = uc basename($args{src}, ".$section");
2064 uint8_t uc = c; in equal() local2065 uint8_t x = ub ^ uc; /* 0: yes; 1..255: no */ in equal()
Completed in 39 milliseconds