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

/freebsd-9.3-release/usr.sbin/yppush/
H A Dyppush_main.c162 int still_pending = 1; local
165 while (!now && still_pending) {
167 still_pending = 0;
170 still_pending++;
181 if (still_pending) {
184 still_pending,
185 still_pending > 1 ? "s " : " ");

Completed in 48 milliseconds