Home
last modified time | relevance | path

Searched refs:arj_localtime (Results 1 – 4 of 4) sorted by last modified time

/dports/archivers/arj/arj-3.10.22/
H A Darjtypes.c107 struct tm *arj_localtime(const time_t *ts) in arj_localtime() function
145 stm=arj_localtime(&_ts); in ts_unix2dos()
197 stm=arj_localtime(&rc); in mk_unixtime()
312 stm=arj_localtime(&ut); in timestamp_to_str()
H A Darj_proc.c198 tms=arj_localtime(&curtime); in append_curtime_proc()
308 tms=arj_localtime(&ts); in convert_time_limits()
318 tms=arj_localtime(&ts); in convert_time_limits()
331 tms=arj_localtime(&ts); in convert_time_limits()
H A Denviron.h823 struct tm *arj_localtime(const time_t *tt);
826 #define arj_localtime localtime macro
/dports/archivers/arj/debian/patches/
H A Dfix-time_t-usage.patch24 - stm=arj_localtime((time_t*)&ts);
25 + stm=arj_localtime(&ts);
51 - stm=arj_localtime((const long *)&rc);
52 + stm=arj_localtime(&rc);
71 - stm=arj_localtime((time_t *)&ts->unixtime);
72 + stm=arj_localtime(&ut);