HomeSort by: relevance | last modified time | path
    Searched defs:utmpent (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rwhod/
rwhod.c 363 int i, cc, utmpent = 0; local in function:send_host_information
390 utmpent = we - mywd.wd_we;
394 * The test on utmpent looks silly---after all, if no one is
398 if (utmpent && chdir(_PATH_DEV)) {
403 for (i = 0; i < utmpent; i++) {
418 if (utmpent && chdir(_PATH_RWHODIR)) {

Completed in 11 milliseconds