Home
last modified time | relevance | path

Searched defs:ASCII (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/freebsd/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c59 NONE, AMBIGIOUS, ASCII, GB2312 enumerator
/freebsd/usr.sbin/spi/
H A Dspi.c60 int ASCII; /* zero for binary input and output. member
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c65 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 enumerator
/freebsd/contrib/tcsh/
H A Dsh.h724 #define ASCII 0177 macro