Home
last modified time | relevance | path

Searched defs:UCHAR (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datom-types.h34 typedef uint8_t UCHAR; typedef
H A Datombios.h51 typedef unsigned char UCHAR; typedef
/netbsd-src/external/bsd/ekermit/dist/
H A Dcdefs.h24 typedef unsigned char UCHAR; typedef
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Datom-types.h34 typedef uint8_t UCHAR; typedef
H A Datombios.h52 typedef unsigned char UCHAR; typedef
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dunescape.c77 #define UCHAR(cp) ((unsigned char *) (cp)) in unescape() macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/md2/
H A Dmd2_dgst.c21 #define UCHAR unsigned char macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/md2/
H A Dmd2_dgst.c27 #define UCHAR unsigned char macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfnmatch.c126 #define UCHAR unsigned char macro
148 #define UCHAR wint_t macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfnmatch.c150 # define UCHAR unsigned char macro
180 # define UCHAR wint_t macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c181 # define UCHAR unsigned char macro
211 # define UCHAR wint_t macro
/netbsd-src/usr.bin/audio/ctl/
H A Dctl.c80 #define UCHAR 6 macro
/netbsd-src/bin/ed/
H A Dcbc.c122 #define UCHAR(x,i) (x[i]) macro
/netbsd-src/external/bsd/libbind/dist/dst/
H A Dmd5_locl.h66 #define UCHAR unsigned char macro
/netbsd-src/bin/ps/
H A Dps.h45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, enumerator
/netbsd-src/usr.bin/xlint/common/
H A Dlint.h69 UCHAR, /* unsigned char */ enumerator
/netbsd-src/usr.bin/bdes/
H A Dbdes.c135 #define UCHAR(x,i) (x[i]) macro
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h67 #define UCHAR 3 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc2153 #define UCHAR(N) build_int_cstu (unsigned_char_type_node, (N)) macro
H A Drange-op.cc4158 #define UCHAR(N) build_int_cstu (unsigned_char_type_node, (N)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc2836 #define UCHAR(N) build_int_cstu (unsigned_char_type_node, (N)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d28 alias ubyte UCHAR; variable