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

  /src/lib/libutil/compat/
compat_logoutx.c 60 if ((utp = getutxline(&ut)) == NULL) {
  /src/lib/libutil/
logoutx.c 60 if ((utp = getutxline(&ut)) == NULL) {
  /src/lib/libc/compat/gen/
compat_utmpx.c 53 __warn_references(getutxline,
54 "warning: reference to compatibility getutxline(); include <utmpx.h> for correct reference")
110 getutxline(const struct utmpx50 *ut50) function in typeref:struct:utmpx50 *
  /src/include/
utmpx.h 137 struct utmpx *getutxline(const struct utmpx *) __RENAME(__getutxline50);
  /src/lib/libc/compat/include/
utmpx.h 80 struct utmpx50 *getutxline(const struct utmpx50 *);
  /src/libexec/utmp_update/
utmp_update.c 160 if ((utoldp = getutxline(&utold)) == NULL)
  /src/lib/libc/gen/
Makefile.inc 106 endutxent.3 getutxline.3 endutxent.3 pututxline.3 \
utmpx.c 217 getutxline(const struct utmpx *utx) function in typeref:struct:utmpx *
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 97 #define getutxline __getutxline50
6561 INTERCEPTOR(void *, getutxline, void *ut) {
6563 COMMON_INTERCEPTOR_ENTER(ctx, getutxline, ut);
6564 void *res = REAL(getutxline)(ut);
6572 COMMON_INTERCEPT_FUNCTION(getutxline);

Completed in 44 milliseconds