OpenCoverage

binary-io.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/binary-io.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10extern inline int-
11__gl_setmode (int fd __attribute__ ((__unused__)), int mode __attribute__ ((__unused__)))-
12{-
13 return
executed 16507 times by 13 tests: return 0 ;
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
executed 16507 times by 13 tests: return 0 ;
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
16507
14 0
executed 16507 times by 13 tests: return 0 ;
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
16507
15 ;
executed 16507 times by 13 tests: return 0 ;
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
16507
16}-
17-
18-
19-
20-
21-
22extern inline int-
23__gl_setmode_check (int fd __attribute__ ((__unused__))) { return
executed 16507 times by 13 tests: return 0;
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
0;
executed 16507 times by 13 tests: return 0;
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
}
16507
24extern inline int-
25set_binary_mode (int fd, int mode)-
26{-
27 int r = __gl_setmode_check (fd);-
28 return
executed 16507 times by 13 tests: return r != 0 ? r : __gl_setmode (fd, mode);
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
r != 0 ? r : __gl_setmode (fd, mode);
executed 16507 times by 13 tests: return r != 0 ? r : __gl_setmode (fd, mode);
Executed by:
  • base32
  • base64
  • cat
  • cksum
  • head
  • od
  • split
  • sum
  • tac
  • tail
  • tee
  • tr
  • wc
16507
29}-
30-
31-
32-
33-
34-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2