Home
last modified time | relevance | path

Searched refs:st_gen (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs21 pub st_gen: u32, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs25 pub st_gen: u64, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs25 pub st_gen: u64, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dpowerpc64.rs28 pub st_gen: u32,
Dx86.rs28 pub st_gen: u32,
Darm.rs31 pub st_gen: u32,
/external/libcups/config-scripts/
Dcups-common.m4200 dnl See if the stat structure has the st_gen member...
201 AC_MSG_CHECKING(for st_gen member in stat structure)
203 int o = t.st_gen;],
/external/libcups/
Dconfig.h.in364 * Does the "stat" structure contain the "st_gen" member?
Dconfigure5472 int o = t.st_gen;
/external/libcups/cups/
Dfile.c2665 fileinfo.st_gen != linkinfo.st_gen || in cups_open()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs118 pub st_gen: u32,
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs238 pub st_gen: u32,
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs123 pub st_gen: u32,
/external/python/cpython2/
Dpyconfig.h.in749 /* Define to 1 if `st_gen' is a member of `struct stat'. */
Dconfigure.ac3576 AC_CHECK_MEMBERS([struct stat.st_gen])
/external/python/cpython2/Doc/library/
Dos.rst1408 * :attr:`st_gen` - file generation number
1454 Added :attr:`st_gen` and :attr:`st_birthtime`.
/external/python/cpython3/
Dpyconfig.h.in1076 /* Define to 1 if `st_gen' is a member of `struct stat'. */
Dconfigure.ac4214 AC_CHECK_MEMBERS([struct stat.st_gen])
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs143 pub st_gen: u32,
/external/python/cpython2/Modules/
Dposixmodule.c1543 PyInt_FromLong((long)st->st_gen)); in _pystat_fromstructstat()
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1465 resolution, and the returned object now has :attr:`st_gen` and
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1466 resolution, and the returned object now has :attr:`st_gen` and
/external/python/cpython3/Modules/
Dposixmodule.c2368 PyLong_FromLong((long)st->st_gen)); in _pystat_fromstructstat()
/external/python/cpython3/Doc/library/
Dos.rst2643 .. attribute:: st_gen
/external/python/cpython2/Misc/
DHISTORY1486 - Patch #1180695: Add nanosecond stat resolution, and st_gen,

12