Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c449 #define utmpx_ok (g_state->ist_utmpx_ok) macro
2644 utmpx_ok = (access(UTMPX, R_OK|W_OK) == 0); in access_utmpx()
2645 } while (!utmpx_ok && errno == EINTR); in access_utmpx()
2647 return (utmpx_ok); in access_utmpx()
2667 if (!utmpx_ok && !access_utmpx()) { in account()