Home
last modified time | relevance | path

Searched refs:_tcscspn (Results 1 – 25 of 31) sorted by relevance

12

/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dcompat.h39 while (_tcslen (s) > 0 && _tcscspn (s, _T("\t \r\n")) == 0) in my_trim()
42 while (len > 0 && _tcscspn (s + len - 1, _T("\t \r\n")) == 0) in my_trim()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/config/
H A Drepl_tchar.h41 #define _tcscspn wcscspn //location of any of a set of character in a string macro
87 #define _tcscspn strcspn macro
/dports/textproc/clucene/clucene-core-2.3.3.4/src/shared/CLucene/config/
H A Drepl_tchar.h44 #define _tcscspn wcscspn //location of any of a set of character in a string macro
92 #define _tcscspn strcspn macro
/dports/games/openlierox/OpenLieroX/libs/hawknl/include/
H A Dnlinternal.h72 #define _tcscspn wcscspn macro
88 #define _tcscspn strcspn macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/
H A DCLBackwards.h29 #define stringCSpn _tcscspn
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/uae/
H A Dstring.h31 #define _tcscspn strcspn macro
/dports/emulators/hatari/hatari-2.2.1/src/cpu/uae/
H A Dstring.h31 #define _tcscspn strcspn macro
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dtchar.h117 #define _tcscspn wcscspn macro
272 #define _tcscspn strcspn macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dmain.c161 while (_tcscspn (s, _T("\t \r\n")) == 0) in my_trim()
164 while (len > 0 && _tcscspn (s + len - 1, _T("\t \r\n")) == 0) in my_trim()
173 while (_tcscspn (s, _T("\t \r\n")) == 0) in my_strdup_trim()
176 while (len > 0 && _tcscspn (s + len - 1, _T("\t \r\n")) == 0) in my_strdup_trim()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtchar.h24 #define _ftcscspn _tcscspn
244 #define _tcscspn wcscspn macro
789 #define _tcscspn _mbscspn
860 _CRTIMP size_t __cdecl _tcscspn(const char *_Str,const char *_Control);
988 #define _tcscspn strcspn
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtchar.h24 #define _ftcscspn _tcscspn
244 #define _tcscspn wcscspn macro
789 #define _tcscspn _mbscspn
860 _CRTIMP size_t __cdecl _tcscspn(const char *_Str,const char *_Control);
988 #define _tcscspn strcspn
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dtchar.h129 #define _tcscspn wcscspn macro
344 #define _tcscspn strcspn macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dtchar.h129 #define _tcscspn wcscspn macro
344 #define _tcscspn strcspn macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dmain.cpp108 while (_tcslen (s) > 0 && _tcscspn (s, _T("\t \r\n")) == 0) in my_trim()
111 while (len > 0 && _tcscspn (s + len - 1, _T("\t \r\n")) == 0) in my_trim()
120 while (_tcscspn (s, _T("\t \r\n")) == 0) in my_strdup_trim()
123 while (len > 0 && _tcscspn (s + len - 1, _T("\t \r\n")) == 0) in my_strdup_trim()
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_i18n.h232 #define _tcscspn wcscspn macro
422 #define _tcscspn strcspn macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/queryParser/
H A DLexer.cpp359 int32_t idx = _tcscspn( buf, _T("\\+-!():^[]{}\"~*") ); in ReadEscape()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/queryParser/legacy/
H A DLexer.cpp359 int32_t idx = _tcscspn( buf, _T("\\+-!():^[]{}\"~*") ); in ReadEscape()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dsysdeps.h501 #define _tcscspn(wcs, reject) wcscspn((const wchar_t*)(wcs), (const wchar_t*)(reject)) macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/analysis/standard/
H A DStandardTokenizer.cpp89 …#define CONTAINS_ANY(sb, ofThese) (_tcscspn(sb.getBuffer(), _T(ofThese)) != static_cast<size_t>(sb…
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/analysis/standard/
H A DStandardTokenizer.cpp93 …#define CONTAINS_ANY(sb, ofThese) (_tcscspn(sb.getBuffer(), _T(ofThese)) != static_cast<size_t>(sb…
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dwxchar.h271 #define wxStrcspn _tcscspn
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dwxchar.h339 #define wxStrcspn _tcscspn
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dwxchar.h339 #define wxStrcspn _tcscspn
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dwxchar.h339 #define wxStrcspn _tcscspn
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dwxchar.h339 #define wxStrcspn _tcscspn

12