rcnt             1200 core/conf.c        int rcnt, i, offs;
rcnt             1203 core/conf.c        char* buf = load_file(filename, &rcnt, 0);
rcnt             1212 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
rcnt             1217 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
rcnt             1226 core/conf.c                            if (offs + size <= rcnt)
rcnt             1254 core/conf.c        int rcnt, i, offs;
rcnt             1257 core/conf.c        char* buf = load_file(filename, &rcnt, 0);
rcnt             1267 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
rcnt             1272 core/conf.c                    if (offs + (int)sizeof(short) > rcnt)
rcnt             1296 core/conf.c                                if (offs + size <= rcnt)
rcnt               41 lib/armutil/reboot.c 	int rcnt;
rcnt               62 lib/armutil/reboot.c 	rcnt = read(fd, buf, size);
rcnt               64 lib/armutil/reboot.c 	if(rcnt != size) {
rcnt               80 tools/dumputil.c 	size_t rcnt;
rcnt              116 tools/dumputil.c     rcnt=fread(p, 1, st.st_size, dumpfile);
rcnt              119 tools/dumputil.c     if (rcnt != (size_t)st.st_size) {