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

/ast/src/cmd/builtin/
H A Dwho.c79 # include <utmpx.h>
104 # define UTMP "/etc/utmpx"
112 # define utmpx utmp macro
167 static void outline(Sfio_t *out,register struct utmpx *up,register State_t* sp)
213 struct utmpx ut;
243 while(sfread(in,&ut,sizeof(struct utmpx))>0)
/ast/src/cmd/ss/
H A Dssd.c107 #include <utmpx.h>
109 #define utmp utmpx
149 "/etc/utmpx",
150 "/var/adm/utmpx",
151 "/var/run/utmpx",

Completed in 8 milliseconds