Home
last modified time | relevance | path

Searched refs:_PATH_RWHODIR (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.bin/rwho/
Drwho.c119 if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL) in main()
120 err(EXIT_FAILURE, "Cannot access `%s'", _PATH_RWHODIR); in main()
173 errx(EX_OK, "No hosts in `%s'.", _PATH_RWHODIR); in main()
/netbsd/src/usr.bin/ruptime/
Druptime.c120 if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL) in main()
121 err(1, "%s", _PATH_RWHODIR); in main()
159 errx(0, "no hosts in %s", _PATH_RWHODIR); in main()
/netbsd/src/usr.sbin/rwhod/
Drwhod.c183 if (chdir(_PATH_RWHODIR) < 0) in main()
184 err(EXIT_FAILURE, "%s", _PATH_RWHODIR); in main()
418 if (utmpent && chdir(_PATH_RWHODIR)) { in send_host_information()
419 syslog(LOG_ERR, "chdir(%s): %m", _PATH_RWHODIR); in send_host_information()
/netbsd/src/include/protocols/
Drwhod.h66 #define _PATH_RWHODIR "/var/rwho" macro