Home
last modified time | relevance | path

Searched refs:st_buf (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dhistory.c1077 struct stat st_buf; local
1082 if (fstat (fd, &st_buf) < 0)
1085 if (!(st_buf.st_size))
1088 cpstart = xmalloc (2 * STAT_BLOCKSIZE(st_buf));
1103 if (nl - cp >= STAT_BLOCKSIZE(st_buf))
1106 (unsigned long) STAT_BLOCKSIZE(st_buf));
1112 i = read (fd, nl, STAT_BLOCKSIZE(st_buf));