1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)lastlog.h	5.1 (Berkeley) 5/30/85
   7:  */
   8: 
   9: struct lastlog {
  10:     time_t  ll_time;
  11:     char    ll_line[8];
  12:     char    ll_host[16];        /* same as in utmp */
  13: };

Defined struct's

lastlog defined in line 9; used 8 times

Usage of this include

Last modified: 1986-12-15
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1970
Valid CSS Valid XHTML 1.0 Strict