Searched refs:tsp64 (Results 1 – 2 of 2) sorted by relevance
42 bool need_time64 = tsp64 != NULL in __utimensat64_helper()43 && ((!TS_SPECIAL (tsp64[0]) in __utimensat64_helper()44 && !in_time_t_range (tsp64[0].tv_sec)) in __utimensat64_helper()45 || (!TS_SPECIAL (tsp64[1]) in __utimensat64_helper()46 && !in_time_t_range (tsp64[1].tv_sec))); in __utimensat64_helper()58 if (tsp64) in __utimensat64_helper()60 tsp32[0] = valid_timespec64_to_timespec (tsp64[0]); in __utimensat64_helper()61 tsp32[1] = valid_timespec64_to_timespec (tsp64[1]); in __utimensat64_helper()91 struct __timespec64 tsp64[2]; in libc_hidden_def() local94 tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); in libc_hidden_def()[all …]
32 __futimens64 (int fd, const struct __timespec64 tsp64[2]) in __futimens64()37 return __utimensat64_helper (fd, NULL, &tsp64[0], 0); in __futimens64()46 struct __timespec64 tsp64[2]; in __futimens() local49 tsp64[0] = valid_timespec_to_timespec64 (tsp[0]); in __futimens()50 tsp64[1] = valid_timespec_to_timespec64 (tsp[1]); in __futimens()53 return __futimens64 (fd, tsp ? &tsp64[0] : NULL); in __futimens()
Completed in 4 milliseconds