Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/iterator/
H A Diter_hints.c332 goto stop_read; in read_root_hints()
341 goto stop_read; in read_root_hints()
347 goto stop_read; in read_root_hints()
365 goto stop_read; in read_root_hints()
382 goto stop_read; in read_root_hints()
404 stop_read: in read_root_hints()
/freebsd-12.1/sbin/route/
H A Droute.c151 static volatile sig_atomic_t stop_read; variable
157 stop_read = 1; in stopit()
1567 stop_read = 0; in rtmsg()
1571 } while (l > 0 && stop_read == 0 && in rtmsg()
1574 if (stop_read != 0) { in rtmsg()