Lines Matching refs:tim
151 cd9660_compute_gm_offset(time_t tim)
158 (void)localtime_r(&tim, &t);
159 (void)gmtime_r(&tim, &gm);
174 cd9660_time_8426(unsigned char *buf, time_t tim)
180 (void)gmtime_r(&tim, &t);
182 (void)localtime_r(&tim, &t);
192 buf[16] = cd9660_compute_gm_offset(tim);
197 cd9660_time_915(unsigned char *buf, time_t tim)
202 (void)gmtime_r(&tim, &t);
204 (void)localtime_r(&tim, &t);
211 buf[6] = cd9660_compute_gm_offset(tim);