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

/freebsd-10.0-release/usr.bin/last/
H A Dlast.c75 static SLIST_HEAD(, idtab) idlist;
77 struct idtab { struct
80 SLIST_ENTRY(idtab) list;
101 static void printentry(struct utmpx *, struct idtab *);
243 struct idtab *tt;
286 tt = malloc(sizeof(struct idtab));
315 printentry(struct utmpx *bp, struct idtab *tt)

Completed in 119 milliseconds