| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/mkstemp-safer.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | int | - |
| 8 | mkstemp_safer (char *templ) | - |
| 9 | { | - |
| 10 | return executed 105 times by 1 test: fd_safer (mkstemp (templ));return fd_safer (mkstemp (templ));Executed by:
executed 105 times by 1 test: return fd_safer (mkstemp (templ));Executed by:
| 105 |
| 11 | } | - |
| 12 | - | |
| 13 | - | |
| 14 | - | |
| 15 | - | |
| 16 | int | - |
| 17 | mkostemp_safer (char *templ, int flags) | - |
| 18 | { | - |
| 19 | return executed 2379 times by 1 test: fd_safer_flag (mkostemp (templ, flags), flags);return fd_safer_flag (mkostemp (templ, flags), flags);Executed by:
executed 2379 times by 1 test: return fd_safer_flag (mkostemp (templ, flags), flags);Executed by:
| 2379 |
| 20 | } | - |
| Switch to Source code | Preprocessed file |