OpenCoverage

fatal.c

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

Generated by Squish Coco 4.2.2