Lines Matching refs:rd_cnt
2701 int rd_cnt; in check_file() local
2770 rd_cnt = 0; in check_file()
2771 while (rd_cnt < fsize) { in check_file()
2772 rd_size = MIN(MAX_FC_READ, fsize - rd_cnt); in check_file()
2796 datapidchk(STATIC_NUM, buf, rd_size, rd_cnt, in check_file()
2800 datapidchk(Pid, buf, rd_size, rd_cnt, in check_file()
2804 dataasciichk(NULL, buf, rd_size, rd_cnt, in check_file()
2809 databinchk('a', buf, rd_size, rd_cnt, in check_file()
2813 databinchk('c', buf, rd_size, rd_cnt, in check_file()
2817 databinchk('C', buf, rd_size, rd_cnt, in check_file()
2821 databinchk('z', buf, rd_size, rd_cnt, in check_file()
2825 databinchk('o', buf, rd_size, rd_cnt, in check_file()
2829 dataasciichk(NULL, buf, rd_size, rd_cnt, in check_file()
2842 rd_cnt += rd_size; in check_file()