Home
last modified time | relevance | path

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

/reactos/dll/win32/crtdll/
H A Ddllmain.c198 char *_strdec(const char *str1, const char *str2) in _strdec() function
H A Dcrtdll.spec286 @ cdecl _strdec(str str)
/reactos/sdk/include/crt/
H A Dtchar.h1457 #define _tcsdec _strdec
1516 #define _strdec(_cpc1,_cpc2) ((_cpc1)>=(_cpc2) ? NULL : (_cpc2)-1)
/reactos/modules/rostests/apitests/crt/
H A Dcrtdll_crt_apitest.cmake282 # _strdec.c
/reactos/sdk/include/ucrt/
H A Dtchar.h2101 #define _tcsdec _strdec
2179 #define _strdec(_cpc1, _cpc2) ((_cpc1)>=(_cpc2) ? NULL : (_cpc2)-1)
2204 _Check_return_ __inline char * __CRTDECL _strdec(_In_reads_z_(_Cpc2 - _Cpc1) const char * _Cpc1, _I…