Searched defs:tm (Results 1 – 6 of 6) sorted by relevance
45 struct tm { struct46 int tm_sec; /* seconds */ argument47 int tm_min; /* minutes */ argument48 int tm_hour; /* hours */ argument49 int tm_mday; /* day of the month */ argument50 int tm_mon; /* month */ argument51 int tm_year; /* year */ argument52 int tm_wday; /* day of the week */ argument53 int tm_yday; /* day in the year */ argument54 int tm_isdst; /* daylight saving time */ argument[all …]
49 struct timespec tm; in clock() local
97 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()103 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime()
383 struct tm tm; local
233 static struct tm tm; variable
251 static int check_tm(struct TM *tm) in check_tm()