Home
last modified time | relevance | path

Searched refs:strchrW (Results 1 – 25 of 44) sorted by relevance

12

/reactos/sdk/lib/crt/wstring/
H A Dwcstok.c21 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 Dunicode.h248 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 Dinfhostrtl.c118 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 Dmsstyles.c328 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 Dwine_unicode.def24 strchrW
/reactos/dll/win32/mshtml/
H A Deditor.c815 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 Dprotocol.c618 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 Dhtmlstyle.c369 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 Dnavigate.c637 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 Dunicode.h40 #define strchrW(s,c) wcschr((s),(c)) macro
/reactos/dll/win32/shell32/
H A DCQueryAssociations.cpp691 pszEnd = strchrW(pszStart, '"'); in GetExecutable()
701 for (pszEnd = pszStart; (pszEnd = strchrW(pszEnd, ' ')); pszEnd++) in GetExecutable()
/reactos/dll/win32/shlwapi/
H A Durl.c491 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 Dfilesource.c181 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 Dchain.c707 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 Dsession.c396 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 Dcookie.c168 if (!(p = strchrW( string, '=' ))) p = string + strlenW( string ); in parse_cookie()
/reactos/dll/win32/secur32/wine/
H A Dntlm.c449 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 Ddevenum.c49 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 Ddialog.c406 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 Dinstall.c793 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 Ddriver.c400 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 Dprofile.c797 !strchrW(filename, '\\') && !strchrW(filename, '/')) in PROFILE_Open()
1535 if((p = strchrW( buf, '='))) { in WritePrivateProfileSectionW()
/reactos/dll/win32/mpr/
H A Dmpr_ros.diff277 + WCHAR *coma = strchrW(lpName, ':');
/reactos/dll/win32/advapi32/wine/
H A Dcred.c748 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 Ddriver.c282 if ((ptr = strchrW(fn, ' ')) != NULL) in DRIVER_TryOpenDriver32()

12