Home
last modified time | relevance | path

Searched refs:__st_ctim32 (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/src/stat/
Dfstatat.c65 .__st_ctim32.tv_sec = stx.stx_ctime.tv_sec, in fstatat_statx()
66 .__st_ctim32.tv_nsec = stx.stx_ctime.tv_nsec, in fstatat_statx()
126 .__st_ctim32.tv_sec = kst.st_ctime_sec, in fstatat_kstat()
127 .__st_ctim32.tv_nsec = kst.st_ctime_nsec, in fstatat_kstat()
/third_party/musl/arch/powerpc/bits/
Dstat.h19 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/i386/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/sh/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/or1k/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/m68k/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/arm/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/microblaze/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/mipsn32/bits/
Dstat.h15 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/arch/mips/bits/
Dstat.h18 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstat.h20 } __st_atim32, __st_mtim32, __st_ctim32; member
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c2455 buf->__st_ctim32.tv_sec = (long)to->to_ctime; in tmpfs_stat_common()
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c921 buf->__st_ctim32.tv_sec = (long)nfs_node->n_ctime; in vfs_nfs_stat()