Home
last modified time | relevance | path

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

/reactos/sdk/include/crt/
H A Dfcntl.h27 #define _O_TEMPORARY 0x0040 macro
44 #define O_TEMPORARY _O_TEMPORARY
/reactos/sdk/include/ucrt/
H A Dfcntl.h40 #define _O_TEMPORARY 0x0040 // temporary file bit (file is deleted when last handle is closed) macro
59 #define O_TEMPORARY _O_TEMPORARY
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_stdio.h628 if (result._lowio_mode & _O_TEMPORARY) {
632 result._lowio_mode |= _O_TEMPORARY;
/reactos/sdk/lib/ucrt/stdio/
H A Dtmpfile.cpp364 int const open_flag = _O_CREAT | _O_EXCL | _O_RDWR | _O_BINARY | _O_TEMPORARY; in common_tmpfile_nolock()
/reactos/dll/win32/cabinet/
H A Dcabinet.h44 #define _O_TEMPORARY 0x0040 macro
/reactos/sdk/lib/ucrt/lowio/
H A Dopen.cpp363 if (oflag & _O_TEMPORARY) in decode_options()
/reactos/modules/rostests/winetests/msvcrt/
H A Dheaders.c382 CHECK_DEF(_O_TEMPORARY); in test_defines()
/reactos/sdk/lib/crt/stdio/
H A Dfile.c1426 *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()