| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/binary-io.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | - | |
| 10 | extern 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:
executed 16507 times by 13 tests: return 0 ;Executed by:
| 16507 |
| 14 | 0 executed 16507 times by 13 tests: return 0 ;Executed by:
| 16507 |
| 15 | ; executed 16507 times by 13 tests: return 0 ;Executed by:
| 16507 |
| 16 | } | - |
| 17 | - | |
| 18 | - | |
| 19 | - | |
| 20 | - | |
| 21 | - | |
| 22 | extern inline int | - |
| 23 | __gl_setmode_check (int fd __attribute__ ((__unused__))) { return executed 16507 times by 13 tests: 0;return 0;Executed by:
executed 16507 times by 13 tests: }return 0;Executed by:
| 16507 |
| 24 | extern inline int | - |
| 25 | set_binary_mode (int fd, int mode) | - |
| 26 | { | - |
| 27 | int r = __gl_setmode_check (fd); | - |
| 28 | return executed 16507 times by 13 tests: r != 0 ? r : __gl_setmode (fd, mode);return r != 0 ? r : __gl_setmode (fd, mode);Executed by:
executed 16507 times by 13 tests: return r != 0 ? r : __gl_setmode (fd, mode);Executed by:
| 16507 |
| 29 | } | - |
| 30 | - | |
| 31 | - | |
| 32 | - | |
| 33 | - | |
| 34 | - | |
| Switch to Source code | Preprocessed file |