- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for headerGNU (0.2 sec)
-
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] }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 13 18:36:46 UTC 2023 - 11.3K bytes - Viewed (0)