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

/freebsd-11.0-release/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-11.0-release/sys/pc98/cbus/
H A Dsc_machdep.h49 #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ macro
H A Dsctermvar.h318 if (PRINTABLE(*ptr)) {
328 } while ((i > 0) && PRINTABLE(*ptr));
H A Dscterm-sck.c934 } else if (PRINTABLE(*ptr)) { /* Print only printables */
963 } while (i > 0 && PRINTABLE(c) &&
1026 } while (i > 0 && PRINTABLE(*ptr));
/freebsd-11.0-release/contrib/elftoolchain/strings/
H A Dstrings.c72 #define PRINTABLE(c) \ macro
370 if (PRINTABLE(c)) {
420 if (!PRINTABLE(c) || c == EOF)
/freebsd-11.0-release/sys/dev/syscons/
H A Dsyscons.h110 #ifndef PRINTABLE
111 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro

Completed in 50 milliseconds