Searched refs:strIn (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/oleaut32/ |
H A D | vartype.c | 7631 if (!strIn) in VarDateFromStr() 7660 while (*strIn) in VarDateFromStr() 7669 dp.dwValues[dp.dwCount] = wcstoul(strIn, &strIn, 10); in VarDateFromStr() 7671 strIn--; in VarDateFromStr() 7711 if ((*strIn == 'a' || *strIn == 'A' || *strIn == 'p' || *strIn == 'P') && in VarDateFromStr() 7715 if (*strIn == 'a' || *strIn == 'A') in VarDateFromStr() 7735 else if (*strIn == ':' || *strIn == '.') in VarDateFromStr() 7751 else if (*strIn == '-' || *strIn == '/') in VarDateFromStr() 7759 else if (*strIn == ',' || iswspace(*strIn)) in VarDateFromStr() 7761 if (*strIn == ',' && !strIn[1]) in VarDateFromStr() [all …]
|
/reactos/modules/rostests/winetests/user32/ |
H A D | menu.c | 1894 char strIn[0x80]; in test_menu_search_bycommand() local 1905 strcpy(strIn, "Case 1 MenuItem"); in test_menu_search_bycommand() 1906 info.dwTypeData = strIn; in test_menu_search_bycommand() 1947 strcpy(strIn, "Case 2 SubMenu"); in test_menu_search_bycommand() 1948 rc = InsertMenuA(hmenu, 0, MF_BYPOSITION | MF_POPUP | MF_STRING, (UINT_PTR)hmenuSub, strIn); in test_menu_search_bycommand() 1988 strcpy(strIn, "Case 2 MenuItem 1"); in test_menu_search_bycommand() 1989 info.dwTypeData = strIn; in test_menu_search_bycommand() 2014 strcpy(strIn, "Case 2 MenuItem 2"); in test_menu_search_bycommand() 2015 info.dwTypeData = strIn; in test_menu_search_bycommand()
|