Searched defs:UCHARAT (Results 1 – 3 of 3) sorted by relevance
33 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro35 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
148 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro150 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro
143 #define UCHARAT(p) ((int)*(unsigned char *)(p)) macro145 #define UCHARAT(p) ((int)*(p)&CHARBITS) macro