HomeSort by: relevance | last modified time | path
    Searched defs:ehead (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/users/
users.c 61 struct utmpentry *from, *ehead, *save, **nextp; local in function:main
73 ncnt = getutentries(NULL, &ehead);
86 from = ehead;
87 ehead = NULL;
89 for (nextp = &ehead;
99 save = ehead;
100 (void)printf("%s", ehead->name);
102 for (from = ehead->next; from; from = from->next)
  /src/usr.bin/who/
utmpentry.c 75 static struct utmpentry *ehead; variable in typeref:struct:utmpentry *
164 ep = ehead;
170 ehead = NULL;
186 struct utmpentry **nextp = &ehead;
190 *epp = ehead;
194 ehead = NULL;
222 for (ep = ehead; ep != NULL; ep = ep->next) {
241 if (ehead != NULL) {
242 struct utmpentry *from = ehead, *save;
244 ehead = NULL
    [all...]
who.c 232 struct utmpentry *ehead, *ep; local in function:who_am_i
242 (void)getutentries(fname, &ehead);
243 for (ep = ehead; ep; ep = ep->next)
263 struct utmpentry *ehead, *ep; local in function:process
264 (void)getutentries(fname, &ehead);
267 for (ep = ehead; ep != NULL; ep = ep->next)
370 struct utmpentry *ehead, *ep; local in function:quick
373 (void)getutentries(fname, &ehead);
374 for (ep = ehead; ep != NULL; ep = ep->next) {
  /src/usr.bin/finger/
finger.c 98 struct utmpentry *ehead; variable in typeref:struct:utmpentry *
157 entries = getutentries(NULL, &ehead);
197 for (ep = ehead; ep; ep = ep->next) {
282 for (ep = ehead; ep; ep = ep->next) {
  /src/usr.bin/w/
w.c 119 } *ehead = NULL, **nextp = &ehead; variable in typeref:struct:entry *
286 for (ep = ehead; ep != NULL; ep = ep->next) {
335 for (ep = ehead; ep != NULL; ep = ep->next) {
374 if (sortidle && ehead != NULL) {
375 struct entry *from = ehead, *save;
377 ehead = NULL;
379 for (nextp = &ehead;
390 else if (ehead != NULL && alphasort) {
391 struct entry *from = ehead, *save
    [all...]
  /src/usr.bin/systat/
vmstat.c 707 struct utmpentry *ehead; local in function:ucount
709 nusers = getutentries(NULL, &ehead);

Completed in 15 milliseconds