Searched refs:stop_read (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_hints.c332 goto stop_read;
341 goto stop_read;
347 goto stop_read;
365 goto stop_read;
382 goto stop_read;
404 stop_read:
/freebsd-13-stable/sbin/route/
H A Droute.c150 static volatile sig_atomic_t stop_read; variable
156 stop_read = 1;
1526 stop_read = 0;
1530 } while (l > 0 && stop_read == 0 &&
1533 if (stop_read != 0) {

Completed in 104 milliseconds