Home
last modified time | relevance | path

Searched refs:st_birthtime (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs23 pub st_birthtime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs19 pub st_birthtime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
Db64.rs19 pub st_birthtime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs19 pub st_birthtime: ::time_t, field
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dpowerpc.rs30 pub st_birthtime: ::time_t,
Dx86.rs30 pub st_birthtime: ::time_t,
Dpowerpc64.rs30 pub st_birthtime: ::time_t,
Darm.rs33 pub st_birthtime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs257 pub st_birthtime: ::time_t,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs155 pub st_birthtime: ::time_t,
/third_party/python/
Dpyconfig.h.in1089 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Dconfigure.ac4254 AC_CHECK_MEMBERS([struct stat.st_birthtime])
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs311 pub st_birthtime: time_t,
/third_party/python/Doc/whatsnew/
D2.5.rst1467 :attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
/third_party/python/Modules/
Dposixmodule.c2458 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
/third_party/python/Doc/library/
Dos.rst2781 .. attribute:: st_birthtime
/third_party/python/Misc/
DHISTORY18871 st_birthtime for FreeBSD.