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

/illumos-gate/usr/src/cmd/acct/
H A Dacctwtmp.c61 if (pututxline(&wb) == NULL)
62 printf("acctwtmp - pututxline failed\n");
/illumos-gate/usr/src/head/
H A Dutmpx.h134 extern struct utmpx *pututxline(const struct utmpx *);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c167 (void) pututxline(up);
202 (void) pututxline(u);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c157 if (pututxline(up) != NULL) {
291 if (pututxline(&u) == NULL) {
340 if (pututxline(&u) == NULL) {
/illumos-gate/usr/src/cmd/date/
H A Ddate.c320 (void) pututxline(&wtmpx[0]);
321 (void) pututxline(&wtmpx[1]);
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c653 pututxline (u);
711 pututxline (u);
/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/cmd/sulogin/
H A Dsulogin.c612 (void) pututxline(u);
635 (void) pututxline(&entryx);
/illumos-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c36 * write to /var/adm/utmpx. Non-root callers of pututxline
130 * We will always be called by pututxline, so simply
198 if (pututxline(&entryx) == (struct utmpx *)NULL) {
439 * that pututxline(3C) will NOT reposition the file pointer in the utmpx file,
/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c469 (void) pututxline(up);
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c41 * This program receives requests from pututxline(3)
105 * us from the pututxline() library in
911 * any fds for the pututxline() routines
973 (void) pututxline(u);
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c518 (void) pututxline(up);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2741 if (pututxline(u) == NULL) {
2795 (void) pututxline(up);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1564 (void) pututxline(up);
H A Din.telnetd.c4527 (void) pututxline(up);
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2081 (void) pututxline(&utmpx);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1106 pututxline.3c \
1837 pututxline.3c := LINKSRC = getutxent.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc583 struct utmpx *pututxline(const struct utmpx *entry);

Completed in 161 milliseconds