stat_buf          934 gc/os_dep.c        char stat_buf[STAT_BUF_SIZE];
stat_buf          969 gc/os_dep.c        if (f < 0 || STAT_READ(f, stat_buf, STAT_BUF_SIZE) < 2 * STAT_SKIP) {
stat_buf          972 gc/os_dep.c        c = stat_buf[buf_offset++];
stat_buf          976 gc/os_dep.c    	while (isspace(c)) c = stat_buf[buf_offset++];
stat_buf          977 gc/os_dep.c    	while (!isspace(c)) c = stat_buf[buf_offset++];
stat_buf          979 gc/os_dep.c        while (isspace(c)) c = stat_buf[buf_offset++];
stat_buf          983 gc/os_dep.c          c = stat_buf[buf_offset++];
stat_buf          706 gc/pthread_support.c     char stat_buf[STAT_BUF_SIZE];
stat_buf          715 gc/pthread_support.c     if (f < 0 || (len = STAT_READ(f, stat_buf, STAT_BUF_SIZE)) < 100) {
stat_buf          720 gc/pthread_support.c         if (stat_buf[i] == '\n' && stat_buf[i+1] == 'c'
stat_buf          721 gc/pthread_support.c 	    && stat_buf[i+2] == 'p' && stat_buf[i+3] == 'u') {
stat_buf          722 gc/pthread_support.c 	    int cpu_no = atoi(stat_buf + i + 4);