Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c485 static char *UTMPX = UTMPX_FILE; /* Snapshot record file */ variable
2607 utmpx_ok = (access(UTMPX, R_OK|W_OK) == 0); in access_utmpx()