Home
last modified time | relevance | path

Searched refs:I_GETCLTIME (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dfcntlmodule.c597 #ifdef I_GETCLTIME in all_ins()
598 INS(I_GETCLTIME); in all_ins()
/external/python/cpython3/Modules/
Dfcntlmodule.c645 #ifdef I_GETCLTIME in all_ins()
646 if (PyModule_AddIntMacro(m, I_GETCLTIME)) return -1; in all_ins()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py322 I_GETCLTIME = (STR|041) variable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2028 pub const I_GETCLTIME: ::c_int = STR | 0o41; constant