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

/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c362 int i, cc, utmpent = 0; local
389 utmpent = we - mywd.wd_we;
393 * The test on utmpent looks silly---after all, if no one is
397 if (utmpent && chdir(_PATH_DEV)) {
402 for (i = 0; i < utmpent; i++) {
417 if (utmpent && chdir(_PATH_RWHODIR)) {

Completed in 300 milliseconds