Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dutmpx.h50 #define _WTMPX_FILE "/var/adm/wtmpx" macro
53 #define WTMPX_FILE _WTMPX_FILE
/titanic_44/usr/src/cmd/svc/startd/
H A Dutmpx.c198 if (stat(_WTMPX_FILE, &sb) == 0 && in utmpx_check()
200 (void) chmod(_WTMPX_FILE, S_IRUSR | S_IWUSR | S_IRGRP | in utmpx_check()