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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c197 * it only for reading. All "pututxline()" later
604 * "pututxline" writes the structure sent into the utmpx file.
611 pututxline(const struct utmpx *entry) function
697 * "pututline" is a wrapper that calls pututxline after converting
710 if ((utmpx2 = pututxline(&utmpx)) == NULL)
817 * /var/adm/utmpx then we clear the flag so pututxline invokes
943 up = pututxline(ucp);
1227 utp = pututxline(utmp);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc607 struct utmpx *pututxline(const struct utmpx *entry);

Completed in 19 milliseconds