Lines Matching refs:file_size
326 long file_size; in process_one_file() local
337 file_size = (long) finfo.st_size; in process_one_file()
338 buffer = (char *)xmalloc (1 + file_size); in process_one_file()
342 file_size = read (descriptor, buffer, file_size); in process_one_file()
362 for (; offset < (file_size - decl_len); offset++) in process_one_file()
382 while (point < file_size) in process_one_file()
395 while (point++ < file_size) in process_one_file()
406 if (point >= file_size) in process_one_file()
459 while (point < file_size) in process_one_file()
475 while (offset < file_size) in process_one_file()
492 if (offset >= file_size) in process_one_file()