HomeSort by: relevance | last modified time | path
    Searched defs:getutxent (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_utmpx.c 49 __warn_references(getutxent,
50 "warning: reference to compatibility getutxent(); include <utmpx.h> for correct reference")
96 getutxent(void) function in typeref:struct:utmpx50 *
  /src/lib/libc/gen/
utmpx.c 118 getutxent(void) function in typeref:struct:utmpx *
211 } while (getutxent() != NULL);
235 } while (getutxent() != NULL);
265 (void)getutxent();

Completed in 13 milliseconds