Home
last modified time | relevance | path

Searched refs:S_ENFMT (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/
H A D_stat.c132 /* what is S_ENFMT? */
133 #ifndef S_ENFMT
134 # define S_ENFMT S_ISGID macro
449 S_ENFMT: file locking enforcement\n\
523 ADD_INT_MACRO(module, S_ENFMT); in stat_exec()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c25 * File locking test cases for fcntl. In Linux, S_ENFMT is not implemented
26 * in the kernel. However all standard Unix kernels define S_ENFMT as
27 * S_ISGID. So this test defines S_ENFMT as S_ISGID.
57 #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()
/third_party/python/Lib/
H A Dstat.py94 S_ENFMT = S_ISGID # file locking enforcement variable
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs416 pub const S_ENFMT: ::mode_t = 1024; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs859 pub const S_ENFMT: ::mode_t = 1024; consts

Completed in 8 milliseconds