gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:dt_localtime_us (0.01 seconds)
t2ex
t2ex_source/t2ex/datetime/src/localtime.c - 5.4KB - 156 lines
149: {
150:         return dt_localtime_us(s_to_us(tims), tz, result);
151: }
More results from localtime.c
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
3103:         }
3104:         err = dt_localtime_us(tim_u, NULL, &tm);
3105:         if (err >= E_OK) {
t2ex_source/t2ex/fs/fs/src/fs_stat.c - 11.5KB - 380 lines
82:         } else {
83:                 (void)dt_localtime_us(tim_u, NULL, &tm);
84:                 (void)dt_mktime(&tm, NULL, time);