Searched refs:p_tm (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1446 struct tm *p_tm; local
1454 p_tm = _pthread_getspecific(localtime_key);
1455 if (p_tm == NULL) {
1456 if ((p_tm = (struct tm *)malloc(sizeof(struct tm)))
1459 _pthread_setspecific(localtime_key, p_tm);
1463 localsub(timep, 0L, p_tm);
1465 return(p_tm);
1547 struct tm *p_tm; local
1559 if ((p_tm = _pthread_getspecific(gmtime_key)) == NULL) {
1560 if ((p_tm
[all...]

Completed in 129 milliseconds