Searched refs:getutxent (Results 1 – 17 of 17) sorted by relevance
18 while (struct utmpx *utx = getutxent()) in main()
25 while ((x=getutxent()) != NULL) { in w_main()
76 while ((entry = getutxent())) if (entry->ut_type == USER_PROCESS) users++; in uptime_main()
34 while ((entry = getutxent())) { in who_main()
64 if (0 != (a = getutxent())) return 0;
239 static inline struct utmpx *getutxent(void) {return 0;} in getutxent() function
195 while ((ep = getutxent())) in utmp_entry()
1374 pub fn getutxent() -> *mut utmpx; in getutxent() function
1422 pub fn getutxent() -> *mut utmpx; in getutxent() function
2106 pub fn getutxent() -> *mut utmpx; in getutxent() function
2559 pub fn getutxent() -> *mut utmpx; in getutxent() function
97 #define getutxent __getutxent506833 INTERCEPTOR(void *, getutxent, int dummy) {6835 COMMON_INTERCEPTOR_ENTER(ctx, getutxent, dummy);6836 void *res = REAL(getutxent)(dummy);6868 COMMON_INTERCEPT_FUNCTION(getutxent); \
3483 pub fn getutxent() -> *mut utmpx; in getutxent() function
1973 fun:getutxent=uninstrumented
2129 AC_CHECK_FUNCS([endutxent getutxent getutxid getutxline getutxuser pututxline])
1677 PUBLIC 110990 0 getutxent