Lines Matching refs:get_byte
96 get_byte(struct sd *s) in get_byte() function
118 unsigned long x = (unsigned long)get_byte(s); in getLong()
121 x += ((unsigned long)get_byte(s))<<8; in getLong()
122 x += ((unsigned long)get_byte(s))<<16; in getLong()
123 c = get_byte(s); in getLong()
140 c = get_byte(s); in check_header()
157 method = get_byte(s); in check_header()
158 flags = get_byte(s); in check_header()
166 (void)get_byte(s); in check_header()
169 len = (unsigned int)get_byte(s); in check_header()
170 len += ((unsigned int)get_byte(s))<<8; in check_header()
172 while (len-- != 0 && get_byte(s) != EOF) in check_header()
176 while ((c = get_byte(s)) != 0 && c != EOF) in check_header()
180 while ((c = get_byte(s)) != 0 && c != EOF) in check_header()
185 (void)get_byte(s); in check_header()