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

/ast/src/cmd/builtin/
H A Dwho.c68 #include "FEATURE/utmp"
71 # include <utmp.h>
112 # define utmpx utmp
129 # define UTMP "/etc/utmp"
/ast/src/cmd/ss/
H A Dssd.c109 #define utmp utmpx macro
127 #include <utmp.h>
153 "/etc/utmp",
154 "/var/adm/utmp",
155 "/var/run/utmp"
217 static struct utmp usrs[256];
481 usercount = n / sizeof(struct utmp);

Completed in 8 milliseconds