Searched refs:uchar_t (Results 1 – 5 of 5) sorted by relevance
93 typedef unsigned char uchar_t; typedef100 int mapokay(uchar_t * expbuf);121 uchar_t *buf, *ptr; in main()126 uchar_t data; in main()220 ptr = (uchar_t *) mapaddr; in main()376 uchar_t *paddr; in child_mapper()398 paddr = (uchar_t *) (mapaddr + (randpage * pagesize)); in child_mapper()423 paddr = (uchar_t *) mapaddr + (randpage * pagesize); in child_mapper()437 int mapokay(uchar_t * expbuf) in mapokay()439 uchar_t *ptr; in mapokay()[all …]
126 typedef unsigned char uchar_t; //Ananda 12/17/02 typedef129 void child_writer(char *file, uchar_t * buf);130 int fileokay(char *file, uchar_t * expbuf);173 uchar_t *buf = NULL;180 uchar_t data;690 void child_writer(char *file, uchar_t * buf)713 uchar_t *p;787 int fileokay(char *file, uchar_t * expbuf)795 uchar_t *readbuf;
112 typedef unsigned char uchar_t; typedef118 int fileokay(char *file, uchar_t * expbuf);146 uchar_t *buf = NULL;153 uchar_t data;597 int fileokay(char *file, uchar_t * expbuf)607 uchar_t readbuf[pagesize];
423 static uchar_t799 (void) fprintf(stderr, "%02x ", (uchar_t)data[i]); in usb_dump_data()
94 #define vki_uchar_t uchar_t