Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toAscii (0.07 sec)

  1. src/archive/tar/writer.go

    			return err // Global headers return here
    		}
    	}
    
    	// Pack the main header.
    	var f formatter // Ignore errors since they are expected
    	fmtStr := func(b []byte, s string) { f.formatString(b, toASCII(s)) }
    	blk := tw.templateV7Plus(hdr, fmtStr, f.formatOctal)
    	blk.setFormat(FormatPAX)
    	if err := tw.writeRawHeader(blk, hdr.Size, hdr.Typeflag); err != nil {
    		return err
    	}
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 14:22:59 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top