Lines Matching defs:hdr
188 char hdr[HDR_SIZE + 1];
194 memcpy(hdr, buf, HDR_SIZE);
197 ccmapstr(state.map.e2n, hdr, HDR_SIZE);
198 if (!strneq(hdr, key, sizeof(key) - 1))
200 ccmapstr(state.map.e2n, hdr, HDR_SIZE);
207 ccmapstr(state.map.a2n, hdr, HDR_SIZE);
208 if (!strneq(hdr, key, sizeof(key) - 1))
220 getlabstr(hdr, 5, 6, state.volume);
221 getlabstr(hdr, 25, 6, slt->format);
222 getlabstr(hdr, 31, 7, slt->implementation);
223 getlabstr(hdr, 38, 14, slt->owner);