Searched defs:ArHdr (Results 1 – 2 of 2) sorted by relevance
55 type ArHdr struct { struct56 name string57 date string58 uid string59 gid string60 mode string61 size string62 fmag string196 func readArmap(filename string, f *bio.Reader, arhdr ArHdr) archiveMap {
1036 func nextar(bp *bio.Reader, off int64, a *ArHdr) int64 {