Searched refs:_PATH_RC (Results 1 – 3 of 3) sorted by relevance
/openbsd/sbin/reboot/ |
H A D | reboot.c | 58 #define _PATH_RC "/etc/rc" macro 184 if (access(_PATH_RC, R_OK) != -1) { in main() 211 execl(_PATH_BSHELL, "sh", _PATH_RC, "shutdown", (char *)NULL); in main()
|
/openbsd/sbin/shutdown/ |
H A D | shutdown.c | 169 if (unveil(_PATH_RC, "r") == -1) in main() 170 err(1, "unveil %s", _PATH_RC); in main() 454 if (access(_PATH_RC, R_OK) != -1) { in die_you_gravy_sucking_pig_dog() 481 execl(_PATH_BSHELL, "sh", _PATH_RC, "shutdown", (char *)NULL); in die_you_gravy_sucking_pig_dog()
|
H A D | pathnames.h | 41 #define _PATH_RC "/etc/rc" macro
|