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

/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c399 int utmpent; variable
431 utmpent = 0;
461 utmpent = cc / sizeof(struct utmp);
462 for (i = 0; i < utmpent; i++)
474 utmpent = we - mywd.wd_we;
478 * The test on utmpent looks silly---after all, if no one is
482 if (utmpent && chdir(_PATH_DEV)) {
487 for (i = 0; i < utmpent; i++) {
523 if (utmpent && chdir(_PATH_RWHODIR)) {

Completed in 76 milliseconds