Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dquote.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 …]
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c71 #define PRINTABLE(c) \ macro
384 if (PRINTABLE(c)) { in find_strings()
432 if (!PRINTABLE(c)) in find_strings()
/freebsd/sys/dev/syscons/
H A Dsctermvar.h316 if (PRINTABLE(*ptr)) { in sc_term_gen_print()
326 } while ((i > 0) && PRINTABLE(*ptr)); in sc_term_gen_print()
H A Dsyscons.h95 #ifndef PRINTABLE
96 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro
/freebsd/crypto/openssl/doc/man3/
H A DASN1_generate_nconf.pod106 B<VISIBLE>, B<PRINTABLESTRING>, B<PRINTABLE>, B<T61>,