| 142 | } |
| 143 | |
| 144 | void nperror(const char *s) { |
| 145 | if (flag_monitor || flag_monitor_continuous) |
| 146 | printw("%s:%s", s, strerror(errno)); |
| 147 | else |
| 148 | perror(s); |
| 149 | } |
| 150 | |
| 151 | |
| 152 | signed char is_ignored_file(char *str) |
no outgoing calls
no test coverage detected