Lines Matching refs:get_byte
80 static int get_byte(struct sd *);
149 get_byte(struct sd *s) in get_byte() function
178 x = (unsigned long)get_byte(s); in getLong()
179 x += ((unsigned long)get_byte(s)) << 8; in getLong()
180 x += ((unsigned long)get_byte(s)) << 16; in getLong()
181 c = get_byte(s); in getLong()
198 c = get_byte(s); in check_header()
220 method = get_byte(s); in check_header()
221 flags = get_byte(s); in check_header()
229 (void)get_byte(s); in check_header()
233 len = (unsigned int)get_byte(s); in check_header()
234 len += ((unsigned int)get_byte(s)) << 8; in check_header()
236 while (len-- != 0 && get_byte(s) != EOF) in check_header()
241 while ((c = get_byte(s)) != 0 && c != EOF) in check_header()
246 while ((c = get_byte(s)) != 0 && c != EOF) in check_header()
251 (void)get_byte(s); in check_header()