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

/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c163 int still_pending = 1; local
166 while (!now && still_pending) {
168 still_pending = 0;
171 still_pending++;
182 if (still_pending) {
185 still_pending,
186 still_pending > 1 ? "s " : " ");

Completed in 99 milliseconds