Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c129 #ifndef S_ENFMT
130 # define S_ENFMT S_ISGID macro
529 if (PyModule_AddIntMacro(m, S_ENFMT)) return NULL; in PyInit__stat()
/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/cpython2/Lib/
Dstat.py65 S_ENFMT = S_ISGID variable
/external/python/cpython3/Lib/
Dstat.py78 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.rst1503 * :data:`stat.S_ENFMT`