Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/stdio/
H A Dtmpfile.cpp420 static errno_t __cdecl common_tmpfile(_Out_ FILE** const stream, int const sh_flag) throw() in common_tmpfile() function
487 common_tmpfile(&stream, _SH_DENYNO); in tmpfile()
497 return common_tmpfile(stream, _SH_DENYRW); in tmpfile_s()