Searched refs:u_ospcl (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c112 union u_ospcl { union
1194 union u_ospcl u_ospcl; local
1215 readtape((char *)(&u_ospcl.s_ospcl));
1216 if (checksum((int *)(&u_ospcl.s_ospcl)) == FAIL)
1218 if (u_ospcl.s_ospcl.c_magic != OFS_MAGIC) {
1219 if (bswap32(u_ospcl.s_ospcl.c_magic) != OFS_MAGIC)
1225 swap_old_header(&u_ospcl.s_ospcl);
1229 buf->c_type = u_ospcl.s_ospcl.c_type;
1230 buf->c_date = u_ospcl
[all...]

Completed in 98 milliseconds