Searched defs:utmpx (Results 1 - 1 of 1) 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)

Completed in 11 milliseconds