udf_core.c | 1009 struct timeval time_of_day; local in function:udf_set_timestamp_now 1011 (void)gettimeofday(&time_of_day, NULL); 1012 now.tv_sec = time_of_day.tv_sec; 1013 now.tv_nsec = time_of_day.tv_usec * 1000; 4503 struct timeval time_of_day; local in function:udf_proces_names 4522 (void)gettimeofday(&time_of_day, NULL); 4524 volset_nr |= ((uint64_t) time_of_day.tv_sec) << 32;
|