| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssh/src/fatal.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | void | - |
| 9 | fatal(const char *fmt,...) | - |
| 10 | { | - |
| 11 | va_list args; | - |
| 12 | - | |
| 13 | - | |
| 14 | __builtin_va_start( | - |
| 15 | args | - |
| 16 | , | - |
| 17 | fmt | - |
| 18 | ) | - |
| 19 | ; | - |
| 20 | do_log(SYSLOG_LEVEL_FATAL, fmt, args); | - |
| 21 | - | |
| 22 | __builtin_va_end( | - |
| 23 | args | - |
| 24 | ) | - |
| 25 | ; | - |
| 26 | cleanup_exit(255); | - |
| 27 | } never executed: end of block | 0 |
| Switch to Source code | Preprocessed file |