Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetutx.c617 struct futmpx ftmpxbuf; in pututxline() local
628 utmpx_api2frec(entry, &ftmpxbuf); in pututxline()
675 if (fwrite(&ftmpxbuf, sizeof (ftmpxbuf), 1, fp) != 1) { in pututxline()
683 (void) memcpy(&fubuf, &ftmpxbuf, sizeof (fubuf)); in pututxline()