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

Function nfprintf

progress.c:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void nfprintf(FILE *file, char *format, ...) {
134va_list args;
135
136va_start(args, format);
137if (flag_monitor || flag_monitor_continuous)
138 vw_printw(mainwin, format, args);
139else
140 vfprintf(file, format, args);
141va_end(args);
142}
143
144void nperror(const char *s) {
145if (flag_monitor || flag_monitor_continuous)

Callers 3

find_pids_by_binary_nameFunction · 0.85
find_fd_for_pidFunction · 0.85
monitor_processesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected