Home
last modified time | relevance | path

Searched refs:IS_PRINTABLE (Results 1 – 25 of 93) sorted by relevance

1234

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/asn1/
H A Dasn1_str.cpp22 static const uint8_t IS_PRINTABLE[256] = { in choose_encoding() local
48 if(!IS_PRINTABLE[static_cast<uint8_t>(str[i])]) in choose_encoding()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/asn1/
H A Dasn1_str.cpp22 static const uint8_t IS_PRINTABLE[256] = { in choose_encoding() local
48 if(!IS_PRINTABLE[static_cast<uint8_t>(str[i])]) in choose_encoding()
/dports/security/botan110/Botan-1.10.17/src/asn1/
H A Dasn1_str.cpp24 static const byte IS_PRINTABLE[256] = { in choose_encoding() local
50 if(!IS_PRINTABLE[static_cast<byte>(str[i])]) in choose_encoding()
/dports/security/botan2/Botan-2.18.2/src/lib/asn1/
H A Dasn1_str.cpp22 static const uint8_t IS_PRINTABLE[256] = { in choose_encoding() local
48 if(!IS_PRINTABLE[static_cast<uint8_t>(str[i])]) in choose_encoding()
/dports/devel/radare2/radare2-5.1.1/libr/bin/
H A Dfilter.c11 if (!IS_PRINTABLE (*s)) { in __hashify()
267 if (ch < 0 || !IS_PRINTABLE (ch) || IS_LOWER (ch)) { in bin_strfilter()
289 if (ch < 1 || !IS_PRINTABLE (ch)) { in bin_strfilter()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str_util.h10 #define IS_PRINTABLE(x) ((x) >=' ' && (x) <= '~') macro
/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Drafind2.c77 if (!IS_PRINTABLE (ch)) { in hit()
99 if (!ch || !IS_PRINTABLE (ch)) { in hit()
113 if (!ch || !IS_PRINTABLE (ch)) { in hit()
H A Dradiff2.c541 r_cons_printf ("%c", IS_PRINTABLE (a[i + j])? a[i + j]: '.'); in dump_cols()
569 r_cons_printf ("%c", IS_PRINTABLE (b[i + j])? b[i + j]: '.'); in dump_cols()
634 } else if (IS_PRINTABLE (ch)) { in dump_cols_hexii()
663 } else if (IS_PRINTABLE (ch)) { in dump_cols_hexii()
/dports/audio/cpige/cpige-1.5/
H A Dcpige.h91 #define IS_PRINTABLE(c) (((c >= 'a') && (c <= 'z')) || ((c >= 'A') && (c <= 'Z')) || ((c >= '0') &&… macro
/dports/devel/radare2/radare2-5.1.1/libr/search/
H A Dstrings.c73 if (IS_PRINTABLE(ch) || IS_WHITESPACE(ch) || is_encoded (0, ch)) { in r_search_strings_update()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcarg.c102 if (IS_PRINTABLE (b)) { in print_format_values()
122 if (IS_PRINTABLE (ch)) { in print_format_values()
H A Dcmd_cmp.c269 f[i], (IS_PRINTABLE (f[i]))? f[i]: ' ', in radare_compare()
270 d[i], (IS_PRINTABLE (d[i]))? d[i]: ' '); in radare_compare()
H A Dcmd_print.c1919 sprintf (echars, "%c", IS_PRINTABLE (ch)? ch: '.'); in annotated_hexdump()
2187 if (IS_PRINTABLE (bufz[j])) { in printzoomcallback()
3650 if ((IS_PRINTABLE (p[j]))) { in cmd_print_bars()
3663 if ((IS_PRINTABLE (p[j]))) { in cmd_print_bars()
3837 if ((IS_PRINTABLE (p[j]))) { in cmd_print_bars()
3850 if ((IS_PRINTABLE (p[j]))) { in cmd_print_bars()
4391 return IS_PRINTABLE (input)? input: '.'; in cmd_pxb_p()
5659 if (!IS_PRINTABLE (*b)) { in cmd_print()
5665 if (!IS_PRINTABLE (*b)) { in cmd_print()
5711 if (IS_PRINTABLE (ch)) { in cmd_print()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dformat.c330 p->cb_printf ("'%c'", IS_PRINTABLE (buf[i])?buf[i]:'.'); in r_print_format_char()
337 p->cb_printf ("'%c'", IS_PRINTABLE (buf[i])?buf[i]:'.'); in r_print_format_char()
356 p->cb_printf ("\"%c\"", IS_PRINTABLE (buf[i])?buf[i]:'.'); in r_print_format_char()
361 p->cb_printf ("\"%c\"", IS_PRINTABLE (buf[i])?buf[i]:'.'); in r_print_format_char()
926 if (IS_PRINTABLE (buf[j])) { in r_print_format_10bytes()
977 if (IS_PRINTABLE (buf[j])) { in r_print_format_hexpairs()
1279 } else if (IS_PRINTABLE (ch)) { in r_print_format_nulltermstring()
1341 if (IS_PRINTABLE (buf[j])) { in r_print_format_nulltermwidestring()
1351 if (IS_PRINTABLE (buf[j])) { in r_print_format_nulltermwidestring()
H A Dprotobuf.c45 if (!IS_PRINTABLE (*start)) { in is_string()
H A Dstr.c1297 if (!IS_PRINTABLE (*p)) { in r_str_byte_escape()
1494 if (show_asciidot && !IS_PRINTABLE(ch)) { in r_str_escape_utf()
1645 if (IS_PRINTABLE (*p)) { in r_str_escape_utf8_for_json_strip()
1748 if (!IS_PRINTABLE (*p)) { in r_str_escape_utf8_for_json()
1972 if (!IS_PRINTABLE (*str)) { in r_str_is_printable()
1987 if (!IS_PRINTABLE (*str)) { in r_str_is_printable_limited()
2003 if (!IS_PRINTABLE (*str)) { in r_str_is_printable_incl_newlines()
2276 if (!IS_PRINTABLE (str[i])) { in r_str_filter_zeroline()
2289 if (!IS_PRINTABLE (str[i])) { in r_str_filter()
2927 if (!s[i+1] && IS_PRINTABLE(s[i])) { in r_str_utf16_decode()
H A Dprint.c576 if (IS_PRINTABLE (ch)) { in r_print_hexpair()
622 default: return IS_PRINTABLE (ch)? P (btext): Color_MAGENTA: P (other): Color_WHITE; in r_print_byte_color()
631 if (!IS_PRINTABLE (ch) && fmt[0] == '%' && fmt[1] == 'c') { in r_print_byte()
683 } else if ((b == '\n' && !esc_nl) || IS_PRINTABLE (b)) { in r_print_string()
766 } else if (IS_PRINTABLE (ch)) { in r_print_hexii()
1387 char ch = IS_PRINTABLE (a)? a: '.'; in getchardiff()
1499 p->cb_printf ("%c", IS_PRINTABLE (ch)? ch: ' '); in r_print_raw()
1502 p->cb_printf ("%c", IS_PRINTABLE (ch)? ch: ' '); in r_print_raw()
H A Djson_indent.c322 if (*s == '\n' || *s == '\r' || *s == '\t' || *s == ' ' || !IS_PRINTABLE(*s)) { in r_print_json_indent()
H A Dmem.c300 if (a[i] != '\n' && a[i] != '\t' && !IS_PRINTABLE (a[i])) { in r_mem_is_printable()
/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DNSString+Extensions.m54 #define IS_PRINTABLE(c) (isascii(c) && isprint(c)) macro
612 if (IS_PRINTABLE(ch))
622 while (j < len && !IS_PRINTABLE([self characterAtIndex: j]))
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/
H A Dbfvm.c287 (ut32)c->ptr, ch, ch, IS_PRINTABLE (ch)? ch:' '); in bfvm_show_regs()
/dports/devel/radare2/radare2-5.1.1/libr/hash/
H A Dhash.c125 if (IS_PRINTABLE (*buffer)) { in r_hash_pcprint()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Ddata.c27 if (!IS_PRINTABLE (buf[i])) { in is_string()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXKeyboard.c503 if (IS_PRINTABLE(macKC.v.keychar)) { in TkpGetString()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXKeyboard.c505 if (IS_PRINTABLE(macKC.v.keychar)) { in TkpGetString()

1234