HomeSort by: relevance | last modified time | path
    Searched refs:pututxline (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libutil/
loginx.c 52 (void)pututxline(ut);
logoutx.c 70 (void)pututxline(utp);
  /src/lib/libutil/compat/
compat_logoutx.c 70 (void)pututxline(utp);
  /src/lib/libc/compat/gen/
compat_utmpx.c 55 __warn_references(pututxline,
56 "warning: reference to compatibility pututxline(); include <utmpx.h> for correct reference")
118 pututxline(const struct utmpx50 *ut50) function in typeref:struct:utmpx50 *
  /src/include/
utmpx.h 138 struct utmpx *pututxline(const struct utmpx *) __RENAME(__pututxline50);
  /src/lib/libc/compat/include/
utmpx.h 82 struct utmpx50 *pututxline(const struct utmpx50 *);
  /src/libexec/ftpd/
logutmp.c 164 (void)pututxline(ut);
  /src/libexec/utmp_update/
utmp_update.c 171 if (pututxline(utx) == NULL)
  /src/bin/date/
date.c 539 pututxline(&utx);
559 pututxline(&utx);
  /src/lib/libc/gen/
Makefile.inc 106 endutxent.3 getutxline.3 endutxent.3 pututxline.3 \
utmpx.c 241 pututxline(const struct utmpx *utx) function in typeref:struct:utmpx *
  /src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 295 if (pututxline(&utmpx) == NULL)
  /src/usr.bin/login/
common.c 261 if (pututxline(&utmpx) == NULL)
  /src/sbin/init/
init.c 1364 if (pututxline(&ut) == NULL)
1406 if (pututxline(&ut) == NULL)

Completed in 47 milliseconds