Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c481 static char *UTMPX = UTMPX_FILE; /* Snapshot record file */ variable
2644 utmpx_ok = (access(UTMPX, R_OK|W_OK) == 0); in access_utmpx()