STAT_BUF_SIZE     934 gc/os_dep.c        char stat_buf[STAT_BUF_SIZE];
STAT_BUF_SIZE     969 gc/os_dep.c        if (f < 0 || STAT_READ(f, stat_buf, STAT_BUF_SIZE) < 2 * STAT_SKIP) {
STAT_BUF_SIZE     706 gc/pthread_support.c     char stat_buf[STAT_BUF_SIZE];
STAT_BUF_SIZE     715 gc/pthread_support.c     if (f < 0 || (len = STAT_READ(f, stat_buf, STAT_BUF_SIZE)) < 100) {