Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/
H A Dconfig_zkt.h119 typedef unsigned char uchar; typedef
/minix3/external/bsd/bzip2/dist/
H A Dunzcrash.c39 typedef unsigned char uchar; typedef
/minix3/external/bsd/top/dist/machine/
H A Dm_sco5.c88 typedef unsigned char uchar; typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp104 typedef unsigned char uchar; in htonl() typedef
113 typedef unsigned char uchar; in maybe_htonl() typedef
/minix3/external/mit/lua/dist/src/
H A Dlstrlib.c41 #define uchar(c) ((unsigned char)(c)) macro