MCPcopy Index your code
hub / github.com/Xfennec/progress / nperror

Function nperror

progress.c:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

find_pids_by_binary_nameFunction · 0.85
find_fd_for_pidFunction · 0.85
get_fdinfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected