HomeSort by: relevance | last modified time | path
    Searched defs:STAT_BLOCKSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/diff/
system.h 144 #ifndef STAT_BLOCKSIZE
146 #define STAT_BLOCKSIZE(s) (s).st_blksize
148 #define STAT_BLOCKSIZE(s) (8 * 1024)
  /src/external/gpl2/diffutils/dist/src/
system.h 164 #ifndef STAT_BLOCKSIZE
166 # define STAT_BLOCKSIZE(s) ((s).st_blksize)
168 # define STAT_BLOCKSIZE(s) (8 * 1024)
  /src/external/gpl2/xcvs/dist/src/
history.c 1089 #ifndef STAT_BLOCKSIZE
1091 #define STAT_BLOCKSIZE(s) (s).st_blksize
1093 #define STAT_BLOCKSIZE(s) (4 * 1024)
1137 cpstart = xnmalloc (2, STAT_BLOCKSIZE (st_buf));
1148 if (nl - cp >= STAT_BLOCKSIZE (st_buf))
1151 (unsigned long) STAT_BLOCKSIZE(st_buf));
1157 i = read (fd, nl, STAT_BLOCKSIZE(st_buf));

Completed in 28 milliseconds