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

/freebsd-11-stable/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-stable/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.c929 } else if (PRINTABLE(*ptr)) { /* Print only printables */
958 } while (i > 0 && PRINTABLE(c) &&
1021 } while (i > 0 && PRINTABLE(*ptr));
/freebsd-11-stable/contrib/elftoolchain/strings/
H A Dstrings.c66 #define PRINTABLE(c) \ macro
363 if (PRINTABLE(c)) {
411 if (!PRINTABLE(c))
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h111 #ifndef PRINTABLE
112 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro

Completed in 96 milliseconds