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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c198 * it only for reading. All "pututxline()" later
605 * "pututxline" writes the structure sent into the utmpx file.
612 pututxline(const struct utmpx *entry) function
698 * "pututline" is a wrapper that calls pututxline after converting
711 if ((utmpx2 = pututxline(&utmpx)) == NULL)
818 * we clear the flag so pututxline invokes utmp_update. Otherwise
942 up = pututxline(ucp);
1224 utp = pututxline(utmp);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1106 pututxline.3c \
1837 pututxline.3c := LINKSRC = getutxent.3c

Completed in 71 milliseconds