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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c616 struct futmpx ftmpxbuf; local
627 utmpx_api2frec(entry, &ftmpxbuf);
674 if (fwrite(&ftmpxbuf, sizeof (ftmpxbuf), 1, fp) != 1) {
682 (void) memcpy(&fubuf, &ftmpxbuf, sizeof (fubuf));

Completed in 48 milliseconds