Home
last modified time | relevance | path

Searched refs:_PATH_RC (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/reboot/
H A Dreboot.c58 #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 Dshutdown.c169 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 Dpathnames.h41 #define _PATH_RC "/etc/rc" macro