| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gl/lib/smack.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | static inline ssize_t | - |
| 6 | smack_new_label_from_self (char **label) | - |
| 7 | { | - |
| 8 | return never executed: -1;return -1;never executed: return -1; | 0 |
| 9 | } | - |
| 10 | - | |
| 11 | static inline int | - |
| 12 | smack_set_label_for_self (const char *label) | - |
| 13 | { | - |
| 14 | return never executed: -1;return -1;never executed: return -1; | 0 |
| 15 | } | - |
| 16 | - | |
| 17 | - | |
| 18 | static inline | - |
| 19 | _Bool | - |
| 20 | - | |
| 21 | is_smack_enabled (void) | - |
| 22 | { | - |
| 23 | - | |
| 24 | - | |
| 25 | - | |
| 26 | return executed 306 times by 2 tests: return 0 ;Executed by:
executed 306 times by 2 tests: return 0 ;Executed by:
| 306 |
| 27 | 0 executed 306 times by 2 tests: return 0 ;Executed by:
| 306 |
| 28 | ; executed 306 times by 2 tests: return 0 ;Executed by:
| 306 |
| 29 | - | |
| 30 | } | - |
| Switch to Source code | Preprocessed file |