buf_write_stmp
int buf_write_stmp(BUF *, char *, struct timeval *);
fd1 = buf_write_stmp(b, p1, NULL);
fd2 = buf_write_stmp(b1, p2, tv2);
fds[2] = buf_write_stmp(b1, path1, NULL);
fds[0] = buf_write_stmp(d1, dp13, NULL);
fds[1] = buf_write_stmp(d2, dp23, NULL);
fd1 = buf_write_stmp(b1, p1, NULL);
void buf_write_stmp(BUF *, char *);
buf_write_stmp(b1, path1);
buf_write_stmp(b2, path2);
buf_write_stmp(bp, tempfile);
buf_write_stmp(b1, path1);
buf_write_stmp(b2, path2);
buf_write_stmp(b3, path3);
buf_write_stmp(d1, dp13);
buf_write_stmp(d2, dp23);
buf_write_stmp(b1, path1);
buf_write_stmp(b2, path2);
buf_write_stmp(b3, path3);
buf_write_stmp(d1, dp13);
buf_write_stmp(d2, dp23);
buf_write_stmp(nextbuf, path_tmp1);
buf_write_stmp(prevbuf, path_tmp2);
buf_write_stmp(b1, path1);
buf_write_stmp(b2, path2);
buf_write_stmp(b1, path1);
buf_write_stmp(b2, path2);