| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/sig-handler.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||
|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||
| 2 | - | |||||||
| 3 | - | |||||||
| 4 | - | |||||||
| 5 | - | |||||||
| 6 | - | |||||||
| 7 | - | |||||||
| 8 | - | |||||||
| 9 | - | |||||||
| 10 | - | |||||||
| 11 | - | |||||||
| 12 | typedef void (*sa_handler_t) (int); | - | ||||||
| 13 | - | |||||||
| 14 | - | |||||||
| 15 | - | |||||||
| 16 | - | |||||||
| 17 | extern inline sa_handler_t __attribute__ ((__pure__)) | - | ||||||
| 18 | get_handler (struct sigaction const *a) | - | ||||||
| 19 | { | - | ||||||
| 20 | - | |||||||
| 21 | - | |||||||
| 22 | - | |||||||
| 23 | - | |||||||
| 24 | - | |||||||
| 25 | - | |||||||
| 26 | if (a->sa_flags &
| 0 | ||||||
| 27 | 4
| 0 | ||||||
| 28 | ) | - | ||||||
| 29 | return never executed: (sa_handler_t) a->return (sa_handler_t) a-> __sigaction_handler.sa_sigaction ;never executed: return (sa_handler_t) a-> __sigaction_handler.sa_sigaction ; | 0 | ||||||
| 30 | __sigaction_handler.sa_sigaction never executed: return (sa_handler_t) a-> __sigaction_handler.sa_sigaction ; | 0 | ||||||
| 31 | ; never executed: return (sa_handler_t) a-> __sigaction_handler.sa_sigaction ; | 0 | ||||||
| 32 | - | |||||||
| 33 | return never executed: a->return a-> __sigaction_handler.sa_handler ;never executed: return a-> __sigaction_handler.sa_handler ; | 0 | ||||||
| 34 | __sigaction_handler.sa_handler never executed: return a-> __sigaction_handler.sa_handler ; | 0 | ||||||
| 35 | ; never executed: return a-> __sigaction_handler.sa_handler ; | 0 | ||||||
| 36 | } | - | ||||||
| 37 | - | |||||||
| 38 | - | |||||||
| Switch to Source code | Preprocessed file |