Home
last modified time | relevance | path

Searched refs:S_ENFMT (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Modules/
D_stat.c133 #ifndef S_ENFMT
134 # define S_ENFMT S_ISGID macro
523 ADD_INT_MACRO(module, S_ENFMT); in stat_exec()
/external/python/cpython2/Lib/
Dstat.py65 S_ENFMT = S_ISGID variable
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c57 #ifndef S_ENFMT
58 #define S_ENFMT S_ISGID macro
996 S_ENFMT | S_IRUSR | S_IWUSR, 0, 0, 36); in main()
1001 S_ENFMT | S_IRUSR | S_IWUSR, 5, 36, 45); in main()
/external/python/cpython3/Lib/
Dstat.py94 S_ENFMT = S_ISGID # file locking enforcement variable
/external/python/cpython2/Doc/library/
Dstat.rst217 (see also :data:`S_ENFMT`).
273 .. data:: S_ENFMT
Dos.rst1073 * :data:`stat.S_ENFMT`
/external/python/cpython3/Doc/library/
Dstat.rst277 (see also :data:`S_ENFMT`).
333 .. data:: S_ENFMT
Dos.rst1673 * :data:`stat.S_ENFMT`
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs396 pub const S_ENFMT: ::mode_t = 1024; constant
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs859 pub const S_ENFMT: ::mode_t = 1024; constant