Searched refs:_PATH_RWHODIR (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/usr.bin/rwho/ |
| D | rwho.c | 119 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/ |
| D | ruptime.c | 120 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/ |
| D | rwhod.c | 183 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/ |
| D | rwhod.h | 66 #define _PATH_RWHODIR "/var/rwho" macro
|