| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/fseek.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | int | - |
| 8 | - | |
| 9 | rpl_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 code | Preprocessed file |