Lines Matching defs:header
238 u_char header[32];
261 /* Header is
267 0 32 Header
271 memcpy(header,"BSDIFF40",8);
272 offtout(0, header + 8);
273 offtout(0, header + 16);
274 offtout(newsize, header + 24);
275 if (fwrite(header, 32, 1, pf) != 1)
370 offtout(len-32, header + 8);
385 offtout(newsize - len, header + 16);
397 /* Seek to the beginning, write the header, and close the file */
400 if (fwrite(header, 32, 1, pf) != 1)