/third_party/musl/libc-test/src/functional/ |
D | utime64.c | 34 TESTVAL(st.st_atim.tv_sec,==,0); in main() 35 TESTVAL(st.st_atim.tv_nsec,==,0); in main() 41 TESTVAL(st.st_atim.tv_sec,==,0); in main() 42 TESTVAL(st.st_atim.tv_nsec,==,0); in main() 50 TESTVAL(st.st_atim.tv_sec,>=,t); in main() 57 TESTVAL(st.st_atim.tv_sec,==,0); in main() 62 TESTVAL(st.st_atim.tv_sec,>=,t); in main() 68 TESTVAL(st.st_atim.tv_sec, ==, 1LL<<32); in main()
|
D | utime.c | 31 TESTVAL(st.st_atim.tv_sec,==,0); in main() 32 TESTVAL(st.st_atim.tv_nsec,==,0); in main() 38 TESTVAL(st.st_atim.tv_sec,==,0); in main() 39 TESTVAL(st.st_atim.tv_nsec,==,0); in main() 47 TESTVAL(st.st_atim.tv_sec,>=,t); in main() 54 TESTVAL(st.st_atim.tv_sec,==,0); in main() 59 TESTVAL(st.st_atim.tv_sec,>=,t); in main() 65 TESTVAL(st.st_atim.tv_sec, ==, 1LL<<32); in main()
|
/third_party/musl/src/stat/ |
D | fstatat.c | 54 .st_atim.tv_sec = stx.stx_atime.tv_sec, in fstatat_statx() 55 .st_atim.tv_nsec = stx.stx_atime.tv_nsec, in fstatat_statx() 115 .st_atim.tv_sec = kst.st_atime_sec, in fstatat_kstat() 116 .st_atim.tv_nsec = kst.st_atime_nsec, in fstatat_kstat()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_misc.h | 27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) 30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
|
/third_party/musl/compat/time32/ |
D | fstat_time32.c | 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstat_time32()
|
D | stat_time32.c | 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __stat_time32()
|
D | lstat_time32.c | 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __lstat_time32()
|
D | fstatat_time32.c | 13 if (!r) memcpy(st32, &st, offsetof(struct stat, st_atim)); in __fstatat_time32()
|
/third_party/musl/arch/powerpc64/bits/ |
D | stat.h | 12 struct timespec st_atim; member
|
/third_party/musl/arch/s390x/bits/ |
D | stat.h | 10 struct timespec st_atim; member
|
/third_party/musl/arch/x86_64/bits/ |
D | stat.h | 18 struct timespec st_atim; member
|
/third_party/musl/arch/x32/bits/ |
D | stat.h | 18 struct timespec st_atim; member
|
/third_party/musl/arch/aarch64/bits/ |
D | stat.h | 14 struct timespec st_atim; member
|
/third_party/musl/arch/riscv64/bits/ |
D | stat.h | 14 struct timespec st_atim; member
|
/third_party/musl/arch/mips64/bits/ |
D | stat.h | 13 struct timespec st_atim; member
|
/third_party/musl/arch/powerpc/bits/ |
D | stat.h | 21 struct timespec st_atim; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/i386/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/sh/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/or1k/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/m68k/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/arm/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/arch/microblaze/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | stat.h | 22 struct timespec st_atim; member
|