Home
last modified time | relevance | path

Searched refs:st_atim (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstat-time.m412 # st_atim.tv_nsec - Linux, Solaris, Cygwin
15 # st_atim.st__tim.tv_nsec - UnixWare (at least 2.1.2 through 7.1)
25 AC_CHECK_MEMBERS([struct stat.st_atim.tv_nsec],
26 [AC_CACHE_CHECK([whether struct stat.st_atim is of type struct timespec],
40 st.st_atim = ts;
46 [Define to 1 if the type of the st_atim member of a struct stat is
51 [AC_CHECK_MEMBERS([struct stat.st_atim.st__tim.tv_nsec], [], [],
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dstat-time.m412 # st_atim.tv_nsec - Linux, Solaris, Cygwin
15 # st_atim.st__tim.tv_nsec - UnixWare (at least 2.1.2 through 7.1)
25 AC_CHECK_MEMBERS([struct stat.st_atim.tv_nsec],
26 [AC_CACHE_CHECK([whether struct stat.st_atim is of type struct timespec],
40 st.st_atim = ts;
46 [Define to 1 if the type of the st_atim member of a struct stat is
51 [AC_CHECK_MEMBERS([struct stat.st_atim.st__tim.tv_nsec], [], [],
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstat-time.h69 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns()
71 return STAT_TIMESPEC_NS (st, st_atim); in get_stat_atime_ns()
121 return STAT_TIMESPEC (st, st_atim); in get_stat_atime()
217 short int const ts_off[] = { offsetof (struct stat, st_atim), in stat_time_normalize()
H A Dstat-w32.c354 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in _gl_fstat_by_handle()
391 buf->st_atim.tv_sec = 0; buf->st_atim.tv_nsec = 0; in _gl_fstat_by_handle()
H A Dsys_stat.in.h119 struct timespec st_atim;
129 # define st_atime st_atim.tv_sec
H A Dstat.c331 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in rpl_stat()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstat-time.h69 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns()
71 return STAT_TIMESPEC_NS (st, st_atim); in get_stat_atime_ns()
121 return STAT_TIMESPEC (st, st_atim); in get_stat_atime()
217 short int const ts_off[] = { offsetof (struct stat, st_atim), in stat_time_normalize()
H A Dstat-w32.c354 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in _gl_fstat_by_handle()
391 buf->st_atim.tv_sec = 0; buf->st_atim.tv_nsec = 0; in _gl_fstat_by_handle()
H A Dsys_stat.in.h119 struct timespec st_atim;
129 # define st_atime st_atim.tv_sec
H A Dstat.c331 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in rpl_stat()
/netbsd/sys/sys/
H A Dstat.h69 struct timespec st_atim; /* time of last access */ member
94 #define st_atime st_atim.tv_sec
101 #define st_atimespec st_atim
102 #define st_atimensec st_atim.tv_nsec
/netbsd/external/gpl3/binutils/dist/binutils/
H A Drename.c113 return STAT_TIMESPEC (st, st_atim).tv_nsec; in get_stat_atime_ns()
115 return STAT_TIMESPEC_NS (st, st_atim); in get_stat_atime_ns()
140 return STAT_TIMESPEC (st, st_atim); in get_stat_atime()
H A Dconfigure.ac202 AC_CHECK_MEMBERS([struct stat.st_atim.tv_nsec],
203 [AC_CACHE_CHECK([whether struct stat.st_atim is of type struct timespec],
217 st.st_atim = ts;
223 [Define to 1 if the type of the st_atim member of a struct stat is
228 [AC_CHECK_MEMBERS([struct stat.st_atim.st__tim.tv_nsec], [], [],
H A Dconfig.in131 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
134 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
210 /* Define to 1 if the type of the st_atim member of a struct stat is struct
/netbsd/sys/rump/kern/lib/libsys_sunos/
H A Drump_sunos_compat.c73 struct timespec st_atim; member
93 struct timespec50 st_atim; member
122 ssb->st_atim = sb->st_atimespec; in bsd_to_sunos_stat()
126 timespec_to_timespec50(&sb->st_atimespec, &ssb->st_atim); in bsd_to_sunos_stat()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfs.c1445 dst->st_atim.tv_sec = src->st_atimespec.tv_sec; in uv__to_stat()
1446 dst->st_atim.tv_nsec = src->st_atimespec.tv_nsec; in uv__to_stat()
1456 dst->st_atim.tv_sec = src->st_atime; in uv__to_stat()
1457 dst->st_atim.tv_nsec = src->st_atimensec; in uv__to_stat()
1477 dst->st_atim.tv_sec = src->st_atim.tv_sec; in uv__to_stat()
1478 dst->st_atim.tv_nsec = src->st_atim.tv_nsec; in uv__to_stat()
1496 dst->st_atim.tv_sec = src->st_atime; in uv__to_stat()
1497 dst->st_atim.tv_nsec = 0; in uv__to_stat()
1572 buf->st_atim.tv_sec = statxbuf.stx_atime.tv_sec; in uv__fs_statx()
1573 buf->st_atim.tv_nsec = statxbuf.stx_atime.tv_nsec; in uv__fs_statx()
/netbsd/sys/rump/kern/lib/libsys_cygwin/
H A Drump_cygwin_compat.c57 struct timespec50 st_atim; member
84 timespec_to_timespec50(&sb->st_atimespec, &ssb->st_atim); in bsd_to_cygwin_stat()
/netbsd/external/mit/libuv/dist/test/
H A Dtest-fs.c845 double st_atim; in check_utime() local
849 ASSERT_DOUBLE_GE(s->st_atim.tv_nsec, 0); in check_utime()
852 st_atim = s->st_atim.tv_sec + s->st_atim.tv_nsec / 1e9; in check_utime()
859 ASSERT_DOUBLE_EQ(st_atim, atime); in check_utime()
1463 ASSERT(s->st_atim.tv_sec == t.st_atime); in TEST_IMPL()
1464 ASSERT(s->st_atim.tv_nsec == 0); in TEST_IMPL()
1470 ASSERT(s->st_atim.tv_sec == t.st_atime); in TEST_IMPL()
1486 ASSERT(s->st_atim.tv_sec == t.st_atim.tv_sec); in TEST_IMPL()
1487 ASSERT(s->st_atim.tv_nsec == t.st_atim.tv_nsec); in TEST_IMPL()
1498 ASSERT(s->st_atim.tv_sec == t.st_atime); in TEST_IMPL()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.cc41 sbuf.st_atim.tv_sec = 0; in DbeFile()
296 sbuf.st_atim.tv_sec = 0; in check_access()
518 if (sbuf.st_atim.tv_sec == 0) in get_stat()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_stat.c90 st->st_atim.tv_nsec = archive_entry_atime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c44 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec); in archive_entry_copy_stat()
/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dfilesystem_common.h255 TimeSpec st_atim; member
481 inline TimeSpec extract_atime(StatT const& st) { return st.st_atim; }
/netbsd/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c404 atime_nsec = pair->src_st.st_atim.tv_nsec; in io_copy_attrs()
424 atime_nsec = pair->src_st.st_atim.st__tim.tv_nsec; in io_copy_attrs()
/netbsd/external/public-domain/xz/dist/
H A Dconfig.h.in240 /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
243 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1096 struct unix_timeval st_atim; member
1141 target.st_atim.tv_sec = H2T_4(host->st_atime); in convert_to_solaris_stat()
1142 target.st_atim.tv_usec = 0; in convert_to_solaris_stat()

12