14#ifndef _NLSCMP_DEFINED
15#define _NLSCMPERROR ((unsigned int)0x7fffffff)
16#define _NLSCMP_DEFINED
20#pragma function(strset)
95static inline int wcsicoll(
const wchar_t* str1,
const wchar_t* str2) {
return _wcsicoll(str1, str2); }
98static inline int wcsnicmp(
const wchar_t* str1,
const wchar_t* str2,
size_t n) {
return _wcsnicmp(str1, str2,
n); }
#define _strnicmp(_String1, _String2, _MaxCount)
#define stricmp(_String1, _String2)
#define __WINE_DEALLOC(...)
_ACRTIMP int __cdecl _wcsicmp(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl _wcsicoll(const wchar_t *, const wchar_t *)
_ACRTIMP wchar_t *__cdecl _wcsrev(wchar_t *)
_ACRTIMP int __cdecl _wcsnicmp(const wchar_t *, const wchar_t *, size_t)
_ACRTIMP wchar_t *__cdecl _wcsdup(const wchar_t *) __WINE_DEALLOC(free) __WINE_MALLOC
_ACRTIMP int __cdecl _strnicoll_l(const char *, const char *, size_t, _locale_t)
static char * strlwr(char *str)
_ACRTIMP char *__cdecl strchr(const char *, int)
_ACRTIMP char *__cdecl _strrev(char *)
_ACRTIMP size_t __cdecl strxfrm(char *, const char *, size_t)
static wchar_t * wcsnset(wchar_t *str, wchar_t c, size_t n)
_ACRTIMP size_t __cdecl strnlen(const char *, size_t)
_ACRTIMP errno_t __cdecl _strupr_s(char *, size_t)
_ACRTIMP int __cdecl _strncoll_l(const char *, const char *, size_t, _locale_t)
_ACRTIMP size_t __cdecl strlen(const char *)
static wchar_t * wcsrev(wchar_t *str)
_ACRTIMP errno_t __cdecl _strlwr_s(char *, size_t)
_ACRTIMP int __cdecl _strnicoll(const char *, const char *, size_t)
_ACRTIMP int __cdecl _strcoll_l(const char *, const char *, _locale_t)
static char * strset(char *str, int value)
_ACRTIMP size_t __cdecl _strxfrm_l(char *, const char *, size_t, _locale_t)
_ACRTIMP size_t __cdecl strcspn(const char *, const char *)
static wchar_t * wcsupr(wchar_t *str)
static char * strrev(char *str)
_ACRTIMP char *__cdecl strtok_s(char *, const char *, char **)
_ACRTIMP int __cdecl _strnicmp_l(const char *, const char *, size_t, _locale_t)
static char * strupr(char *str)
_ACRTIMP char *__cdecl strerror(int)
_ACRTIMP int __cdecl _stricoll_l(const char *, const char *, _locale_t)
_ACRTIMP char *__cdecl strstr(const char *, const char *)
_ACRTIMP errno_t __cdecl strerror_s(char *, size_t, int)
static int strcmpi(const char *s1, const char *s2)
static int wcsicoll(const wchar_t *str1, const wchar_t *str2)
_ACRTIMP int __cdecl strcmp(const char *, const char *)
static wchar_t * wcsset(wchar_t *str, wchar_t c)
_ACRTIMP char *__cdecl strpbrk(const char *, const char *)
_ACRTIMP errno_t __cdecl memmove_s(void *, size_t, const void *, size_t)
_ACRTIMP int __cdecl _strncoll(const char *, const char *, size_t)
_ACRTIMP int __cdecl strncmp(const char *, const char *, size_t)
static char * strdup(const char *buf)
static char * strnset(char *str, int value, unsigned int len)
_ACRTIMP int __cdecl _strcmpi(const char *, const char *)
_ACRTIMP char *__cdecl strtok(char *, const char *)
_ACRTIMP int __cdecl _stricoll(const char *, const char *)
_ACRTIMP size_t __cdecl __strncnt(const char *, size_t)
static wchar_t * wcslwr(wchar_t *str)
static wchar_t * wcsdup(const wchar_t *str)
_ACRTIMP char *__cdecl _strerror(const char *)
_ACRTIMP size_t __cdecl strspn(const char *, const char *)
_ACRTIMP char *__cdecl strrchr(const char *, int)
static int stricoll(const char *s1, const char *s2)
_ACRTIMP errno_t __cdecl strcat_s(char *, size_t, const char *)
GLenum GLuint GLenum GLsizei const GLchar * buf
#define strcpy_s(d, l, s)
_In_opt_ _Locale strncat_s