Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.h310 #undef _O_SHORT_LIVED
311 #define _O_SHORT_LIVED 0 macro
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c497 #ifdef _O_SHORT_LIVED in all_ins()
500 if (ins(d, "O_SHORT_LIVED", (long)_O_SHORT_LIVED)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dposixmodule.c9335 #ifdef _O_SHORT_LIVED in all_ins()
9338 if (ins(d, "O_SHORT_LIVED", (long)_O_SHORT_LIVED)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dposixmodule.c13866 #ifdef _O_SHORT_LIVED in all_ins()
13869 if (PyModule_AddIntConstant(m, "O_SHORT_LIVED", _O_SHORT_LIVED)) return -1; in all_ins()