Home
last modified time | relevance | path

Searched refs:fwho (Results 1 – 1 of 1) sorted by relevance

/original-bsd/usr.bin/mail/
H A Ding.local.c100 register FILE *fwho; local
110 if ((fwho = fopen("/etc/utmp", "r")) == NULL)
112 while (fread(&ubuf, 1, sizeof ubuf, fwho) > 0)
121 fclose(fwho);