Searched refs:getutxline (Results 1 – 14 of 14) sorted by relevance
80 struct utmpx *getutxline(const struct utmpx *);
22 #define getutline(x) getutxline(x)
206 getutxline(const struct utmpx *line) in getutxline() function
339 getutxline;
440 getutxent.3 getutxline.3 \
279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) { in whoami()
207 while ((u = getutxline(&lu)) != NULL) in utmp_chk()
287 /* Define if you have the getutxline function. */
507 …am setvbuf getspnam endspent setgroups getgroups fpurge setlogin lstat getutxline pututxline uslee…
1429 non_save_utxp = getutxline(&utmpx); in rmut()
514 extern struct utmpx * getutxline(const struct utmpx *);
99 #define getutxline __getutxline506907 INTERCEPTOR(void *, getutxline, void *ut) {6909 COMMON_INTERCEPTOR_ENTER(ctx, getutxline, ut);6910 void *res = REAL(getutxline)(ut);6928 COMMON_INTERCEPT_FUNCTION(getutxline); \
1975 fun:getutxline=uninstrumented
2290 AC_CHECK_FUNCS([endutxent getutxent getutxid getutxline getutxuser pututxline])