Searched defs:tm (Results 1 – 22 of 22) sorted by relevance
39 struct tm { struct40 int tm_sec; /* seconds after the minute [0-60] */ argument41 int tm_min; /* minutes after the hour [0-59] */ argument42 int tm_hour; /* hours since midnight [0-23] */ argument43 int tm_mday; /* day of the month [1-31] */ argument44 int tm_mon; /* months since January [0-11] */ argument45 int tm_year; /* years since 1900 */ argument46 int tm_wday; /* days since Sunday [0-6] */ argument47 int tm_yday; /* days since January 1 [0-365] */ argument48 int tm_isdst; /* Daylight Savings Time flag */ argument[all …]
32 struct tm *tm; local
83 struct tm tm, newtm; local195 struct tm tm; local
166 struct tms tm; local
411 char tm[26]; local
810 static char tm[32]; in date() local879 struct tms tm; local
509 struct tms tm; local
80 char tm[200]; local
289 struct tm *tm; local
138 time_t tm; member
323 printdate(p, tm) in printdate() argument
466 register struct tm *tm; local
1803 struct tm *tm; local
806 register struct tm *tm; in do_connect_accounting() local
467 register struct tmscp *tm = &tmscp[d]; local1023 struct tmscp *tm = &tmscp[um->um_ctlr]; local1323 tmscprsp(um, tm, sc, i) in tmscprsp() argument
672 register struct TcName *tm; in check_dup() local
329 struct timeval tm; local
966 static struct tm tm; local1014 static struct tm tm; local
59 int long tl, tm=0L; variable
35 struct tm *tm; local
631 struct tm *tm; local
787 static inline int VOP_UPDATE(vp, ta, tm, waitfor) in VOP_UPDATE() argument