MCPcopy Create free account
hub / github.com/Xfennec/progress / is_ignored_file

Function is_ignored_file

progress.c:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152signed char is_ignored_file(char *str)
153{
154int i;
155for (i = 0 ; i < ignore_file_list_cnt ; i++)
156 if (!strcmp(ignore_file_list[i], str))
157 return 1;
158return 0;
159}
160
161#ifdef __APPLE__
162int find_pid_by_id(pid_t pid, pidinfo_t *pid_list)

Callers 1

find_fd_for_pidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected