Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dtime32.c97 _int_to_time(int tint) in _int_to_time() argument
100 return(_time32_to_time(tint)); in _int_to_time()
101 return((time_t)tint); in _int_to_time()
/f-stack/tools/compat/include/
H A Dtimeconv.h59 time_t _int_to_time(int tint);