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

  /src/usr.bin/users/
users.c 61 struct utmpentry *from, *ehead, *save, **nextp; local
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
242 (void)getutentries(fname, &ehead);
243 for (ep = ehead; ep; ep = ep->next)
263 struct utmpentry *ehead, *ep; local
264 (void)getutentries(fname, &ehead);
267 for (ep = ehead; ep != NULL; ep = ep->next)
370 struct utmpentry *ehead, *ep; local
373 (void)getutentries(fname, &ehead);
374 for (ep = ehead; ep != NULL; ep = ep->next) {
  /src/external/bsd/openldap/dist/libraries/libldap/
sort.c 102 LDAPMessage *e, *ehead = NULL, *etail = NULL; local
112 if ( !ehead ) ehead = e;
124 if ( ehead ) {
126 *chain = ehead;
139 e = ehead;
  /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/external/bsd/pkg_install/dist/admin/
main.c 321 struct reqd_by_entry_head *ehead; local
349 ehead = &pkg->required_by[PKG_HASH_ENTRY(pkgname)];
350 SLIST_FOREACH(entry, ehead, entries) {
358 SLIST_INSERT_HEAD(ehead, entry, entries);
374 ehead = &pkg->required_by[PKG_HASH_ENTRY(pkgname)];
377 SLIST_INSERT_HEAD(ehead, entry, entries);
  /src/usr.bin/systat/
vmstat.c 707 struct utmpentry *ehead; local
709 nusers = getutentries(NULL, &ehead);

Completed in 61 milliseconds