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

  /src/lib/libc/compat/gen/
compat_utmpx.c 51 __warn_references(getutxid,
52 "warning: reference to compatibility getutxid(); include <utmpx.h> for correct reference")
102 getutxid(const struct utmpx50 *ut50) function in typeref:struct:utmpx50 *
  /src/include/
utmpx.h 136 struct utmpx *getutxid(const struct utmpx *) __RENAME(__getutxid50);
  /src/lib/libc/compat/include/
utmpx.h 78 struct utmpx50 *getutxid(const struct utmpx50 *);
  /src/lib/libc/gen/
utmpx.c 170 getutxid(const struct utmpx *utx) function in typeref:struct:utmpx *
270 if (getutxid(&temp) == NULL) {
272 if (getutxid(&temp) == NULL) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 96 #define getutxid __getutxid50
6553 INTERCEPTOR(void *, getutxid, void *ut) {
6555 COMMON_INTERCEPTOR_ENTER(ctx, getutxid, ut);
6556 void *res = REAL(getutxid)(ut);
6571 COMMON_INTERCEPT_FUNCTION(getutxid); \

Completed in 17 milliseconds