Searched refs:UTMP (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/builtin/
H A Dwho.c90 # define UTMP UTMPX_FILE macro
96 # define UTMP _PATH_UTMPX macro
99 # define UTMP UTMP_FILE macro
102 # define UTMP _PATH_UTMP macro
104 # define UTMP "/etc/utmpx" macro
121 # define UTMP UTMP_FILE macro
127 # define UTMP _PATH_UTMP macro
129 # define UTMP "/etc/utmp" macro
306 if(!(sp = sfopen((Sfio_t*)0,UTMP,"r")))
307 error(ERROR_system(1),"%s: cannot open",UTMP);
[all...]

Completed in 10 milliseconds