Home
last modified time | relevance | path

Searched defs:p_tm (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/lib/libc/time/
H A Dlocaltime.c1306 localtime_r(const time_t * timep,struct tm * p_tm) localtime_r() argument
1320 struct tm * p_tm = (struct tm*)_THREAD_PRIVATE(localtime, tm, NULL); localtime() local
1367 gmtime_r(const time_t * timep,struct tm * p_tm) gmtime_r() argument
1377 struct tm * p_tm = (struct tm*) _THREAD_PRIVATE(gmtime, tm, NULL); gmtime() local
[all...]