OpenCoverage

xbinary-io.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/xbinary-io.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13extern inline void xset_binary_mode_error (void) {}-
14-
15-
16-
17-
18-
19extern inline void-
20xset_binary_mode (int fd, int mode)-
21{-
22 if (set_binary_mode (fd, mode) < 0
set_binary_mode (fd, mode) < 0Description
TRUEnever evaluated
FALSEevaluated 16507 times by 13 tests
Evaluated by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
)
0-16507
23 xset_binary_mode_error ();
never executed: xset_binary_mode_error ();
0
24}
executed 16507 times by 13 tests: end of block
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
16507
25-
26-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2