Home
last modified time | relevance | path

Searched refs:_PATH_INITLOG (Results 1 – 2 of 2) sorted by relevance

/src/sbin/init/
H A Dpathnames.h37 #define _PATH_INITLOG "/var/log/init.log" macro
H A Dinit.c603 fd = open(_PATH_INITLOG, O_WRONLY | O_APPEND | O_CREAT, 0644); in open_console()