Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h124 #ifndef STAT_BLOCKSIZE
126 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
128 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
H A Danalyze.c864 size_t buffer_size = buffer_lcm (STAT_BLOCKSIZE (filevec[0].stat),
865 STAT_BLOCKSIZE (filevec[1].stat));
H A Dio.c95 current->bufsize = STAT_BLOCKSIZE (current->stat);
H A Ddiff3.c1334 current_chunk_size = max (current_chunk_size, STAT_BLOCKSIZE (pipestat));
/openbsd/gnu/usr.bin/cvs/src/
H A Dhistory.c1049 #ifndef STAT_BLOCKSIZE
1051 #define STAT_BLOCKSIZE(s) (s).st_blksize macro
1053 #define STAT_BLOCKSIZE(s) (4 * 1024) macro
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));