Searched refs:fetchRestartCalls (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libfetch/
H A Dfetch.h151 extern int fetchRestartCalls;
H A Dcommon.c1320 if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls))
1396 if (errno == EINTR && fetchRestartCalls)
1506 if (errno == EINTR && fetchRestartCalls)
1527 if (errno == EINTR && fetchRestartCalls)
H A Dfetch.c51 int fetchRestartCalls = 1; variable
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c1118 fetchRestartCalls = 0;

Completed in 66 milliseconds