Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/utmpd/
H A Dutmpd.c144 static int WTMPXfd = -1; /* File descriptor of WTMPX_FILE */ variable
300 if ((WTMPXfd = open(WTMPX_FILE, O_RDONLY)) < 0) in main()
324 (void) close(WTMPXfd); in main()
414 (void) pread(WTMPXfd, (void *)&pid, sizeof (pid), 0); in wait_for_pids()