Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c1744 struct tm *p_tm = &tm; in localtime() local
1753 if ((p_tm = malloc(sizeof(*p_tm))) == NULL) { in localtime()
1757 free(p_tm); in localtime()
1818 struct tm *p_tm = &tm; in gmtime() local
1827 if ((p_tm = malloc(sizeof(*p_tm))) == NULL) { in gmtime()
1831 free(p_tm); in gmtime()
1836 return gmtime_r(timep, p_tm); in gmtime()
1864 struct tm *p_tm = &tm; in offtime() local
1873 if ((p_tm = malloc(sizeof(*p_tm))) == NULL) { in offtime()
1877 free(p_tm); in offtime()
[all …]