OpenCoverage

fseek.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/fseek.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7int-
8-
9rpl_fseek -
10 (FILE *fp, long offset, int whence)-
11{-
12-
13 return
never executed: return rpl_fseeko (fp, (off_t)offset, whence);
never executed: return rpl_fseeko (fp, (off_t)offset, whence);
0
14 rpl_fseeko
never executed: return rpl_fseeko (fp, (off_t)offset, whence);
0
15 (fp, (off_t)offset, whence);
never executed: return rpl_fseeko (fp, (off_t)offset, whence);
0
16}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2