Home
last modified time | relevance | path

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

/timezone/
A Dzdump.c166 gmtime_r(time_t *tp, struct tm *tmp) in gmtime_r() argument
168 struct tm *r = gmtime(tp); in gmtime_r()
193 localtime_r(time_t *tp, struct tm *tmp) in localtime_r() argument
195 struct tm *r = localtime(tp); in localtime_r()
207 localtime_rz(timezone_t rz, time_t *tp, struct tm *tmp) in localtime_rz() argument
209 return localtime_r(tp, tmp); in localtime_rz()
279 my_gmtime_r(time_t *tp, struct tm *tmp) in my_gmtime_r() argument
281 return USE_LOCALTIME_RZ ? localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); in my_gmtime_r()
291 tmp = localtime_rz(tz, tp, tmp); in my_localtime_rz()
298 if (t != *tp) { in my_localtime_rz()
[all …]
A Dzic.c1029 FILE *fp, *tp; in dolink() local
1038 tp = fopen(tofield, "wb"); in dolink()
1039 if (!tp) { in dolink()
1046 putc(c, tp); in dolink()
1048 close_file(tp, directory, tofield); in dolink()

Completed in 13 milliseconds