/reactos/base/shell/cmd/ |
H A D | color.c | 91 !_tcsstr(rest, _T("/-F")) && !_tcsstr(rest, _T("/-f"))) == FALSE) in CommandColor()
|
H A D | goto.c | 61 if (_tcsstr(param, _T("/?"))) in cmd_goto()
|
H A D | ver.c | 132 if (_tcsstr(param, _T("/?")) != NULL) in cmd_ver()
|
H A D | internal.c | 697 if (_tcsstr(param, _T("/?")) == param) in CommandRem()
|
H A D | copy.c | 691 szTouch = _tcsstr(arg[nSrc], _T("|")); in cmd_copy()
|
H A D | parser.c | 1073 if ((pHelp = _tcsstr(CurrentToken, _T("/?"))) && in ParseCommandPart()
|
/reactos/base/applications/cmdutils/dbgprint/ |
H A D | dbgprint.c | 35 if (_tcsstr(argv[1], "--winetest") && (argc == 3)) in _tmain() 82 else if (_tcsstr(argv[1], "--process") && (argc == 3)) in _tmain()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 1026 if (_tcsstr(ext_options,TEXT("-install"))) { in _tWinMain() 1090 if (_tcsstr(ext_options,TEXT("-desktop"))) in _tWinMain() 1093 else if (_tcsstr(ext_options,TEXT("-nodesktop"))) in _tWinMain() 1097 if (startup_desktop && !_tcsstr(ext_options,TEXT("-explorer"))) in _tWinMain() 1101 if (_tcsstr(ext_options,TEXT("-noautostart"))) in _tWinMain() 1103 else if (_tcsstr(ext_options,TEXT("-autostart"))) in _tWinMain() 1107 if (_tcsstr(ext_options,TEXT("-console"))) { in _tWinMain() 1143 if (_tcsstr(ext_options,TEXT("-debug"))) in _tWinMain() 1146 if (_tcsstr(ext_options,TEXT("-break"))) { in _tWinMain() 1181 if (_tcsstr(ext_options,TEXT("-?"))) { in _tWinMain()
|
/reactos/modules/rosapps/applications/explorer-old/dialogs/ |
H A D | searchprogram.cpp | 238 …if (_tcsstr(lwr_name, _T("uninstal")) || _tcsstr(lwr_name, _T("deinstal"))) // filter out deinstal… in add_entry() 241 if (!_tcsstr(lwr_path, _lwr_filter) && !_tcsstr(lwr_name, _lwr_filter)) in add_entry()
|
/reactos/base/applications/msconfig_new/ |
H A D | stringutils.h | 52 #define FindSubStr(str, strSearch) _tcsstr((str), (strSearch))
|
H A D | systempage.cpp | 136 …if (bMatchExactText ? (_tcscmp(label, szTemp) == 0) : !!_tcsstr(label, szTemp)) // <-- hackish. A … in FindDialogWndProc()
|
/reactos/sdk/include/crt/ |
H A D | tchar.h | 29 #define _ftcsstr _tcsstr 258 #define _tcsstr wcsstr macro 794 #define _tcsstr _mbsstr 940 _tcsstr( 1349 …extern inline char *__cdecl _tcsstr(char *_S,const char *_P) { return ((char *)_tcsstr((const char… 1415 #define _tcsstr strstr
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.cpp | 287 if (!_tcsstr(lwr_name,lwr_filter) && !_tcsstr(lwr_disp,lwr_filter)) in AddShellEntries() 2260 …if (!_tcsstr(lwr_name,lwr_filter) && !_tcsstr(lwr_desc,lwr_filter) && !_tcsstr(lwr_url,lwr_filter)) in AddEntries()
|
H A D | traynotify.cpp | 827 if (_tcsstr(props._windowTitle, _windowTitle)) in match()
|
/reactos/sdk/include/ucrt/ |
H A D | tchar.h | 108 #define _ftcsstr _tcsstr 399 #define _tcsstr wcsstr macro 1279 #define _tcsstr _mbsstr 1383 _Check_return_ _ACRTIMP _CONST_RETURN char * __cdecl _tcsstr(_In_z_ const char * _Str, _In_z_ const… 1550 _Check_return_ __inline _CRPC _tcsstr(_In_z_ _CPC _s1,_In_z_ _CPC _s2) {return (_CRPC)_mbsstr((_CPU… 1953 _Check_return_ inline char * __CRTDECL _tcsstr(_In_z_ char *_S, _In_z_ const char *_P) 1954 {return ((char *)_tcsstr((const char *)_S, _P)); } 2041 #define _tcsstr strstr
|
/reactos/dll/cpl/main/ |
H A D | mouse.c | 727 if (_tcsstr(szNewSchemeName, szSystemScheme)) in SaveCursorScheme() 747 if (_tcsstr(szSchemeName, szSystemScheme) == NULL) in SaveCursorScheme() 1015 if (_tcsstr(buffer, szSystemScheme) || nSel == 0) // Avoid the default scheme - Can be deleted in LoadNewCursorScheme() 1156 if (_tcsstr(szSchemeName, szSystemScheme)) in ApplyCursorScheme()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | xmlstorage.h | 199 #define _tcsstr strstr macro 264 #define XS_strstr _tcsstr
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 963 if (path && _tcsstr(path, TEXT("://"))) { // "http://...", "ftp://", ... in WndProc()
|
/reactos/dll/win32/msvcrt20/ |
H A D | msvcrt20.spec | 839 @ cdecl _tcsstr(str str) _mbsstr
|