Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 3 of 3) sorted by relevance

/time/
A Dtimegm.c30 __timegm64 (struct tm *tmp) in __timegm64() argument
33 tmp->tm_isdst = 0; in __timegm64()
34 return __mktime_internal (tmp, __gmtime64_r, &gmtime_offset); in __timegm64()
42 timegm (struct tm *tmp) in libc_hidden_def()
44 struct tm tm = *tmp; in libc_hidden_def()
48 *tmp = tm; in libc_hidden_def()
A Dtst-posixtz.c41 struct tm *tmp; in do_test() local
49 tmp = localtime (&tests[cnt].when); in do_test()
53 tmp->tm_year + 1900, tmp->tm_mon + 1, tmp->tm_mday, in do_test()
54 tmp->tm_hour, tmp->tm_min, tmp->tm_sec, tmp->tm_isdst, in do_test()
55 tzname[tmp->tm_isdst ? 1 : 0]); in do_test()
A Dstrptime_l.c241 __strptime_internal (const char *rp, const char *fmt, struct tm *tmp, in __strptime_internal() argument
287 tm = tmp; in __strptime_internal()
292 tmb = *tmp; in __strptime_internal()
1147 *tmp = tmb; in __strptime_internal()

Completed in 13 milliseconds