| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/sh/fpurge.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | extern int fpurge (FILE *stream); | - |
| 11 | - | |
| 12 | - | |
| 13 | - | |
| 14 | - | |
| 15 | int | - |
| 16 | fpurge (FILE *fp) | - |
| 17 | { | - |
| 18 | - | |
| 19 | - | |
| 20 | __fpurge (fp); | - |
| 21 | - | |
| 22 | return executed 34695392 times by 1 test: 0;return 0;Executed by:
executed 34695392 times by 1 test: return 0;Executed by:
| 34695392 |
| 23 | } | - |
| Switch to Source code | Preprocessed file |