Searched refs:_O_TEMPORARY (Results 1 – 8 of 8) sorted by relevance
27 #define _O_TEMPORARY 0x0040 macro44 #define O_TEMPORARY _O_TEMPORARY
40 #define _O_TEMPORARY 0x0040 // temporary file bit (file is deleted when last handle is closed) macro59 #define O_TEMPORARY _O_TEMPORARY
628 if (result._lowio_mode & _O_TEMPORARY) {632 result._lowio_mode |= _O_TEMPORARY;
364 int const open_flag = _O_CREAT | _O_EXCL | _O_RDWR | _O_BINARY | _O_TEMPORARY; in common_tmpfile_nolock()
44 #define _O_TEMPORARY 0x0040 macro
363 if (oflag & _O_TEMPORARY) in decode_options()
382 CHECK_DEF(_O_TEMPORARY); in test_defines()
1426 *open_flags |= _O_TEMPORARY; in msvcrt_get_flags()1689 _O_RDWR|_O_WRONLY|_O_TEMPORARY| in split_oflags()1842 if (oflags & _O_TEMPORARY) in _wsopen_s()3921 fd = _open(filename, _O_CREAT | _O_BINARY | _O_RDWR | _O_TEMPORARY, in tmpfile()