Searched refs:st_birthtime (Results 1 – 21 of 21) sorted by relevance
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | b64.rs | 23 pub st_birthtime: ::time_t, field
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | b64.rs | 19 pub st_birthtime: ::time_t, field
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | b64.rs | 19 pub st_birthtime: ::time_t, field
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
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,
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 239 pub st_birthtime: ::time_t,
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 117 pub st_birthtime: ::time_t,
|
/external/python/cpython2/ |
D | pyconfig.h.in | 737 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
|
D | configure.ac | 3577 AC_CHECK_MEMBERS([struct stat.st_birthtime])
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1409 * :attr:`st_birthtime` - time of file creation 1454 Added :attr:`st_gen` and :attr:`st_birthtime`.
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1064 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
|
D | configure.ac | 4215 AC_CHECK_MEMBERS([struct stat.st_birthtime])
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 137 pub st_birthtime: time_t,
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 1549 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1466 :attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1467 :attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 2374 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2647 .. attribute:: st_birthtime
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1487 st_birthtime for FreeBSD.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18871 st_birthtime for FreeBSD.
|