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

/openbsd-current/sbin/restore/
H A Dtape.c90 struct s_ospcl { struct in union:u_ospcl
113 } s_ospcl; member in union:u_ospcl
124 static void swap_old_header(struct s_ospcl *);
1020 readtape((char *)(&u_ospcl.s_ospcl));
1021 if (checksum((int *)(&u_ospcl.s_ospcl)) == FAIL)
1023 if (u_ospcl.s_ospcl.c_magic != OFS_MAGIC) {
1024 if (swap32(u_ospcl.s_ospcl.c_magic) != OFS_MAGIC)
1030 swap_old_header(&u_ospcl.s_ospcl);
1034 buf->c_type = u_ospcl.s_ospcl.c_type;
1035 buf->c_date = u_ospcl.s_ospcl
[all...]

Completed in 172 milliseconds