Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetutx.c1258 static struct futmpx *utmpbuf = NULL; variable
1271 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()
/titanic_41/usr/src/cmd/init/
H A Dinit.c2662 struct utmpx utmpbuf, *u, *oldu; in account() local
2674 u = &utmpbuf; in account()