Searched refs:utmpbuf (Results 1 – 2 of 2) sorted by relevance
1258 static struct futmpx *utmpbuf = NULL; variable1271 if (utmpbuf == NULL) in getoneutx()1272 if ((utmpbuf = malloc(bufsz)) == NULL) { in getoneutx()1282 if ((nbytes = read(fd, utmpbuf, bufsz)) < bufsz) { in getoneutx()1309 return (&utmpbuf[idx++]); in getoneutx()
2662 struct utmpx utmpbuf, *u, *oldu; in account() local2674 u = &utmpbuf; in account()