Searched refs:offtout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c181 static void offtout(off_t x,u_char *buf) function
266 offtout(0, header + 8);
267 offtout(0, header + 16);
268 offtout(newsize, header + 24);
337 offtout(lenf,buf);
342 offtout((scan-lenb)-(lastscan+lenf),buf);
347 offtout((pos-lenb)-(lastpos+lenf),buf);
364 offtout(len-32, header + 8);
379 offtout(newsize - len, header + 16);

Completed in 63 milliseconds