file_ptr 54 scripts/recordmcount.c static void *file_ptr; /* current file pointer location */ file_ptr 83 scripts/recordmcount.c file_ptr = file_map + offset; file_ptr 86 scripts/recordmcount.c file_ptr += offset; file_ptr 89 scripts/recordmcount.c file_ptr = file_map + (sb.st_size - offset); file_ptr 92 scripts/recordmcount.c if (file_ptr < file_map) { file_ptr 96 scripts/recordmcount.c return file_ptr - file_map; file_ptr 106 scripts/recordmcount.c if (file_ptr + count >= file_end) { file_ptr 107 scripts/recordmcount.c off_t aoffset = (file_ptr + count) - file_end; file_ptr 119 scripts/recordmcount.c if (file_ptr < file_end) { file_ptr 120 scripts/recordmcount.c cnt = file_end - file_ptr; file_ptr 128 scripts/recordmcount.c memcpy(file_ptr, buf, cnt); file_ptr 133 scripts/recordmcount.c file_ptr += count; file_ptr 168 scripts/recordmcount.c file_ptr = NULL;