Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.h301 #undef _O_SHORT_LIVED
302 #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/libmtp/src/
Dplaylist-spl.c102 # define mkstemp(_pattern) _open(_mktemp(_pattern), _O_CREAT | _O_SHORT_LIVED | _O_EXCL)
/external/python/cpython2/Modules/
Dposixmodule.c9301 #ifdef _O_SHORT_LIVED in all_ins()
9304 if (ins(d, "O_SHORT_LIVED", (long)_O_SHORT_LIVED)) return -1; in all_ins()
/external/python/cpython3/Modules/
Dposixmodule.c12505 #ifdef _O_SHORT_LIVED
12508 if (PyModule_AddIntConstant(m, "O_SHORT_LIVED", _O_SHORT_LIVED)) return -1;