ReactOS 0.4.15-dev-7788-g1ad9096
string.h File Reference
#include <crtdefs.h>
#include <sec_api/string_s.h>
Include dependency graph for string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _NLSCMP_DEFINED
 
#define _NLSCMPERROR   2147483647
 
#define _CRT_MEMORY_DEFINED
 
#define _WSTRING_DEFINED
 
#define wcswcs   wcsstr
 
#define strcasecmp   _stricmp
 
#define strncasecmp   _strnicmp
 
#define stricmp   _stricmp
 
#define wcsicmp   _wcsicmp
 

Functions

_CRTIMP void *__cdecl _memccpy (_Out_writes_bytes_opt_(_MaxCount) void *_Dst, _In_ const void *_Src, _In_ int _Val, _In_ size_t _MaxCount)
 
_Must_inspect_result_ _CRTIMP _CONST_RETURN void *__cdecl memchr (_In_reads_bytes_opt_(_MaxCount) const void *_Buf, _In_ int _Val, _In_ size_t _MaxCount)
 
_Must_inspect_result_ _CRTIMP int __cdecl _memicmp (_In_reads_bytes_opt_(_Size) const void *_Buf1, _In_reads_bytes_opt_(_Size) const void *_Buf2, _In_ size_t _Size)
 
_Must_inspect_result_ _CRTIMP int __cdecl _memicmp_l (_In_reads_bytes_opt_(_Size) const void *_Buf1, _In_reads_bytes_opt_(_Size) const void *_Buf2, _In_ size_t _Size, _In_opt_ _locale_t _Locale)
 
