/reactos/sdk/lib/crt/wstring/ |
H A D | wcstok.c | 21 while (*str && strchrW( delim, *str )) str++; in wcstok_s() 24 while (*str && !strchrW( delim, *str )) str++; in wcstok_s()
|
/reactos/sdk/include/host/wine/ |
H A D | unicode.h | 248 WINE_UNICODE_INLINE WCHAR *strchrW( const WCHAR *str, WCHAR ch ) in strchrW() function 263 for ( ; *str; str++) if (strchrW( accept, *str )) return (WCHAR *)(ULONG_PTR)str; in strpbrkW() 270 for (ptr = str; *ptr; ptr++) if (!strchrW( accept, *ptr )) break; in strspnW() 277 for (ptr = str; *ptr; ptr++) if (strchrW( reject, *ptr )) break; in strcspnW()
|
/reactos/sdk/lib/inflib/ |
H A D | infhostrtl.c | 118 if (strchrW(std_control_chars, s[i])) in RtlIsTextUnicode() 130 if (strchrW(byterev_control_chars, s[i])) in RtlIsTextUnicode()
|
/reactos/dll/win32/uxtheme/ |
H A D | msstyles.c | 328 tmp = strchrW(comp, ':'); in MSSTYLES_ParseIniSectionName() 336 tmp = strchrW(comp, '.'); in MSSTYLES_ParseIniSectionName() 342 tmp = strchrW(comp, '('); in MSSTYLES_ParseIniSectionName() 348 tmp = strchrW(comp, ')'); in MSSTYLES_ParseIniSectionName() 359 tmp = strchrW(comp, '('); in MSSTYLES_ParseIniSectionName() 365 tmp = strchrW(comp, ')'); in MSSTYLES_ParseIniSectionName() 772 while((end = strchrW(start, ';'))) { in MSSTYLES_OpenThemeClass()
|
/reactos/sdk/tools/unicode/ |
H A D | wine_unicode.def | 24 strchrW
|
/reactos/dll/win32/mshtml/ |
H A D | editor.c | 815 ptr = strchrW(ptr, ','); in exec_composesettings() 821 ptr = strchrW(ptr, ','); in exec_composesettings() 827 ptr = strchrW(ptr, ','); in exec_composesettings() 839 ptr = strchrW(ptr, ','); in exec_composesettings() 845 ptr = strchrW(ptr, ','); in exec_composesettings() 851 ptr = strchrW(ptr, ','); in exec_composesettings() 1058 p = strchrW(url, ':'); in hyperlink_dlgproc()
|
H A D | protocol.c | 618 if(!(res_type = strchrW(url_dll, '/'))) { in ResProtocol_Start() 626 if ((url_file = strchrW(res_type, '/'))) { in ResProtocol_Start() 634 if((ptr = strchrW(url_file, '?'))) in ResProtocol_Start() 636 if(*url_file && (ptr = strchrW(url_file+1, '#'))) in ResProtocol_Start() 846 ptr = strchrW(pwzUrl + sizeof(wszRes)/sizeof(WCHAR), '/'); in ResProtocolInfo_ParseUrl()
|
H A D | htmlstyle.c | 369 if(strncmpW(val, urlW, sizeof(urlW)/sizeof(WCHAR)) || !strchrW(val, '\\')) in fix_url_value() 503 for(ptr = ret; (ptr = strchrW(ptr, ',')); ptr++) in nsstyle_to_bstr() 1137 posy = strchrW(pos, ' '); in HTMLStyle_put_backgroundPositionX() 1182 space = strchrW(pos, ' '); in HTMLStyle_get_backgroundPositionX() 1230 space = strchrW(pos, ' '); in HTMLStyle_put_backgroundPositionY() 1278 posy = strchrW(pos, ' '); in HTMLStyle_get_backgroundPositionY() 2745 ptr = strchrW(ptr, ')'); in update_filter()
|
H A D | navigate.c | 637 ptr = strchrW(value, ';'); in parse_content_type() 753 ptr = strchrW(buf, '\r'); in query_http_info() 1581 header = strchrW(header + 1, ' '); in process_response_status_text() 1584 header = strchrW(header + 1, ' '); in process_response_status_text() 1610 headers = strchrW(response_headers, '\r'); in nsChannelBSC_on_response()
|
/reactos/sdk/include/reactos/wine/ |
H A D | unicode.h | 40 #define strchrW(s,c) wcschr((s),(c)) macro
|
/reactos/dll/win32/shell32/ |
H A D | CQueryAssociations.cpp | 691 pszEnd = strchrW(pszStart, '"'); in GetExecutable() 701 for (pszEnd = pszStart; (pszEnd = strchrW(pszEnd, ' ')); pszEnd++) in GetExecutable()
|
/reactos/dll/win32/shlwapi/ |
H A D | url.c | 491 mp = strchrW(wk1, '/'); in UrlCanonicalizeW() 492 mp2 = strchrW(wk1, '\\'); in UrlCanonicalizeW() 829 if(!(work = strchrW(base.pszSuffix+base.cchSuffix, '#'))) in UrlCombineW() 1493 return strchrW(base.pszSuffix, '#'); in UrlGetLocationW() 2194 pl->pQuery = strchrW(work, '?'); in URL_ParseUrl() 2285 addr = strchrW(pszIn, ':'); in UrlGetPartW()
|
/reactos/dll/directx/wine/quartz/ |
H A D | filesource.c | 181 if (!(wszPatternString = strchrW(wszPatternString, ','))) in process_pattern_string() 195 if (!(wszPatternString = strchrW(wszPatternString, ','))) in process_pattern_string() 211 if (!(wszPatternString = strchrW(wszPatternString, ','))) in process_pattern_string() 251 if ((hr == S_OK) && (wszPatternString = strchrW(wszPatternString, ','))) in process_pattern_string()
|
/reactos/dll/win32/crypt32/ |
H A D | chain.c | 707 colon = strchrW(name, ':'); in url_matches() 714 authority_end = strchrW(name, '/'); in url_matches() 716 authority_end = strchrW(name, '?'); in url_matches() 729 if ((at = strchrW(name, '@'))) in url_matches() 763 else if (strchrW(constraint, '@')) in rfc822_name_matches() 767 if ((at = strchrW(name, '@'))) in rfc822_name_matches() 3198 server_name_dot = strchrW(server_name, '.'); in match_dns_to_subject_alt_name() 3398 LPCWSTR dot = strchrW(ptr, '.'), end; in match_dns_to_subject_dn()
|
/reactos/dll/win32/winhttp/ |
H A D | session.c | 396 if (!strcmpiW( domain, localW ) && !strchrW( server, '.' )) in domain_matches() 408 dot = strchrW( server, '.' ); in domain_matches() 455 ptr = strchrW( ptr, ';' ); in should_bypass_proxy() 457 ptr = strchrW( tmp, ' ' ); in should_bypass_proxy() 485 if ((colon = strchrW( session->proxy_server, ':' ))) in set_server_for_hostname()
|
H A D | cookie.c | 168 if (!(p = strchrW( string, '=' ))) p = string + strlenW( string ); in parse_cookie()
|
/reactos/dll/win32/secur32/wine/ |
H A D | ntlm.c | 449 pszHost = strchrW(pszTargetName, '/'); in ntlm_GetCachedCredential() 456 p = strchrW(pszHost, ':'); in ntlm_GetCachedCredential() 458 p = strchrW(pszHost, '/'); in ntlm_GetCachedCredential() 564 p = strchrW(cred->UserName, '\\'); in ntlm_InitializeSecurityContextW()
|
/reactos/modules/rostests/winetests/devenum/ |
H A D | devenum.c | 49 static inline WCHAR *strchrW( const WCHAR *str, WCHAR ch ) in strchrW() function 765 lstrcatW(buffer, strchrW(endpoint, '}') + 2); in test_waveout() 851 lstrcatW(buffer, strchrW(endpoint, '}') + 2); in test_wavein()
|
/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 406 p = strchrW( p + 2, '&' ); in DIALOG_IsAccelerator() 1451 if (!strchrW(spec, '*') && !strchrW(spec, '?')) in DIALOG_DlgDirListW() 1457 if ((p2 = strchrW( p, ':' ))) p = p2 + 1; in DIALOG_DlgDirListW() 1588 if (strchrW(buffer, '.') == NULL) in DIALOG_DlgDirSelect()
|
/reactos/dll/win32/setupapi/ |
H A D | install.c | 793 divider = strchrW(buffer,'='); in update_ini_callback() 1482 if (!(s = strchrW( section, ' ' ))) goto cleanup; in InstallHinfSectionW() 1488 if (!(s = strchrW( s, ' ' ))) goto cleanup; in InstallHinfSectionW() 2356 if (strchrW(SourceInfFileName, '\\' ) || strchrW(SourceInfFileName, '/' )) in SetupCopyOEMInfW()
|
H A D | driver.c | 400 pComma = strchrW(DriverVer, ','); in GetVersionInformationFromInfFile() 427 pMinor = strchrW(pVersion, '.'); in GetVersionInformationFromInfFile() 431 pRevision = strchrW(++pMinor, '.'); in GetVersionInformationFromInfFile() 437 pBuild = strchrW(++pRevision, '.'); in GetVersionInformationFromInfFile()
|
/reactos/dll/win32/kernel32/wine/ |
H A D | profile.c | 797 !strchrW(filename, '\\') && !strchrW(filename, '/')) in PROFILE_Open() 1535 if((p = strchrW( buf, '='))) { in WritePrivateProfileSectionW()
|
/reactos/dll/win32/mpr/ |
H A D | mpr_ros.diff | 277 + WCHAR *coma = strchrW(lpName, ':');
|
/reactos/dll/win32/advapi32/wine/ |
H A D | cred.c | 748 p = strchrW(filter, '*'); in registry_credential_matches_filter() 820 p = strchrW(filter, '*'); in mac_credential_matches_filter() 1851 (!strchrW(Credential->UserName, '\\') && !strchrW(Credential->UserName, '@')))) in CredWriteW()
|
/reactos/dll/win32/winmm/ |
H A D | driver.c | 282 if ((ptr = strchrW(fn, ' ')) != NULL) in DRIVER_TryOpenDriver32()
|