Searched refs:getutxent (Results 1 – 25 of 26) sorted by relevance
12
88 getutxent.c \263 getutxent.3 \448 MLINKS+=getutxent.3 endutxent.3 \449 getutxent.3 getutxid.3 \450 getutxent.3 getutxline.3 \451 getutxent.3 getutxuser.3 \452 getutxent.3 pututxline.3 \453 getutxent.3 setutxdb.3 \454 getutxent.3 setutxent.3 \455 getutxent.3 utmpx.3
152 getutxent(void) in getutxent() function
340 getutxent;
230 while ((utx = getutxent()) != NULL) { in process_utmp()247 while ((utx = getutxent()) != NULL) { in quick()
60 while ((ut = getutxent()) != NULL) in main()
76 struct utmpx *getutxent(void);
161 while ((usr = getutxent()) != NULL && nusers < MAXUSERS) { in do_names_2()191 while ((usr = getutxent()) != NULL) { in rusers_num()
231 while ((user = getutxent()) != NULL) { in loginlist()374 while ((user = getutxent()) != NULL) { in userlist()
82 while ((ut = getutxent())) { in utmpx_login()
129 while ((u = getutxent()) != NULL) { in main()
188 while ((ut = getutxent()) != NULL) in find_user()
131 while ((utp = getutxent()) != NULL) in mailfor()
134 while ((utmp = getutxent()) != NULL) { in main()
224 while ((u = getutxent()) != NULL) in search_utmp()
196 while ((utmp = getutxent()) != NULL) { in OS_getSystemNumUsers()
417 while ((usr = getutxent()) != NULL) { in ac()
234 while ((ut = getutxent()) != NULL) { in wtmp()
204 for (nusers = 0; (utmp = getutxent()) != NULL;) { in main()
71 # define getutent getutxent
710 while ((ut = getutxent()) != NULL) in utmpx()
458 while ((ut = getutxent()) != NULL && we < wend) { in sender_process()
601 while ((ut = getutxent()) != NULL) in ucount()
2148 while ((ut = getutxent()) != NULL) { in wallmsg()
93 #define getutxent __getutxent507155 INTERCEPTOR(void *, getutxent, int dummy) {7157 COMMON_INTERCEPTOR_ENTER(ctx, getutxent, dummy);7158 void *res = REAL(getutxent)(dummy);7190 COMMON_INTERCEPT_FUNCTION(getutxent); \
1979 fun:getutxent=uninstrumented