Home
last modified time | relevance | path

Searched refs:HOST_CHARSET_EBCDIC (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h45 #define HOST_CHARSET_EBCDIC 2 macro
53 # define HOST_CHARSET HOST_CHARSET_EBCDIC
H A DChangeLog94 HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
H A DChangeLog-9103146 HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
/openbsd/gnu/gcc/include/
H A Dsafe-ctype.h45 #define HOST_CHARSET_EBCDIC 2 macro
53 # define HOST_CHARSET HOST_CHARSET_EBCDIC
H A DChangeLog-9103147 HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h45 #define HOST_CHARSET_EBCDIC 2 macro
53 # define HOST_CHARSET HOST_CHARSET_EBCDIC
H A DChangeLog-9103147 HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
/openbsd/gnu/lib/libiberty/include/
H A Dsafe-ctype.h45 #define HOST_CHARSET_EBCDIC 2 macro
53 # define HOST_CHARSET HOST_CHARSET_EBCDIC
/openbsd/gnu/lib/libiberty/src/
H A Dsafe-ctype.c250 # if HOST_CHARSET == HOST_CHARSET_EBCDIC
H A Dfunctions.texi22 @item HOST_CHARSET_EBCDIC
H A DChangeLog1606 * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC,
/openbsd/gnu/gcc/libcpp/
H A Dcharset.c84 #elif HOST_CHARSET == HOST_CHARSET_EBCDIC
1215 #elif HOST_CHARSET == HOST_CHARSET_EBCDIC in convert_escape()