- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for headerGNU (0.03 seconds)
-
src/archive/tar/format.go
func (h *headerV7) linkName() []byte { return h[157:][:100] } type headerGNU [blockSize]byte func (h *headerGNU) v7() *headerV7 { return (*headerV7)(h) } func (h *headerGNU) magic() []byte { return h[257:][:6] } func (h *headerGNU) version() []byte { return h[263:][:2] } func (h *headerGNU) userName() []byte { return h[265:][:32] } func (h *headerGNU) groupName() []byte { return h[297:][:32] }
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 13 18:36:46 GMT 2023 - 11.3K bytes - Click Count (0)