Lines Matching refs:count
106 long count; in memdump() local
108 for(count=0; count < size; count++) in memdump()
110 printf("%x ", *(ptr+count)); in memdump()
111 if((count%16) == 15) in memdump()
135 long count; in main() local
216 for(count=0; count < LibRSize; count++) in main()
218 if (strncmp(pbufLibR+count, UtopiaVersionStr, sizeof(UtopiaVersionStr)) == 0) in main()
220 pbuf = pbufLibR+count; in main()
222 VERSIONEMBADDER_DEBUG("offset_in_file: 0x%lx\n", count); in main()
244 for(count = 0; count < VerRSize; count++) in main()
246 if (strncmp(pbufVerR + count, UtopiaChangeListStr, sizeof(UtopiaChangeListStr) - 1) == 0) in main()
248 pbuf = pbufVerR+count; in main()
250 VERSIONEMBADDER_DEBUG("offset_in_file: 0x%lx\n", count); in main()