wcspbrk

WCHAR *__stdcall wcspbrk(WCHAR *string, WCHAR *control){
  WCHAR v2; 
  WCHAR v4; 
  WCHAR *v5; 
  WCHAR v6; 

  v2 = *string;
  if( !*string )
    return 0i64;
  v4 = *control;
  while( 1 )
  {
    v5 = control;
    if( v4 )
      break;
LABEL_7:
    v2 = *++string;
    if( !*string )
      return 0i64;
  }
  v6 = v4;
  while( v6 != v2 )
  {
    v6 = *++v5;
    if( !*v5 )
      goto LABEL_7;
  }
  return string;
}

Referenced by:

IoRegisterDeviceInterface
PoThermalCounterSetCallback
RtlpMuiRegLoadLicInformation