Searched refs:tz (Results 1 – 3 of 3) sorted by relevance
108 int gettimeofday(struct timeval *tv, struct timezone *tz);109 int settimeofday(const struct timeval *tv, const struct timezone *tz);
288 struct timezone tz = {0}; in cmd_rtc_sync() local293 gettimeofday(&tv, &tz); in cmd_rtc_sync()
467 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday() argument474 if(tz != RT_NULL) in gettimeofday()476 tz->tz_dsttime = DST_NONE; in gettimeofday()478 tz->tz_minuteswest = -(rt_tz_get() / 60); in gettimeofday()480 tz->tz_minuteswest = 0; in gettimeofday()509 int settimeofday(const struct timeval *tv, const struct timezone *tz) in settimeofday() argument
Completed in 7 milliseconds