Home | History | Annotate | Download | only in dist

Lines Matching full:bdst

956 	bdst := bytes.NewBufferString(readfile(src))
965 fmt.Fprintf(bdst, "%-16.16s%-12d%-6d%-6d%-8o%-10d`\n", file[i:], 0, 0, 0, 0644, len(b))
966 bdst.WriteString(b)
968 bdst.WriteByte(0)
971 writefile(bdst.String(), dst, 0)