Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/hx509/
HDquote.py37 PRINTABLE = 2 variable
53 chars[i] |= PRINTABLE
55 chars[i] |= PRINTABLE
57 chars[i] |= PRINTABLE
59 chars[ord(' ')] |= PRINTABLE
60 chars[ord('+')] |= PRINTABLE
61 chars[ord(',')] |= PRINTABLE
62 chars[ord('-')] |= PRINTABLE
63 chars[ord('.')] |= PRINTABLE
64 chars[ord('/')] |= PRINTABLE
[all …]
/trueos/sys/pc98/cbus/
HDsc_machdep.h49 #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ macro
HDsctermvar.h318 if (PRINTABLE(*ptr)) { in sc_term_gen_print()
328 } while ((i > 0) && PRINTABLE(*ptr)); in sc_term_gen_print()
HDscterm-sck.c934 } else if (PRINTABLE(*ptr)) { /* Print only printables */ in scterm_puts()
963 } while (i > 0 && PRINTABLE(c) && in scterm_puts()
1026 } while (i > 0 && PRINTABLE(*ptr)); in scterm_puts()
/trueos/sys/dev/syscons/
HDsyscons.h110 #ifndef PRINTABLE
111 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro
/trueos/crypto/openssl/doc/crypto/
HDASN1_generate_nconf.pod105 B<VISIBLE>, B<PRINTABLESTRING>, B<PRINTABLE>, B<T61>,