ReactOS 0.4.16-dev-979-g79f281e
|
#include <corecrt_internal_lowio.h>
#include <corecrt_internal_securecrt.h>
#include <mbctype.h>
#include <process.h>
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
static bool | common_mktemp_s_continue (char const *const string, char const *const current) throw () |
static bool | common_mktemp_s_continue (wchar_t const *const, wchar_t const *const) throw () |
template<typename Character > | |
_Success_ (return==0) static errno_t __cdecl common_mktemp_s(_Inout_updates_z_(buffer_size_in_chars) Character *const template_string | |
size_t const buffer_size_in_chars | throw () |
errno_t __cdecl | _mktemp_s (char *const template_string, size_t const buffer_size_in_chars) |
errno_t __cdecl | _wmktemp_s (wchar_t *const template_string, size_t const buffer_size_in_chars) |
template<typename Character > | |
static Character *__cdecl | common_mktemp (Character *const template_string) throw () |
char *__cdecl | _mktemp (char *const template_string) |
wchar_t *__cdecl | _wmktemp (wchar_t *const template_string) |
Definition at line 160 of file mktemp.cpp.
Definition at line 119 of file mktemp.cpp.
Referenced by test_utf8().
Definition at line 165 of file mktemp.cpp.
Definition at line 127 of file mktemp.cpp.
|
static |
Definition at line 145 of file mktemp.cpp.
Referenced by _mktemp(), and _wmktemp().
|
static |
Definition at line 18 of file mktemp.cpp.
Referenced by throw().
|
static |
Definition at line 25 of file mktemp.cpp.
Definition at line 43 of file mktemp.cpp.