Searched refs:M_ASCII (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c118 #define M_ASCII 0x00ff macro
127 #define M_ASCII 0x7f macro
134 #define CHAR(c) ((Char)((c)&M_ASCII))
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c124 #define M_ASCII 0x00ff macro
126 #define LCHAR(c) ((c)&M_ASCII)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c106 #define M_ASCII 0x00ff macro
115 #define M_ASCII 0x7f macro
122 #define CHAR(c) ((Char)((c)&M_ASCII))

Completed in 97 milliseconds