Searched refs:st_birthtime (Results 1 – 17 of 17) sorted by relevance
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | b64.rs | 23 pub st_birthtime: ::time_t, field
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | b64.rs | 19 pub st_birthtime: ::time_t, field
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | b64.rs | 19 pub st_birthtime: ::time_t, field
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | b64.rs | 19 pub st_birthtime: ::time_t, field
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | powerpc.rs | 30 pub st_birthtime: ::time_t,
|
D | x86.rs | 30 pub st_birthtime: ::time_t,
|
D | powerpc64.rs | 30 pub st_birthtime: ::time_t,
|
D | arm.rs | 33 pub st_birthtime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 257 pub st_birthtime: ::time_t,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 155 pub st_birthtime: ::time_t,
|
/third_party/python/ |
D | pyconfig.h.in | 1089 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
|
D | configure.ac | 4254 AC_CHECK_MEMBERS([struct stat.st_birthtime])
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 311 pub st_birthtime: time_t,
|
/third_party/python/Doc/whatsnew/ |
D | 2.5.rst | 1467 :attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
|
/third_party/python/Modules/ |
D | posixmodule.c | 2458 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
|
/third_party/python/Doc/library/ |
D | os.rst | 2781 .. attribute:: st_birthtime
|
/third_party/python/Misc/ |
D | HISTORY | 18871 st_birthtime for FreeBSD.
|