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

/freebsd-current/usr.sbin/yppush/
H A Dyppush_main.c161 int still_pending = 1; local
164 while (!now && still_pending) {
166 still_pending = 0;
169 still_pending++;
180 if (still_pending) {
183 still_pending,
184 still_pending > 1 ? "s " : " ");

Completed in 54 milliseconds