Home
last modified time | relevance | path

Searched refs:count_ascii (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/mdocml/mandoc-1.14.5/regress/
H A Dregress.pl243 my $count_ascii = 0;
256 $count_ascii++;
286 print " $count_ascii + $count_man tests run.\n";
418 print " $count_ascii ascii" if $count_ascii;
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopenssl_enc_fmt_plug.c289 static int count_ascii(unsigned char *data, int len) { in count_ascii() function
311 int nascii = count_ascii(out, len); in kpa()
323 int nascii = count_ascii(out, len); in kpa()
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myencoding/
H A Dencoding.h55 size_t count_ascii; member
H A Ddetect.c87 res.count_ascii++; in myencoding_detect_utf_8()
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/include/myencoding/
H A Dencoding.h55 size_t count_ascii; member
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c2910 int count_ascii = 0; in r_str_utf16_decode() local
2917 ++count_ascii; in r_str_utf16_decode()
2922 lenresult = 1 + count_ascii + count_unicode * 6; // len("\\uXXXX") = 6 in r_str_utf16_decode()
2923 if (!(result = calloc (1 + count_ascii + count_unicode * 6, 1))) { in r_str_utf16_decode()