_Must_inspect_result_ int __cdecl memcmp (_In_reads_bytes_(_Size) const void *_Buf1, _In_reads_bytes_(_Size) const void *_Buf2, _In_ size_t _Size)
 
 _Post_equal_to_ (_Dst) _At_buffer_((unsigned char *) _Dst
 
 _Post_satisfies_ (((unsigned char *) _Dst)[_Iter_]==((unsigned char *) _Src)[_Iter_])) void *__cdecl memcpy(_Out_writes_bytes_all_(_MaxCount) void *_Dst
 
 _In_reads_bytes_ (_MaxCount) const void *_Src
 
_CRTIMP void *__cdecl memccpy (_Out_writes_bytes_opt_(_Size) void *_Dst, _In_reads_bytes_opt_(_Size) const void *_Src, _In_ int _Val, _In_ size_t _Size)
 
_Check_return_ _CRTIMP int __cdecl memicmp (_In_reads_bytes_opt_(_Size) const void *_Buf1, _In_reads_bytes_opt_(_Size) const void *_Buf2, _In_ size_t _Size)
 
char *__cdecl _strset (_Inout_z_ char *_Str, _In_ int _Val)
 
char *__cdecl strcpy (_Out_writes_z_(_String_length_(_Source)+1) char *_Dest, _In_z_ const char *_Source)
 
char *__cdecl strcat (_Inout_updates_z_(_String_length_(_Dest)+_String_length_(_Source)+1) char *_Dest, _In_z_ const char *_Source)
 
_Check_return_ int __cdecl strcmp (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_CRTIMP size_t __cdecl strlen (_In_z_ const char *_Str)
 
 _When_ (_MaxCount > _String_length_(_Str), _Post_satisfies_(return==_String_length_(_Str))) _When_(_MaxCount<
 
 _Post_satisfies_ (return==_MaxCount)) _CRTIMP size_t __cdecl strnlen(_In_reads_or_z_(_MaxCount) const char *_Str
 
void *__cdecl memmove (_Out_writes_bytes_all_opt_(_MaxCount) void *_Dst, _In_reads_bytes_opt_(_MaxCount) const void *_Src, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP char *__cdecl _strdup (_In_opt_z_ const char *_Src)
 
_Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strchr (_In_z_ const char *_Str, _In_ int _Val)
 
_Check_return_ _CRTIMP int __cdecl _stricmp (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _strcmpi (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _stricmp_l (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl strcoll (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _strcoll_l (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _stricoll (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _stricoll_l (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _strncoll (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _strncoll_l (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _strnicoll (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _strnicoll_l (_In_z_ const char *_Str1, _In_z_ const char *_Str2, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP size_t __cdecl strcspn (_In_z_ const char *_Str, _In_z_ const char *_Control)
 
_Check_return_ _CRTIMP char *__cdecl _strerror (_In_opt_z_ const char *_ErrMsg)
 
_Check_return_ _CRTIMP char *__cdecl strerror (_In_ int)
 
_CRTIMP char *__cdecl _strlwr (_Inout_z_ char *_String)
 
charstrlwr_l (char *_String, _locale_t _Locale)
 
char *__cdecl strncat (char *_Dest, const char *_Source, size_t _Count)
 
_Check_return_ int __cdecl strncmp (_In_reads_or_z_(_MaxCount) const char *_Str1, _In_reads_or_z_(_MaxCount) const char *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _strnicmp (_In_reads_or_z_(_MaxCount) const char *_Str1, _In_reads_or_z_(_MaxCount) const char *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _strnicmp_l (_In_reads_or_z_(_MaxCount) const char *_Str1, _In_reads_or_z_(_MaxCount) const char *_Str2, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
char *__cdecl strncpy (char *_Dest, const char *_Source, size_t _Count)
 
_CRTIMP char *__cdecl _strnset (char *_Str, int _Val, size_t _MaxCount)
 
_Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strpbrk (_In_z_ const char *_Str, _In_z_ const char *_Control)
 
_Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strrchr (_In_z_ const char *_Str, _In_ int _Ch)
 
_CRTIMP char *__cdecl _strrev (_Inout_z_ char *_Str)
 
_Check_return_ _CRTIMP size_t __cdecl strspn (_In_z_ const char *_Str, _In_z_ const char *_Control)
 
_Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strstr (_In_z_ const char *_Str, _In_z_ const char *_SubStr)
 
_Check_return_ _CRTIMP char *__cdecl strtok (_Inout_opt_z_ char *_Str, _In_z_ const char *_Delim)
 
_CRTIMP char *__cdecl _strupr (_Inout_z_ char *_String)
 
_CRTIMP char_strupr_l (char *_String, _locale_t _Locale)
 
_Check_return_opt_ _CRTIMP size_t __cdecl strxfrm (_Out_writes_opt_(_MaxCount) _Post_maybez_ char *_Dst, _In_z_ const char *_Src, _In_ size_t _MaxCount)
 
_Check_return_opt_ _CRTIMP size_t __cdecl _strxfrm_l (_Out_writes_opt_(_MaxCount) _Post_maybez_ char *_Dst, _In_z_ const char *_Src, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP char *__cdecl strdup (_In_opt_z_ const char *_Src)
 
_Check_return_ _CRTIMP int __cdecl strcmpi (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_Check_return_ _CRTIMP int __cdecl stricmp (_In_z_ const char *_Str1, _In_z_ const char *_Str2)
 
_CRTIMP char *__cdecl strlwr (_Inout_z_ char *_Str)
 
_Check_return_ _CRTIMP int __cdecl strnicmp (_In_z_ const char *_Str1, _In_z_ const char *_Str, _In_ size_t _MaxCount)
 
_CRTIMP char *__cdecl strnset (_Inout_updates_z_(_MaxCount) char *_Str, _In_ int _Val, _In_ size_t _MaxCount)
 
_CRTIMP char *__cdecl strrev (_Inout_z_ char *_Str)
 
_CRTIMP char *__cdecl strset (_Inout_z_ char *_Str, _In_ int _Val)
 
_CRTIMP char *__cdecl strupr (_Inout_z_ char *_Str)
 
_Check_return_ _CRTIMP wchar_t *__cdecl _wcsdup (_In_z_ const wchar_t *_Str)
 
_CRTIMP wchar_t *__cdecl wcscat (_Inout_updates_z_(_String_length_(_Dest)+_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
 
_Check_return_ _When_ (return !=0, _Ret_range_(_Str, _Str+_String_length_(_Str) - 1)) _CRTIMP _CONST_RETURN wchar_t *__cdecl wcschr(_In_z_ const wchar_t *_Str
 
_Check_return_ _CRTIMP int __cdecl wcscmp (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
 
_CRTIMP wchar_t *__cdecl wcscpy (_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
 
_Check_return_ _CRTIMP size_t __cdecl wcscspn (_In_z_ const wchar_t *_Str, _In_z_ const wchar_t *_Control)
 
_CRTIMP wchar_t *__cdecl wcsncat (wchar_t *_Dest, const wchar_t *_Source, size_t _Count)
 
 _Ret_range_ (==, _String_length_(_Str)) _CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
 
 _When_ (_MaxCount > _String_length_(_Src), _Post_satisfies_(return==_String_length_(_Src))) _When_(_MaxCount<
 
_Check_return_ _CRTIMP int __cdecl wcsncmp (_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
 
_CRTIMP wchar_t *__cdecl wcsncpy (wchar_t *_Dest, const wchar_t *_Source, size_t _Count)
 
_Check_return_ _CRTIMP _CONST_RETURN wchar_t *__cdecl wcspbrk (_In_z_ const wchar_t *_Str, _In_z_ const wchar_t *_Control)
 
_Check_return_ _CRTIMP _CONST_RETURN wchar_t *__cdecl wcsrchr (_In_z_ const wchar_t *_Str, _In_ wchar_t _Ch)
 
_Check_return_ _CRTIMP size_t __cdecl wcsspn (_In_z_ const wchar_t *_Str, _In_z_ const wchar_t *_Control)
 
_Check_return_ _CRTIMP wchar_t *__cdecl wcstok (_Inout_opt_z_ wchar_t *_Str, _In_z_ const wchar_t *_Delim)
 
_Check_return_ _CRTIMP wchar_t *__cdecl _wcserror (_In_ int _ErrNum)
 
_Check_return_ _CRTIMP wchar_t *__cdecl __wcserror (_In_opt_z_ const wchar_t *_Str)
 
_Check_return_ _CRTIMP int __cdecl _wcsicmp (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _wcsicmp_l (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _wcsnicmp (_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _wcsnicmp_l (_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_CRTIMP wchar_t *__cdecl _wcsnset (wchar_t *_Str, wchar_t _Val, size_t _MaxCount)
 
_CRTIMP wchar_t *__cdecl _wcsrev (_Inout_z_ wchar_t *_Str)
 
_CRTIMP wchar_t *__cdecl _wcsset (wchar_t *_Str, wchar_t _Val)
 
_CRTIMP wchar_t *__cdecl _wcslwr (_Inout_z_ wchar_t *_String)
 
_CRTIMP wchar_t_wcslwr_l (wchar_t *_String, _locale_t _Locale)
 
_CRTIMP wchar_t *__cdecl _wcsupr (_Inout_z_ wchar_t *_String)
 
_CRTIMP wchar_t_wcsupr_l (wchar_t *_String, _locale_t _Locale)
 
_Check_return_opt_ _CRTIMP size_t __cdecl wcsxfrm (_Out_writes_opt_(_MaxCount) _Post_maybez_ wchar_t *_Dst, _In_z_ const wchar_t *_Src, _In_ size_t _MaxCount)
 
_Check_return_opt_ _CRTIMP size_t __cdecl _wcsxfrm_l (_Out_writes_opt_(_MaxCount) _Post_maybez_ wchar_t *_Dst, _In_z_ const wchar_t *_Src, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl wcscoll (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _wcscoll_l (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _wcsicoll (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
 
_Check_return_ _CRTIMP int __cdecl _wcsicoll_l (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _wcsncoll (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _wcsncoll_l (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP int __cdecl _wcsnicoll (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_ size_t _MaxCount)
 
_Check_return_ _CRTIMP int __cdecl _wcsnicoll_l (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2, _In_ size_t _MaxCount, _In_opt_ _locale_t _Locale)
 
_Check_return_ _CRTIMP wchar_t *__cdecl wcsdup (_In_z_ const wchar_t *_Str)
 
_Check_return_ _CRTIMP int __cdecl wcsicmp (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
 
_Check_return_ _CRTIMP int __cdecl wcsnicmp (_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
 
_CRTIMP wchar_t *__cdecl wcsnset (_Inout_updates_z_(_MaxCount) wchar_t *_Str, _In_ wchar_t _Val, _In_ size_t _MaxCount)
 
_CRTIMP wchar_t *__cdecl wcsrev (_Inout_z_ wchar_t *_Str)
 
_CRTIMP wchar_t *__cdecl wcsset (_Inout_z_ wchar_t *_Str, wchar_t _Val)
 
_CRTIMP wchar_t *__cdecl wcslwr (_Inout_z_ wchar_t *_Str)
 
_CRTIMP wchar_t *__cdecl wcsupr (_Inout_z_ wchar_t *_Str)
 
_Check_return_ _CRTIMP int __cdecl wcsicoll (_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
 

Variables

 _Iter_
 
 _MaxCount
 
 _Size
 
_In_ int _Val
 
_Check_return_ wchar_t _Ch
 
_In_z_ const wchar_t_SubStr
 

Macro Definition Documentation

◆ _CRT_MEMORY_DEFINED

#define _CRT_MEMORY_DEFINED

Definition at line 21 of file string.h.

◆ _NLSCMP_DEFINED

#define _NLSCMP_DEFINED

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 16 of file string.h.

◆ _NLSCMPERROR

#define _NLSCMPERROR   2147483647

Definition at line 17 of file string.h.

◆ _WSTRING_DEFINED

#define _WSTRING_DEFINED

Definition at line 615 of file string.h.

◆ strcasecmp

#define strcasecmp   _stricmp

Definition at line 1142 of file string.h.

◆ stricmp

#define stricmp   _stricmp

Definition at line 1144 of file string.h.

◆ strncasecmp

#define strncasecmp   _strnicmp

Definition at line 1143 of file string.h.

◆ wcsicmp

#define wcsicmp   _wcsicmp

Definition at line 1145 of file string.h.

◆ wcswcs

#define wcswcs   wcsstr

Definition at line 1065 of file string.h.

Function Documentation

◆ __wcserror()

◆ _In_reads_bytes_()

_In_reads_bytes_ ( _MaxCount  ) const

◆ _memccpy()

_CRTIMP void *__cdecl _memccpy ( _Out_writes_bytes_opt_(_MaxCount) void _Dst,
_In_ const void _Src,
_In_ int  _Val,
_In_ size_t  _MaxCount 
)

◆ _memicmp()

◆ _memicmp_l()

◆ _Post_equal_to_()

_Post_equal_to_ ( _Dst  )

◆ _Post_satisfies_() [1/2]

_Post_satisfies_ ( ((unsigned char *) _Dst)  [_Iter_] = = ((unsigned char*)_Src)[_Iter_])

◆ _Post_satisfies_() [2/2]

_Post_satisfies_ ( return  = _MaxCount) const

◆ _Ret_range_()

_Ret_range_ ( _String_length_(_Str)  ) const

◆ _strcmpi()

_Check_return_ _CRTIMP int __cdecl _strcmpi ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

Referenced by is_font_available(), and LoadLibraryA().

◆ _strcoll_l()

_Check_return_ _CRTIMP int __cdecl _strcoll_l ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_opt_ _locale_t  _Locale 
)

Definition at line 472 of file stubs.c.

476{
478 return 0;
479}
#define UNIMPLEMENTED
Definition: stubs.c:6

◆ _strdup()

◆ _strerror()

_Check_return_ _CRTIMP char *__cdecl _strerror ( _In_opt_z_ const char _ErrMsg)

Referenced by _wperror().

◆ _stricmp()

_Check_return_ _CRTIMP int __cdecl _stricmp ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

◆ _stricmp_l()

_Check_return_ _CRTIMP int __cdecl _stricmp_l ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_opt_ _locale_t  _Locale 
)

Definition at line 485 of file stubs.c.

489{
491 return 0;
492}

◆ _stricoll()

_Check_return_ _CRTIMP int __cdecl _stricoll ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

◆ _stricoll_l()

_Check_return_ _CRTIMP int __cdecl _stricoll_l ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_opt_ _locale_t  _Locale 
)

Definition at line 498 of file stubs.c.

502{
504 return 0;
505}

◆ _strlwr()

_CRTIMP char *__cdecl _strlwr ( _Inout_z_ char _String)

◆ _strncoll()

_Check_return_ _CRTIMP int __cdecl _strncoll ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_ size_t  _MaxCount 
)

Referenced by test__tcsncoll().

◆ _strncoll_l()

_Check_return_ _CRTIMP int __cdecl _strncoll_l ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_ size_t  _MaxCount,
_In_opt_ _locale_t  _Locale 
)

Definition at line 536 of file stubs.c.

541{
543 return 0;
544}

◆ _strnicmp()

◆ _strnicmp_l()

◆ _strnicoll()

_Check_return_ _CRTIMP int __cdecl _strnicoll ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_ size_t  _MaxCount 
)

Referenced by test__tcsnicoll().

◆ _strnicoll_l()

_Check_return_ _CRTIMP int __cdecl _strnicoll_l ( _In_z_ const char _Str1,
_In_z_ const char _Str2,
_In_ size_t  _MaxCount,
_In_opt_ _locale_t  _Locale 
)

Definition at line 564 of file stubs.c.

569{
571 return 0;
572}

◆ _strnset()

_CRTIMP char *__cdecl _strnset ( char _Str,
int  _Val,
size_t  _MaxCount 
)

Definition at line 27 of file strset.c.

28{
29 char *t = szToFill;
30 int i = 0;
31 while (*szToFill != 0 && i < (int) sizeMaxFill)
32 {
33 *szToFill = szFill;
34 szToFill++;
35 i++;
36
37 }
38 return t;
39}
GLdouble GLdouble t
Definition: gl.h:2047
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Definition: glfuncs.h:248

◆ _strrev()

_CRTIMP char *__cdecl _strrev ( _Inout_z_ char _Str)

◆ _strset()

char *__cdecl _strset ( _Inout_z_ char _Str,
_In_ int  _Val 
)

◆ _strupr()

◆ _strupr_l()

_CRTIMP char * _strupr_l ( char _String,
_locale_t  _Locale 
)

Definition at line 590 of file stubs.c.

593{
595 return 0;
596}

◆ _strxfrm_l()

◆ _wcscoll_l()

_Check_return_ _CRTIMP int __cdecl _wcscoll_l ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_opt_ _locale_t  _Locale 
)

Definition at line 721 of file stubs.c.

725{
727 return 0;
728}

◆ _wcsdup()

◆ _wcserror()

_Check_return_ _CRTIMP wchar_t *__cdecl _wcserror ( _In_ int  _ErrNum)

◆ _wcsicmp()

_Check_return_ _CRTIMP int __cdecl _wcsicmp ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2 
)

Referenced by CFSDropTarget::_CopyItems(), _CreateNonspooledPort(), _tmain(), AddCodePage(), AddKeyboardLayouts(), AddOrUpdateHwnd(), ApplyAuditEvents(), ApplyRegistryValues(), ArcMatchTokenU(), AvrfpFindDuplicateThunk(), AvrfpResolveThunks(), BinaryFileCompare(), BlpDisplayRegisterLocale(), BuildParameterArray(), CheckForDeviceId(), CheckInfFile(), CheckLogOrSourceExistence(), CheckUnattendedSetup(), clean_main(), cmdAccounts(), cmdComputer(), cmdConfig(), cmdContinue(), cmdGroup(), cmdHelp(), cmdHelpMsg(), cmdLocalGroup(), cmdPause(), cmdSession(), cmdShare(), cmdStart(), cmdStatistics(), cmdStop(), cmdUser(), co_UserCreateWindowEx(), compare(), CZipFolder::CompareIDs(), CompareInfo(), CompareName(), CreateExtendedPartition(), CreateLogicalPartition(), CreatePrimaryPartition(), CSR_API(), DefaultProcessEntry(), DeletePartition(), DnsIntCacheGetEntryByName(), DnsIntCacheRemoveEntryByName(), DnsIntFlushCacheEntry(), DoParse(), CDeskLinkDropHandler::Drop(), ElfCreateEventLogHandle(), EnumerateDevices(), EnumerateReactOSEntries(), EnumerateSoundProfiles(), EqualFamilyInfo(), FileTableCompareWithSameAttributes(), FileTableCompareWithSubsetAttributes(), FindCurrentDriver(), FindEnumOption(), FindForm(), FindLabelContext(), FindLanguageIndex(), FindLanguageInList(), FindNetworkAdapter(), FindNetworkComponent(), FindOrAppendTheme(), FindPort(), FindPrintMonitor(), FindSoundFileInList(), FindSoundProfile(), FindStyle(), FreeLdrEnumerateBootEntries(), GdipGetEncoderClsid(), get_mmioFromProfile(), GetAdapterIndexFromNetCfgInstanceId(), GetEventSourceByName(), GetFontFamilyInfoForSubstitutes(), GetFontPenalty(), CNetConnectionPropertyUi::GetINetCfgComponent(), GetInstallSourceWin32(), GetLargerTimeZoneEntry(), GetOptionType(), GetProcessID(), GetProfileSize(), GetProvider(), GetRootKeyByName(), ImportRegistryFile(), ImportSoundLabel(), INetCfgComponentBindings_fnIsBoundTo(), IniCacheGetSection(), InitAudioDlg(), CFontExt::Initialize(), COpenWithMenu::Initialize(), Initialize(), InputList_Compare(), InputList_FindPreloadKLID(), InstallDriver(), InstallWindowsNt(), Int_EnumDependentServicesW(), IntAddNameFromFamInfo(), IntCheckForConsoleFileName(), IntFontFamilyCompareEx(), IntGdiGetFontResourceInfo(), IntGetIcdData(), IsBinaryExt(), IsConsoleBoot(), IsConsoleShell(), IsFontDotExt(), IsInternalCommand(), IsLanguageAvailable(), IsLiveCD(), IsRootDeviceInstanceID(), LoadEventSources(), LoadSettings(), LoadSetupInf(), LocalmonOpenPort(), LogfListItemByName(), LogonPageProc(), LsapLookupAccountRightValue(), LsarpLookupPrivilegeDisplayName(), LsarpLookupPrivilegeValue(), MAIN_AutoStart(), MMSYS_InstallDevice(), MoveKey(), MsvpCheckWorkstations(), NetStatisticsGet(), NtfsDirFindFile(), NtfsGrabFCBFromTable(), OnInitDialog(), OpenConsoleW(), ParseArcName(), ParseCmdline(), ParseDay(), ParseHour(), ParseReasonCode(), ParseTime(), ParseUnattend(), PartitionDescription(), PathIsEqual(), pBuildFileList(), PlaySound_GetMMIO(), ProcessCommandLine(), ProcessLangEntry(), ProcessPageCompareFunc(), ProcessUnattendSection(), RCreateServiceW(), ReadPortSettings(), RegConnectRegistryW(), RegFindRecurse(), RegFindWalk(), REnumServiceGroupW(), REnumServicesStatusExW(), RtlpHashAtomName(), SaveColumnSettings(), SaveCustomPath(), ScLookupServiceByServiceName(), ScmCheckDriver(), ScmCreateManagerHandle(), ScmGetDriverStatus(), ScmGetServiceEntryByDisplayName(), ScmGetServiceEntryByName(), ScmGetServiceGroupByName(), ScmGetServiceImageByImagePath(), ScmIsLocalSystemAccount(), ScmIsSameServiceAccount(), ScmSetServiceGroup(), SearchDriverRecursive(), SelectNode(), SetConsoleCodePage(), SetUserEnvironment(), SetUserEnvironmentVariable(), ShowParallelStatus(), SmpConfigureEnvironment(), SmpConfigureKnownDlls(), SmpConfigureSubSystems(), SmpLoadSubSystemsForMuSession(), SoundsDlgProc(), START_TEST(), strlist_find_i(), SuggestKeys(), test_iconlocation(), Test_MetricKey(), Test_SPI_SETBEEP(), Test_SPI_SETMOUSEBUTTONSWAP(), test_tcp(), test_udp(), TextFileCompare(), ua_wcsicmp(), UpdateAddress(), UpdateColumnDataHints(), UpdateRegistry(), User32DoImeHelp(), VerifyInteg(), W32TmServiceMain(), wmain(), and wWinMain().

◆ _wcsicmp_l()

_Check_return_ _CRTIMP int __cdecl _wcsicmp_l ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_opt_ _locale_t  _Locale 
)

Definition at line 734 of file stubs.c.

738{
740 return 0;
741}

◆ _wcsicoll()

_Check_return_ _CRTIMP int __cdecl _wcsicoll ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2 
)

◆ _wcsicoll_l()

_Check_return_ _CRTIMP int __cdecl _wcsicoll_l ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_opt_ _locale_t  _Locale 
)

Definition at line 747 of file stubs.c.

751{
753 return 0;
754}

◆ _wcslwr()

◆ _wcslwr_l()

_CRTIMP wchar_t * _wcslwr_l ( wchar_t _String,
_locale_t  _Locale 
)

Definition at line 624 of file stubs.c.

627{
629 return 0;
630}

◆ _wcsncoll()

_Check_return_ _CRTIMP int __cdecl _wcsncoll ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_ size_t  _MaxCount 
)

Referenced by test__tcsncoll().

◆ _wcsncoll_l()

_Check_return_ _CRTIMP int __cdecl _wcsncoll_l ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_ size_t  _MaxCount,
_In_opt_ _locale_t  _Locale 
)

Definition at line 843 of file stubs.c.

848{
850 return 0;
851}

◆ _wcsnicmp()

Referenced by _IsLegacyPort(), _wcsnicoll(), _wgetenv(), ArcMatchToken_UStr(), auth_scheme_from_header(), BaseCheckVDM(), BaseGetEnvNameType_U(), BuildNewCommDCB(), CConfiguration::CConfiguration(), CheckTerminalDeviceType(), chm_enumerate_dir(), cmdAccounts(), cmdConfig(), cmdGroup(), cmdLocalGroup(), cmdUser(), CmpOpenHiveFiles(), compare_file_paths(), CompareProductName(), ConvertNtPathToWin32Path(), copy_servername_from_name(), CreateProcessInternalW(), CreateRedirectedFile(), CSR_API(), date_parse(), DevicePathToDosPath(), DIALOG_SYMBOL_DlgProc(), do_preprocess(), DoParse(), EngpHasVgaDriver(), enum_gac_assemblies(), EnumerateDevices(), expand_command(), Ext2IsSpecialSystemFile(), Ext2RegistryQueryCallback(), find_actctx_dll(), find_entry_by_name(), find_string_index(), FindCheckItem(), get_content_type(), get_type_from_name(), GetDeviceAndComputerName(), GetFontFamilyInfoForList(), GetSystemName(), GetUsedPorts(), HasPrefix(), HlinkParseDisplayName(), IEWinMain(), IniCacheFindKey(), InstallEventSource(), InstallParallelPort(), InstallSerialPort(), IntCreateDICW(), IntCreateRegistryPath(), IopSetDeviceInstanceData(), is_local_machine(), isCmdWithArg(), ITS_IParseDisplayNameImpl_ParseDisplayName(), LDEVOBJ_pLoadDriver(), LoadBootIni(), LoadBootSettings(), LoadIniFile(), LocalOpenPrinter(), MimeHtmlProtocolInfo_CombineUrl(), MkParseDisplayName(), MmLoadSystemImage(), MSACM_RegisterAllDrivers(), MSACM_RegisterDriverFromRegistry(), CZipEnumerator::next_unique(), NtPathToDiskPartComponents(), NtUserOpenWindowStation(), parse_encoding_name(), parse_key_name(), parse_mhtml_url(), parse_path(), parse_resource(), ParseCommandLine(), ParseDaysOfWeek(), ParseModes(), ParseStopBits(), path_rootname_cmp(), pCDevSettings_OpenDeviceKey(), PrintOSVersion(), ReadFreeldrSection(), rpcrt4_http_internet_connect(), ScmCanonDriverImagePath(), ScmConvertToBootPathName(), SdbpMatchLayer(), SdbUninstallByName(), SelectNode(), SetConsoleCPState(), SetConsoleState(), SetEnv(), SHELL_BuildEnvW(), skip_schema(), SpiParseDeviceInfo(), Test_GetDisplayNameOf(), transfer_file_local(), TranslateConsoleName(), TreeView_SetBOOLCheck(), txt_parse_key_name(), update_travellog(), UserGetImeInfoEx(), UserpFormatMessages(), VarDateFromStr(), VarTokenizeFormatString(), VersionInfo32_FindChild(), WaitNamedPipeW(), WinMGMTS_ParseDisplayName(), wmain(), and write_predefined_strings().

◆ _wcsnicmp_l()

Definition at line 829 of file stubs.c.

834{
836 return 0;
837}

◆ _wcsnicoll()

_Check_return_ _CRTIMP int __cdecl _wcsnicoll ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_ size_t  _MaxCount 
)

Referenced by test__tcsnicoll().

◆ _wcsnicoll_l()

_Check_return_ _CRTIMP int __cdecl _wcsnicoll_l ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2,
_In_ size_t  _MaxCount,
_In_opt_ _locale_t  _Locale 
)

Definition at line 815 of file stubs.c.

820{
822 return 0;
823}

◆ _wcsnset()

_CRTIMP wchar_t *__cdecl _wcsnset ( wchar_t _Str,
wchar_t  _Val,
size_t  _MaxCount 
)

Definition at line 77 of file wcs.c.

78{
79 wchar_t* ret = str;
80 while ((n-- > 0) && *str) *str++ = c;
81 return ret;
82}
GLdouble n
Definition: glext.h:7729
#define c
Definition: ke_i.h:80
const WCHAR * str
int ret

◆ _wcsrev()

_CRTIMP wchar_t *__cdecl _wcsrev ( _Inout_z_ wchar_t _Str)

Referenced by CHString::MakeReverse().

◆ _wcsset()

_CRTIMP wchar_t *__cdecl _wcsset ( wchar_t _Str,
wchar_t  _Val 
)

Definition at line 104 of file wcs.c.

105{
106 wchar_t* ret = str;
107 while (*str) *str++ = c;
108 return ret;
109}

◆ _wcsupr()

◆ _wcsupr_l()

_CRTIMP wchar_t * _wcsupr_l ( wchar_t _String,
_locale_t  _Locale 
)

Definition at line 634 of file stubs.c.

637{
639 return 0;
640}

◆ _wcsxfrm_l()

◆ _When_() [1/3]

_When_ ( _MaxCount  ,
_String_length_(_Src)  ,
_Post_satisfies_(return==_String_length_(_Src))   
)

◆ _When_() [2/3]

_When_ ( _MaxCount  ,
_String_length_(_Str)  ,
_Post_satisfies_(return==_String_length_(_Str))   
)

◆ _When_() [3/3]

_Check_return_ _When_ ( return = 0,
_Ret_range_(_Str, _Str+_String_length_(_Str) - 1)   
) const

◆ memccpy()

_CRTIMP void *__cdecl memccpy ( _Out_writes_bytes_opt_(_Size) void _Dst,
_In_reads_bytes_opt_(_Size) const void _Src,
_In_ int  _Val,
_In_ size_t  _Size 
)

◆ memchr()

◆ memcmp()

◆ memicmp()

◆ memmove()

◆ strcat()

char *__cdecl strcat ( _Inout_updates_z_(_String_length_(_Dest)+_String_length_(_Source)+1) char _Dest,
_In_z_ const char _Source 
)

◆ strchr()

◆ strcmp()

_Check_return_ int __cdecl strcmp ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

◆ strcmpi()

_Check_return_ _CRTIMP int __cdecl strcmpi ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

◆ strcoll()

_Check_return_ _CRTIMP int __cdecl strcoll ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

◆ strcpy()

char *__cdecl strcpy ( _Out_writes_z_(_String_length_(_Source)+1) char _Dest,
_In_z_ const char _Source 
)

◆ strcspn()

◆ strdup()

◆ strerror()

◆ stricmp()

_Check_return_ _CRTIMP int __cdecl stricmp ( _In_z_ const char _Str1,
_In_z_ const char _Str2 
)

◆ strlen()

_CRTIMP size_t __cdecl strlen ( _In_z_ const char _Str)

◆ strlwr()

_CRTIMP char *__cdecl strlwr ( _Inout_z_ char _Str)

Referenced by is_libc_include(), and telCommandLine().

◆ strlwr_l()

char * strlwr_l ( char _String,
_locale_t  _Locale 
)

◆ strncat()

char *__cdecl strncat ( char _Dest,
const char _Source,
size_t  _Count 
)

◆ strncmp()

◆ strncpy()

char *__cdecl strncpy ( char _Dest,
const char _Source,
size_t  _Count 
)

◆ strnicmp()

_Check_return_ _CRTIMP int __cdecl strnicmp ( _In_z_ const char _Str1,
_In_z_ const char _Str,
_In_ size_t  _MaxCount 
)

◆ strnset()

_CRTIMP char *__cdecl strnset ( _Inout_updates_z_(_MaxCount) char _Str,
_In_ int  _Val,
_In_ size_t  _MaxCount 
)

◆ strpbrk()

_Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strpbrk ( _In_z_ const char _Str,
_In_z_ const char _Control 
)

◆ strrchr()

Referenced by __rpc_uaddr2taddr_af(), _module_name_from_addr(), appName(), ArcOpen(), AssertFail(), basename(), check_directory(), CLRRuntimeHost_ExecuteInDefaultAppDomain(), ComputeLNames(), ComputeRNames(), ConvertCoffs(), create_full_path(), create_monodata(), d3dx_include_from_file_open(), DbgHelpAddLineNumber(), DecodeDirectoryURL(), disk_query_directory(), disk_query_information(), doChildren(), download_url(), dup_basename(), extmatch(), Extract(), extract_rev_infos(), fdi_notify_extract(), find_or_create_directory(), FsOpenFile(), FTPChdirAndGetCWD(), FTPDecodeURL(), FTPFtw(), FTPFtwL2(), FTPGetCWD(), FTPMkdir2(), FTPPutOneF(), generate_joliet_path_tables(), generate_path_tables(), get_app_key(), get_events(), get_graft(), get_temp_filename(), getDirectory(), getFilename(), getopt(), init(), init_event(), init_logger_addr(), InitDirComponents(), InitOurDirectory(), InitUserInfo(), insert_boot_cat(), iso9660_check(), iso9660_file_length(), KdpFilterEscapes(), TConfig::keyfile_init(), LdrQueryProcessModuleInformationEx(), load_hook_dll(), LoadAndBootWindows(), LoadReactOSSetup(), main(), make_token(), mkPath(), MLLoadLibraryA(), MMIO_ParseExtA(), nFTPChdirAndGetCWD(), OnImage(), path_name(), pathcp(), PeLdrpBindImportName(), PRINTDLG_CreateDevNames(), read_importlib(), read_rcfile(), reg_unreg_wine_test_class(), RemoteCompletionFunction(), rename_file(), RtlpQueryRemoteProcessModules(), run_script(), save_av0(), searchfileinpath(), set_progname(), setup_dsound_options(), ShellCmd(), sort_n_finish(), SpoolGetCmd(), SpoolPutCmd(), START_TEST(), StoreNameInSft(), strip_path(), StrRemoveTrailingSlashes(), test__lcreat(), test_appsearch_inilocator(), test_appsearch_reglocator(), test_CommandLine(), test_CreateScalableFontResource(), test_CryptCATAdminAddRemoveCatalog(), test_dde(), test_debug_children(), test_debug_heap(), test_EnumPrinterDrivers(), test_filenames(), test_find_file(), test_GetMappedFileName(), test_GetModuleBaseName(), test_GetPrivateProfileString(), test_GetSetConsoleInputExeName(), test_internet_features_registry(), test_load_save(), test_LoadImage_working_directory(), test_PlaySound(), test_PrintDlgA(), test_SetupCopyOEMInf(), test_SetupDecompressOrCopyFile(), UDFGetDeviceName(), VerInstallFileA(), Win32DbgPrint(), wined3d_dll_init(), WINHELP_HistoryWndProc(), WINHELP_LookupHelpFile(), WinLdrLoadDeviceDriver(), wpp_default_lookup(), xHalIoAssignDriveLetters(), and xkeymap_from_locale().

◆ strrev()

_CRTIMP char *__cdecl strrev ( _Inout_z_ char _Str)

◆ strset()

_CRTIMP char *__cdecl strset ( _Inout_z_ char _Str,
_In_ int  _Val 
)

◆ strspn()

◆ strstr()

◆ strtok()

_Check_return_ _CRTIMP char *__cdecl strtok ( _Inout_opt_z_ char _Str,
_In_z_ const char _Delim 
)

◆ strupr()

_CRTIMP char *__cdecl strupr ( _Inout_z_ char _Str)

Referenced by get_hdrguardtext(), and InitDeviceList().

◆ strxfrm()

◆ wcscat()

_CRTIMP wchar_t *__cdecl wcscat ( _Inout_updates_z_(_String_length_(_Dest)+_String_length_(_Source)+1) wchar_t _Dest,
_In_z_ const wchar_t _Source 
)

Referenced by _VCrtDbgReportW(), _wsystem(), AddDesktopItemW(), AddEntryToList(), AddIpv6HostEntries(), AddItemW(), AddUserProfile(), AppendSystemPostfix(), ATL::AtlLoadTypeLib(), ATL::AtlRegisterClassCategoriesHelper(), BackupIniFile(), BaseInitializeStaticServerData(), BmfdQueryFont(), BuildCommandLine(), BuildInteractiveProfileBuffer(), CM_Open_DevNode_Key_Ex(), cmdComputer(), Concatenate(), CopyBlock(), CopyDirectory(), CreateGroupW(), CreateInstanceKey(), CreateNotificationObject(), CreateProcessInternalW(), CreateProfileMutex(), CreateRegAppPath(), CreateShortcutsFromSection(), CreateSymbolicLink(), DeleteDesktopItemW(), DeleteGroupW(), DeleteItemW(), DeleteRegAppPath(), CShellLink::DoOpen(), DrawTree(), DsppLoadFontFile(), ExplorerCmd::EvaluateOption(), ExtCabCallback(), FileExtractDialogWndProc(), FileQueryFiles(), FitName(), FixupServiceBinaryPath(), GetContextFullName(), GetDirectoryStructure(), CDrivesFolder::GetDisplayNameOf(), GetFileSystemInfo(), GetInstallSourceWin32(), GetProfileSize(), CNetConnection::GetProperties(), GetSystemDrive(), GetWinprintFunc(), HasSubFolder(), HidClassPDO_HandleQueryDeviceId(), INetCfgComponent_fnOpenParamKey(), InitializeProgramFilesDir(), InstallDevice(), InstallHinfSectionW(), InstallInfSections(), InstallNetDevice(), InstallOneInterface(), InstallReactOS(), IntAddNameFromFamInfo(), IntGdiGetFontResourceInfo(), KspCreateDeviceReference(), KspQueryId(), ListDirectory(), LoadOSList(), LoadRdpSettingsFromFile(), lstrcatW(), MainWnd_OnInstall(), ModifyValue(), ndisBindMiniportsToProtocol(), NetClassInstaller(), NtfsMakeAbsoluteFilename(), NtfsMakeFCBFromDirEntry(), NtStartDriver(), NtStopDriver(), OnInitDialog(), OpenConfigurationKey(), OpenKeyFromFileType(), OslPrepareTarget(), PrintAllJobs(), PrintJobDetails(), ProcessSetupInf(), profile_items_callback(), PropDialogHandler(), pSetupStringFromGuid(), ReadBindingString(), ReadPortSettings(), RecursiveRemoveDir(), RecycleBin5_Create(), RegFindRecurse(), RegFindWalk(), RegKeyEditPermissions(), CNetConnection::Rename(), ReplaceSubStr(), RetrieveQuote(), RpcpAddInterface(), RunControlPanelApplet(), RunLiveCD(), RunTestCases(), SampSetupCreateDomain(), SaveDefaultUserHive(), SaveRdpSettingsToFile(), ScanForInfFile(), ScmCanonDriverImagePath(), ScmConvertToBootPathName(), ScmLoadDriver(), ScmLogonService(), ScmSetServicePassword(), ScmUnloadDriver(), SearchDriverRecursive(), SetReportInfo(), SetupInitializeFileLogW(), SetWelcomeText(), SHELL_BuildEnvW(), SHELL_FindExecutable(), SHELL_FindExecutableByVerb(), SHELL_TryAppPathW(), SHOpenFolderAndSelectItems(), ShowItemError(), SHRegGetCLSIDKeyW(), SHRunControlPanel(), SockLoadHelperDll(), SockLoadTransportMapping(), START_TEST(), Test_AddFontResourceExW(), Test_CommandLine(), Test_FindFirstFileW(), test_MatchApplications(), TestRedirection(), TRASH_CanTrashFile(), TreeView_SetBOOLCheck(), UpdateDriverVersionInfoDetails(), UpdateSelection(), Usage(), wmain(), WriteIniFile(), WritePortSettings(), and wWinMain().

◆ wcscmp()

_Check_return_ _CRTIMP int __cdecl wcscmp ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2 
)

Referenced by _CreateNonspooledPort(), _EqualStrings(), _FileOpCount(), _FindPort(), _HandleDeletePort(), _LocalGetPrintServerHandleData(), _WLocale_strcmp(), AccpGetTrusteeSid(), ACTION_CustomAction(), ACTION_ExecuteAction(), ACTION_HandleStandardAction(), ACTION_PublishProduct(), ACTION_UnpublishProduct(), ActiveScriptSite_GetItemInfo(), add_font_to_fonttbl(), add_wildcard(), AddNewLayout(), AllSysInfo(), AppearancePage_OnInit(), append_productcode(), ApplicationPageCompareFunc(), AutoStartupApplications(), BadBlockQueryRoutine(), BindCtxImpl_GetObjectIndex(), bIsThemeActive(), build_response_header(), CabinetExtractFile(), CabinetFindNext(), cache_basic_authorization(), cache_InstallAssembly(), cache_QueryAssemblyInfo(), cache_UninstallAssembly(), CFSExtractIcon_CreateInstance(), check_columns(), check_transform_applicable(), CheckVolume(), CheckWindowClass(), ClassMoniker_IsEqual(), cmdUser(), CHString::Compare(), compare_networkoptions(), CompareFunc(), CompareName(), compile_break_statement(), compile_continue_statement(), compile_labelled_statement(), ComputerPageDlgProc(), ConCfgReadUserSettings(), CopyDirectory(), CopyHardwareProfile(), CFileDefExt::CountFolderAndFiles(), CreateConsoleFontEx(), CControlPanelEnum::CreateCPanelEnumList(), CreateKeyboardLayoutList(), CreateNTPServerList(), dde_connect(), DeleteHelperCommand(), DeviceIdMatch(), dialog_event_handler(), dialog_handle_event(), Dispatch_GetIDsOfNames(), DisplayStatus(), do_InitialDesktop_child(), do_searchW(), DoAddFilesFromItem(), DoChangePassword(), DoUnlock(), drain_content(), elf_load_debug_info_from_map(), EnumerateReactOSEntries(), EnumFilesWorker(), EnumFuncEx(), env_parse_flags(), eval_strcmp(), event_add_local(), event_add_source(), event_cleanup_subscriptions(), event_end_dialog(), event_remove(), expect_tag_str_imp(), fetch_machine_product(), fetch_user_component(), fetch_user_product(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_Construct(), fill_datafile(), fill_directory(), find_builtin_prop(), find_cached_table(), find_filepatch(), find_font_in_fonttbl(), find_mime_from_buffer(), find_prop_name(), FindApp(), FindCachedTTFont(), FindLabel(), FindSuitableFont(), FindSuitableFontProc(), FindSymbolicLinkEntry(), function_local_cmp(), get_clr_version(), get_defaulttablecolumns(), get_key_value(), get_method(), get_mime_filter(), get_processor_caption(), get_table(), get_temp_binary(), get_wine_loader_name(), CSearchBar::GetAddressEditBoxPath(), GetClassFile(), GetDirectoryStructure(), GetDirectXVersion(), GetIntegerFromSettings(), GetLayoutCount(), GetRegistrySettings(), GetStringFromSettings(), GetSyncSetting(), GetSystemName(), Global_StrComp(), GROUP_ModifyGroup(), handle_msi_break(), HasSubFolder(), HTTP_HttpEndRequestW(), HTTP_HttpSendRequestW(), HTTP_InsertAuthorization(), HTTP_ParseDate(), HTTP_ParseDateAsAsctime(), HTTP_ParseRfc1123Date(), HTTP_ParseRfc850Date(), ICreateTypeInfo2_fnSetFuncAndParamNames(), identifier_eval(), InitBadBlocks(), InitControl(), InsertNode(), InternetSession_UnregisterMimeFilter(), IRecordInfoImpl_GetField(), IRecordInfoImpl_GetFieldNoCopy(), IRecordInfoImpl_PutField(), IRecordInfoImpl_PutFieldNoCopy(), is_dir_data(), is_equal_textfont_prop_value(), is_known_mime_type(), is_local_machine(), is_valid_xml_space_value(), is_wine_loader(), IsAltTabWindow(), IsDefaultValue(), CTrayWindow::IsDialog(), IsDots(), IsGenericSystemName(), IsLayoutExists(), IsProfileNameInUse(), IsValidConsoleFont2(), ItemMonikerImpl_IsEqual(), iterate_all_classes(), ITERATE_AppSearch(), iterate_patched_component(), ITERATE_PublishComponent(), ITERATE_WriteEnvironmentString(), ITypeLibComp_fnBind(), LanguagePage(), ListDirectory(), ListWndNotifyProc(), load_folder(), LoadBootSettings(), LoadFreeldrSettings(), LoadUsernameHint(), local_ref_cmp(), LocalmonXcvDataPort(), LocalXcvData(), CDefaultContextMenu::MapVerbToCmdId(), match_strw_attr_imp(), mciSendStringW(), ME_GetCharFormat(), ME_IsFontEqual(), ME_StreamOutRTFCharProps(), merge_type_match(), merge_verify_colnames(), merge_verify_primary_keys(), modify_binary_dlgproc(), modify_dword_dlgproc(), modify_multi_string_dlgproc(), modify_string_dlgproc(), msi_action_is_unique(), MSI_ApplicablePatchXML(), msi_arrange_record(), msi_check_patch_applicable(), msi_columns_in_order(), msi_commit_streams(), MSI_DatabaseExport(), MSI_DatabaseImport(), msi_dialog_add_control(), msi_dialog_combobox_update(), msi_dialog_create_radiobutton(), msi_dialog_find_control(), msi_dialog_find_control_by_type(), msi_dialog_find_font(), msi_dialog_set_control_condition(), msi_dialog_set_property(), msi_dialog_set_property_event(), msi_dialog_update_controls(), msi_dialog_update_directory_list(), msi_dialog_vcl_add_columns(), msi_get_loaded_component(), msi_get_loaded_feature(), msi_get_loaded_file(), msi_get_loaded_folder(), msi_get_property_row(), msi_get_target_folder(), MSI_GetProductInfo(), MSI_OpenPackageW(), msi_package_add_info(), msi_parse_command_line(), msi_publish_sourcelist(), msi_resolve_source_folder(), msi_resolve_target_folder(), msi_seltree_add_child_features(), MSI_SetFeatureStateW(), msi_table_apply_transform(), msi_table_load_transform(), MsiActiveScriptSite_GetItemInfo(), MsiEnumPatchesExW(), MsiGetPatchInfoExW(), MsiGetPatchInfoW(), MsiGetProductInfoExW(), MsiSetFeatureAttributesW(), MsiSetPropertyW(), MsiSourceListGetInfoW(), MsiSourceListSetInfoW(), my_open(), NetIDPage_OnApply(), NPCancelConnection(), NPGetConnection(), NtfsFCBIsRoot(), NtfsGetFCBForFile(), ObCreateObjectType(), ok_keys_(), ok_strings_(), OnApply(), OnTimer(), PageHeap_ParseCmdline(), parse_assembly(), parse_column(), parse_dependent_assembly_elem(), parse_platform(), parse_security_url(), ParseSettings(), pdh_match_path(), PrincipalCompare(), process_state_property(), PropertyStorage_PropNameCompare(), QueryConfig2W(), QueryDosDeviceW(), ReadPassword(), recurse_search_directory(), CDeviceView::RecurseFindDevice(), RecursiveRemoveDir(), BtrfsContextMenu::reflink_copy(), ReflinkCopyW(), RefreshBrowsersCallback(), RefreshListView(), RefreshTreeItem(), RegOpenKeyExW(), remove_duplicate_values(), RenameHardwareProfile(), retrieve_cached_basic_authorization(), ReturnNtProduct(), RpcServerAssoc_GetAssociation(), ScanForInfFile(), SdbpMatchExe(), SearchDriverRecursive(), seed_dirs(), seen_dir(), SepCleanupLUIDDeviceMapDirectory(), service_main(), service_mainW(), set_content_length(), set_target_path(), SetAutoAdminLogon(), CShellLink::SetIconLocation(), SetIntegerToSettings(), SetKeyboardLayoutName(), CFSFolder::SetNameOf(), CShellLink::SetPath(), SetStringToSettings(), SetupDiOpenDeviceInfoW(), SetupExtractFile(), CDeviceNode::SetupNode(), show_reflink_paste(), ShowTimeZoneList(), SoundsDlgProc(), START_TEST(), StorageBaseImpl_CopyChildEntryTo(), StorageBaseImpl_CopyTo(), STRCMP_Evaluate(), strcmp_key(), string_off_equal(), TABLE_add_column(), TABLE_CreateView(), TABLE_Exists(), test2(), test__wcslwr_s(), test__wcsupr_s(), test_ACListISF_CURRENTDIR(), test_assign(), test_basetypes(), test_callbacks(), test_collection_content(), test_construction(), test_copyconstructor(), Test_Dump(), test_ExpectFolders_imp(), test_GetDatabaseInformation(), Test_GetTextFaceAliasW(), test_iconlocation(), test_misc(), test_Read(), test_RtlQueryTimeZoneInformation(), test_Sid_Null(), Test_SPI_SETDESKWALLPAPER(), test_swprintf(), test_table(), test_vsnwprintf_s(), test_write_ex(), TestClassRedirection(), TestCommandLine(), TestDescription(), TestGetComputerNameEx(), TestHostName(), TestInitialize(), testLayout(), TestLibDependency(), TestSetCurrentDirectoryW(), TestUninitialized(), TLB_append_str(), TransformView_delete_row(), TransformView_insert_row(), TransformView_set_row(), UnRegisterTypeLib(), UpdateDriverForPlugAndPlayDevicesW(), VarBoolFromStr(), verify_mru_(), verify_str_imp2(), VIEW_find_column(), wmain(), writer_find_ns(), writer_find_ns_current(), WriteRdpFile(), WshShell3_RegWrite(), wWinMain(), xml_elem_cmp(), xmlreader_MoveToAttributeByName(), xmlwriter_WriteAttributeString(), xmlwriter_WriteElementString(), xmlwriter_WriteProcessingInstruction(), and xmlwriter_WriteStartElement().

◆ wcscoll()

_Check_return_ _CRTIMP int __cdecl wcscoll ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2 
)

Referenced by CHString::Collate().

◆ wcscpy()

_CRTIMP wchar_t *__cdecl wcscpy ( _Out_writes_z_(_String_length_(_Source)+1) wchar_t _Dest,
_In_z_ const wchar_t _Source 
)

Referenced by _CreateActCtxFromFile(), _CreateV5ActCtx(), _DoDLLInjection(), CFSDropTarget::_DoDrop(), _HandleAddPort(), _ILCreate(), _ILCreateCPanelApplet(), _ILCreatePrinterItem(), _ILCreateRecycleItem(), _RpcEnumInterfaces(), _RunRemoteTest(), _VCrtDbgReportW(), _wsystem(), AboutDlgProc(), AccpOpenNamedObject(), AddCharToSelection(), AddCheckItem(), AddCommandGroup(), AddCommasW(), AddContext(), AddContextCommand(), AddDesktopItemW(), AddGroupCommand(), COpenWithList::AddInternal(), AddItemW(), AddNewEventSource(), AddNotificationDll(), AddOrUpdateHwnd(), AddService(), AddSfcNotification(), AddUserProfile(), AddVolumeToList(), AppendDeviceId(), AppendStringToMultiSZ(), ApplyRegistryValues(), ATL::AtlLoadTypeLib(), ATL::AtlRegisterClassCategoriesHelper(), AuthzInitializeResourceManager(), BackupIniFile(), BaseInitializeStaticServerData(), BmfdQueryFont(), BuildAdapterMap(), BuildInteractiveProfileBuffer(), BuildVolatileEnvironment(), Bus_PDO_QueryDeviceId(), CabinetExtractFile(), CabinetInitialize(), CabinetOpen(), CabinetSetCabinetName(), CabinetSetDestinationPath(), CacheLookupResults(), capGetDriverDescriptionW(), CBindStatusCallback_OnProgress(), CGuidItemContextMenu_CreateInstance(), ChangePortNumber(), CM_Create_DevNode_ExW(), cmdComputer(), cmdShare(), ComputerPageDlgProc(), CopyDirectory(), CopyHardwareProfile(), CopyQuerySetIndirectW(), CopySystemProfile(), CPlApplet(), CProcess::CProcess(), CStartButton::Create(), CreateBoldFont(), CControlPanelEnum::CreateCPanelEnumList(), CreateDirectoryPath(), CreateFilterList(), CreateGroupListRoutine(), CreateInstanceKey(), CreateJunction(), CreateKeyboardLayoutList(), CreateLanguageList(), CreateMonospaceFont(), CreateNotificationObject(), CreatePortEntry(), CreateProcessInternalW(), CreateProfile(), CreateProfileMutex(), CreateRecordForIpAddress(), CreateRegAppPath(), CreateShortcut(), CreateSidCacheMgr(), CreateStockFonts(), CreateSymbolicLink(), CreateTitleFont(), CustomControlInfoW(), dde_connect(), DeleteDirectory(), DeleteRegAppPath(), CKsProxy::DeviceInfo(), DeviceProblemTextW(), DisplayDeviceAdvancedProperties(), DisplayPowerStateMappings(), DlgProc(), DllMain(), DllRegisterServer(), DnsIntCacheGetEntries(), DoChangePassword(), DoDSoundCallback(), DoLogon(), download_file(), DrawTree(), DriverFilesCallback(), DsppLoadFontFile(), DsRolepGetBasicInfo(), DuplicateString(), Enum(), EnumClientServiceProtocol(), CNetConnectionManager::EnumerateINetConnections(), EnumerateNetworkAdapter(), EnumerateServiceProviders(), execute_from_key(), ExtCabCallback(), ExtractAssociatedIconW(), FATXGetNextDirEntry(), FileExtractDialogWndProc(), FileQueryFiles(), FileTypesDlg_DoList(), FileTypesDlg_InitListView(), FileTypesDlg_InsertToLV(), FillList(), CDesktopFolder::FinalConstruct(), find_actctx_dll(), FindCurrentDriver(), FindDateSep(), FindDialogWndProc(), FindSidInCache(), FitName(), FixAmpersands(), FixupServiceBinaryPath(), FontFamilyFillInfo(), FormatBytes(), g2s(), GenerateComputerName(), GenerateDeviceID(), CBrandBand::GetBandInfo(), CToolsBand::GetBandInfo(), CConfiguration::GetConfigurationFromFile(), GetContextFullName(), CShellLink::GetCurFile(), GetCurrencySetting(), GetCurrentDPI(), GetCurrentHwProfileW(), GetDateSetting(), GetDesktopPath(), GetDeviceCapabilities(), CNetConnectionPropertyUi::GetDeviceInstanceID(), GetDeviceInstanceKeyPath(), GetDeviceInstanceList(), GetDeviceListInterfaces(), GetDirectXVersion(), GetExecutableVendor(), GetFileSystemInfo(), GetFileVersion(), GetInstallSourceWin32(), GetInterfaceInfo(), GetJobName(), GetLayoutName(), GetListOfTestExes(), GetNumberSetting(), GetOwnerModuleFromPidEntry(), GetOwnerModuleFromTagEntry(), CKsProxy::GetPinName(), GetProgramsPath(), CNetConnection::GetProperties(), GetServiceInstanceList(), GetServiceList(), GetShell(), GetSupportedCP(), GetTimeSetting(), GetUName(), GreenPnp(), guid2string(), HDA_PDOHandleQueryDeviceText(), HDA_PDOQueryId(), HidClassPDO_HandleQueryDeviceId(), I_ScPnPGetServiceName(), I_ScQueryServiceTagInfo(), ILCreateFromNetworkPlaceW(), ILCreateNetConnectItem(), INetCfgComponent_fnGetBindName(), INetCfgComponent_fnGetDisplayName(), INetCfgComponent_fnGetHelpText(), INetCfgComponent_fnGetId(), INetCfgComponent_fnGetPnpDevNodeId(), INetCfgComponent_fnSetDisplayName(), INetCfgLock_fnAcquireWriteLock(), INetCfgLock_fnIsWriteLocked(), IniCacheAppendSection(), IniCacheInsertKey(), CFSDropTarget::Initialize(), CNetConnection::Initialize(), InitializeDialog(), InitializeFormList(), InitializeMachineInformation(), InitializeNamedEntry(), CLanStatus::InitializeNetTaskbarNotifications(), InitializeProgramFilesDir(), InitializeSystemPage(), InitRdpSettings(), InsSpacePos(), InsSpacesFmt(), InstallCompositeBattery(), InstallDevice(), InstallDirectoryPage(), InstallInfSections(), InstallNetDevice(), InstallOneInterface(), InstallParallelPort(), InstallSoftwareDeviceInterface(), IntDeleteRecursive(), IntGetIcdData(), CDefaultContextMenu::InvokePidl(), IoRegisterDeviceInterface(), ISecurityObjectTypeInfo_fnGetInheritSource(), KsCreateBusEnumObject(), KsGetBusEnumIdentifier(), KsiCreateObjectType(), KspBusQueryReferenceString(), KspCreateDeviceReference(), KspQueryId(), KSPropertySetImpl_Get(), CKsInterfaceHandler::KsSetPin(), ListDirectory(), ListWndNotifyProc(), LoadBootIni(), LoadBootSettings(), LoadClipboardFromFile(), LoadDialog(), LoadFreeldrSettings(), LoadHelperDll(), LoadIniFile(), LoadJobs(), LoadOSList(), LoadResourceString(), LoadSetupData(), LocalAddForm(), LocalmonAddPort(), LocalmonAddPortEx(), LocalScheduleJob(), LogonPageProc(), LookupNodeByAddr(), LsapCreateSid(), LsapLookupAccountRightName(), LsarpLookupPrivilegeName(), lstrcpyW(), MAIN_ReplaceString(), MainWindowProc(), MMixerAddMidiPin(), MMixerBuildMixerSourceLine(), MMixerCreateDestinationLine(), MMixerGetCapabilities(), MMixerInitializeWaveInfo(), ndisBindMiniportsToProtocol(), NetClassInstaller(), NetGetDCName(), NetpAllocWStrFromWStr(), NetpGetJoinInformation(), NetrJobAdd(), NetrJobEnum(), NetrJobGetInfo(), NetrServerGetInfo(), NetrWkstaGetInfo(), NetworkDomainPageDlgProc(), NtfsCreateFCB(), NtfsGetFCBForFile(), NtfsMakeAbsoluteFilename(), NtfsMakeFCBFromDirEntry(), NtStartDriver(), NtStopDriver(), OnApply(), CShellLink::OnCommand(), OpenConfigurationKey(), OslPrepareTarget(), OwnerPageDlgProc(), ParseCmdline(), ParseSettings(), pCDevSettings_GetMonitorDevice(), pCDevSettings_GetMonitorName(), PdoHandleQueryInstanceId(), PerfDataGetCommandLine(), PerfDataRefresh(), Ping(), PNP_GetRelatedDeviceInstance(), PNP_HwProfFlags(), PnpEventThread(), PrepareFileCopy(), PrintRow(), ProbeListPageDlgProc(), ProcessDeviceInstallEvent(), ProcessUnattendSection(), ProviderEnumerationProc(), pSetupStringFromGuid(), QueryAvailableFileSystemFormat(), QueryDeskCplString(), CInputPin::QueryId(), COutputPin::QueryId(), CPin::QueryId(), CInputPin::QueryPinInfo(), COutputPin::QueryPinInfo(), CPin::QueryPinInfo(), RChangeServiceConfigW(), RCreateServiceW(), ReadBindingString(), ReadFreeldrSection(), ReadFromFile(), ReadParameterValue(), ReadPassword(), RecursiveRemoveDir(), RecycleBin5_Constructor(), RecycleBin5_Create(), RecycleBin5_RecycleBin5_DeleteFile(), RecycleBin5Enum_Constructor(), RegFindRecurse(), RegFindWalk(), RegGetSZ(), CControlPanelEnum::RegisterRegistryCPanelApps(), RegisterTypeLibraries(), CNetConnection::Rename(), RenameHardwareProfile(), RenderHDROP(), REnumDependentServicesW(), REnumServiceGroupW(), REnumServicesStatusExW(), ReplaceSubStr(), RGetServiceDisplayNameW(), RGetServiceKeyNameW(), RpcpAddInterface(), RQueryServiceConfig2W(), RQueryServiceConfigW(), RunSetupThreadProc(), SampCreateDbObject(), SampOpenDbObject(), SampSetupCreateDomain(), SaveClipboardToFile(), SaveCustomPath(), SaveDefaultUserHive(), ScanForInfFile(), ScmCanonDriverImagePath(), ScmControlService(), ScmConvertToBootPathName(), ScmCreateManagerHandle(), ScmCreateNewServiceRecord(), ScmCreateOrReferenceServiceImage(), ScmGetServiceNameFromTag(), ScmLoadDriver(), ScmLogonService(), ScmQueryServiceLockStatusW(), ScmReadDependencies(), ScmSendStartCommand(), ScmSetServiceGroup(), ScmSetServicePassword(), ScmUnloadDriver(), ScmWriteDependencies(), SdbpStrDup(), search_dll_path(), SearchDriverRecursive(), SetAdministratorPassword(), SetLocalTimeZone(), SetReportInfo(), SetShortDateFormat(), SetStringToSettings(), SetTimeZoneName(), SetupCreateDirectory(), SetupDiCreateDeviceInterfaceRegKeyW(), SetupDiGetDriverInfoDetailW(), SetupDiOpenDeviceInterfaceRegKey(), SetupDiOpenDeviceInterfaceW(), SetupInitializeFileLogW(), SetupStartPage(), SHELL_ArgifyW(), SHELL_BuildEnvW(), SHELL_FindExecutable(), SHELL_FindExecutableByVerb(), SHELL_TryAppPathW(), ShellLink_UpdatePath(), SHGetUserDisplayName(), SHOpenFolderAndSelectItems(), ShowFailureActions(), ShowItemError(), ShowStepError(), SHRegGetCLSIDKeyW(), SIC_IconAppend(), SmpCreateDynamicEnvironmentVariables(), SmpCreateEmergencyPagingFile(), SmpCreateVolumeDescriptors(), SmpGetVolumeFreeSpace(), SockLoadHelperDll(), SockLoadTransportMapping(), SplitDeviceInstanceId(), SplitDeviceInstanceID(), START_TEST(), strdupW(), StreamingDeviceSetupW(), test__wcslwr_s(), test__wcsupr_s(), Test_CommandLine(), Test_FindFirstFileW(), Test_GetIdealSizeNoThemes(), test_iconlocation(), test_RtlQueryTimeZoneInformation(), TestBuffers(), TestHostName(), TestInitialize(), TestRedirection(), TimeToMsString(), TranslateMachineInformationXML(), TreeView_SetBOOLCheck(), TrimGuidString(), UpdateDriverVersionInfoDetails(), UpdateLanStatus(), USBSTOR_PdoHandleQueryDeviceText(), USBSTOR_PdoHandleQueryInstanceId(), WdmAudOpenSysAudioDeviceInterfaces(), wexpand(), WhoamiSetTable(), wmain(), WriteComputerSettings(), WriteDateTimeSettings(), WriteDefaultLogonData(), WriteJobShadowFile(), WriteLineSettings(), WSPAddressToString(), wWinMain(), XCOPY_DoCopy(), and XCOPY_ProcessDestParm().

◆ wcscspn()

◆ wcsdup()

◆ wcsicmp()

_Check_return_ _CRTIMP int __cdecl wcsicmp ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2 
)

◆ wcsicoll()

_Check_return_ _CRTIMP int __cdecl wcsicoll ( _In_z_ const wchar_t _Str1,
_In_z_ const wchar_t _Str2 
)

◆ wcslwr()

_CRTIMP wchar_t *__cdecl wcslwr ( _Inout_z_ wchar_t _Str)

◆ wcsncat()

◆ wcsncmp()

◆ wcsncpy()

_CRTIMP wchar_t *__cdecl wcsncpy ( wchar_t _Dest,
const wchar_t _Source,
size_t  _Count 
)

Referenced by _test_invalid_parameter(), _WLocale_strcmp(), _WLocale_strxfrm(), AddService(), AddTestToCombo(), CHString::AllocCopy(), ApplicationPageOnNotify(), ApplyRegistryValues(), CHString::AssignCopy(), BadBlockQueryRoutine(), BaseInitializeStaticServerData(), BlAppendBootOptionString(), BmFatalErrorEx(), BmpFwGetFullPath(), BuildTestItemData(), BuildVolatileEnvironment(), CabinetFindFirst(), CabinetFindNextFileSequential(), CachedGetUserFromSid(), ChannelGetDescription(), ChannelGetName(), ChannelSetDescription(), ChannelSetName(), CheckForGlobalDriveLetter(), ChildWndProc(), CHString::CHString(), cmdComputer(), cmdShare(), CHString::ConcatCopy(), CHString::ConcatInPlace(), ConMgrInitialize(), ConSrvInitConsole(), ConvertPath(), CHString::CopyBeforeWrite(), CreateFontW(), DbgkCreateThread(), DIALOG_ProgramAttributes(), DisplayScreen(), DuplicateQuotedString(), EtfsMount(), FileIoCopyFileName(), FileIoCopyParentDirectoryPath(), CHString::FreeExtra(), CHString::GetBuffer(), GetDeviceLocationString(), GetExpandedFilePathName(), GetGinaPath(), CDockSite::GetRBBandInfo(), GetSelectedComboBoxText(), GetShortPathNameW(), GetTimeZoneInformation(), GetVersionInfoString(), GROUP_ModifyGroup(), IntCreateFont(), IntCreateRegistryPath(), IntGetConsoleKeyboardLayoutName(), LoadResourceStringEx(), LoadShellLinkConsoleInfo(), MapWndProc(), NdisOpenConfigurationKeyByIndex(), NtfsWSubString(), CInternetToolbar::OnTipText(), PerfDataGetCommandLine(), PerfDataGetImageName(), PerfDataGetUserName(), PerfDataRefresh(), PerformMount(), RamdiskCreateDiskDevice(), RamdiskQueryDeviceText(), RamdiskQueryId(), ReadString(), ResolveTarget(), RtlGetVersion(), ScmCanonDriverImagePath(), ScmConvertToBootPathName(), SearchDriver(), SetLrgFont(), SetTimeZoneInformation(), SetupInitializeFileLogW(), SetWindowResourceText(), SmpTranslateSystemPartitionInformation(), START_TEST(), StartSystemShutdown(), SubclassWnd(), UpdateSelection(), VideoPortInitialize(), wexpand(), and wmain().

◆ wcsnicmp()

◆ wcsnset()

_CRTIMP wchar_t *__cdecl wcsnset ( _Inout_updates_z_(_MaxCount) wchar_t _Str,
_In_ wchar_t  _Val,
_In_ size_t  _MaxCount 
)

◆ wcspbrk()

◆ wcsrchr()

◆ wcsrev()

_CRTIMP wchar_t *__cdecl wcsrev ( _Inout_z_ wchar_t _Str)

◆ wcsset()

_CRTIMP wchar_t *__cdecl wcsset ( _Inout_z_ wchar_t _Str,
wchar_t  _Val 
)

◆ wcsspn()

◆ wcstok()

◆ wcsupr()

_CRTIMP wchar_t *__cdecl wcsupr ( _Inout_z_ wchar_t _Str)

Referenced by msi_parse_command_line().

◆ wcsxfrm()

Variable Documentation

◆ _Ch

◆ _Iter_

_Iter_

Definition at line 71 of file string.h.

◆ _MaxCount

_In_ size_t _MaxCount

Definition at line 72 of file string.h.

◆ _Size

Definition at line 85 of file string.h.

◆ _SubStr

_In_z_ const wchar_t* _SubStr

Definition at line 745 of file string.h.

◆ _Val

_In_ int _Val

Definition at line 91 of file string.h.