Home
last modified time | relevance | path

Searched refs:suf (Results 1 – 2 of 2) sorted by relevance

/openssl/util/perl/OpenSSL/
H A Dparamnames.pm684 my $suf = $trieref->{'suffix'};
686 printf "%sif ($strcmp(\"$suf\", s + $n) == 0", $indent0;
688 $suf =~ tr/_/-/;
689 print " || $strcmp(\"$suf\", s + $n) == 0"
690 if ($suf ne $trieref->{'suffix'});
/openssl/test/testutil/
H A Dformat_output.c197 const char *suf = bn != NULL ? ": 0" : ""; in test_bignum_zero_print() local
199 test_printf_stderr("%c%*s%s\n", sep, bn_chars, v, suf); in test_bignum_zero_print()

Completed in 9 milliseconds