Lines Matching refs:UTMP
90 # define UTMP UTMPX_FILE
96 # define UTMP _PATH_UTMPX
99 # define UTMP UTMP_FILE
102 # define UTMP _PATH_UTMP
104 # define UTMP "/etc/utmpx"
121 # define UTMP UTMP_FILE
127 # define UTMP _PATH_UTMP
129 # define UTMP "/etc/utmp"
306 if(!(sp = sfopen((Sfio_t*)0,UTMP,"r")))
307 error(ERROR_system(1),"%s: cannot open",UTMP);