st_atime 377 lib-src/ntlib.c buf->st_atime = convert_time (wfd.ftLastAccessTime); st_atime 378 lib-src/ntlib.c if (buf->st_atime == 0) buf->st_atime = buf->st_mtime; st_atime 477 lib-src/ntlib.c buf->st_atime = convert_time (info.ftLastAccessTime); st_atime 478 lib-src/ntlib.c if (buf->st_atime == 0) buf->st_atime = buf->st_mtime; st_atime 125 lib/stat-time.h return (struct timespec) { .tv_sec = st->st_atime, st_atime 135 lib/sys_stat.in.h time_t st_atime; st_atime 457 lib/utimens.c time_t adiff = st.st_atime - t[0].tv_sec; st_atime 106 nt/inc/sys/stat.h time_t st_atime; st_atime 124 nt/inc/sys/stat.h time_t st_atime; /* Accessed date (always 00:00 hrs local st_atime 140 nt/inc/sys/stat.h time_t st_atime; st_atime 5654 src/w32.c buf->st_atime = convert_time (atime); st_atime 5655 src/w32.c if (buf->st_atime == 0) buf->st_atime = buf->st_mtime; st_atime 5800 src/w32.c buf->st_atime = convert_time (info.ftLastAccessTime); st_atime 5801 src/w32.c if (buf->st_atime == 0) buf->st_atime = buf->st_mtime;