Lines Matching refs:time

66  *   - HAVE_<FUNCTION>:  The configure check for compile time availability
1087 * "cleanup" field each time it's called.
1832 - time stamps are restricted to second resolution
1834 UTC and local time
2136 {NULL, "integer time of last access"},
2137 {NULL, "integer time of last modification"},
2138 {NULL, "integer time of last change"},
2139 {"st_atime", "time of last access"},
2140 {"st_mtime", "time of last modification"},
2141 {"st_ctime", "time of last change"},
2142 {"st_atime_ns", "time of last access in nanoseconds"},
2143 {"st_mtime_ns", "time of last modification in nanoseconds"},
2144 {"st_ctime_ns", "time of last change in nanoseconds"},
2161 {"st_birthtime", "time of creation"},
2303 st_?time might be set to None. Initialize it
5248 * they also intentionally leak the declaration of a pointer named "time"
5252 struct timespec *time; \
5254 time = NULL; \
5260 time = ts; \
5265 struct timeval *time; \
5267 time = NULL; \
5273 time = tv; \
5278 struct utimbuf *time; \
5280 time = NULL; \
5284 time = &u; \
5289 time_t *time; \
5291 time = NULL; \
5295 time = timet; \
5308 return utimensat(dir_fd, path, time, flags);
5316 return utimensat(dir_fd, path, time, flags);
5325 return futimesat(dir_fd, path, time);
5344 return futimens(fd, time);
5362 return futimes(fd, time);
5384 return utimensat(DEFAULT_DIR_FD, path, time, AT_SYMLINK_NOFOLLOW);
5401 return lutimes(path, time);
5416 return utimensat(DEFAULT_DIR_FD, path, time, 0);
5419 return utimes(path, time);
5423 return utimensat(DEFAULT_DIR_FD, path, time, 0);
5426 return utimes(path, time);
5429 return utime(path, time);
5432 return utime(path, time);
5478 Set the access and modified time of path.
5489 If times is None and ns is unspecified, utime uses the current time.
5614 could be the time stamp that gives a problem. */
8967 are successful this time.
9027 {"user", "user time"},
9028 {"system", "system time"},
9029 {"children_user", "user time of children"},
9030 {"children_system", "system time of children"},
9031 {"elapsed", "elapsed time since an arbitrary point in the past"},
14721 infrequent operation, just do it each time. Kernel32 is always
14771 infrequent operation, just do it each time. Kernel32 is always
15264 /* Do not update the access time. */