Lines Matching defs:utmpx
49 #include <utmpx.h>
58 * account - create a utmpx record for service
66 struct utmpx utmpx; /* prototype utmpx entry */
67 struct utmpx *up = &utmpx; /* and a pointer to it */
69 (void) memset(up, '\0', sizeof (utmpx));
95 struct utmpx *u;
128 struct utmpx *up;
129 struct utmpx ut;
179 * - It tries to find its own INIT_PROCESS entry in utmpx
187 struct utmpx *u;