get_byte 122 lib/libsa/cread.c unsigned long x = (unsigned long)get_byte(s); get_byte 125 lib/libsa/cread.c x += ((unsigned long)get_byte(s))<<8; get_byte 126 lib/libsa/cread.c x += ((unsigned long)get_byte(s))<<16; get_byte 127 lib/libsa/cread.c c = get_byte(s); get_byte 144 lib/libsa/cread.c c = get_byte(s); get_byte 161 lib/libsa/cread.c method = get_byte(s); get_byte 162 lib/libsa/cread.c flags = get_byte(s); get_byte 170 lib/libsa/cread.c (void)get_byte(s); get_byte 173 lib/libsa/cread.c len = (unsigned int)get_byte(s); get_byte 174 lib/libsa/cread.c len += ((unsigned int)get_byte(s))<<8; get_byte 176 lib/libsa/cread.c while (len-- != 0 && get_byte(s) != EOF) get_byte 180 lib/libsa/cread.c while ((c = get_byte(s)) != 0 && c != EOF) get_byte 184 lib/libsa/cread.c while ((c = get_byte(s)) != 0 && c != EOF) get_byte 189 lib/libsa/cread.c (void)get_byte(s);