Lines Matching refs:Product
2300 sal_Char Product[132] = ""; in lookupProfile() local
2315 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(strPath), i, Product, sizeof(Product), NUL… in lookupProfile()
2316 Product[i] = '\0'; in lookupProfile()
2360 && (stricmp(Product, pChr) < 0)) in lookupProfile()
2368 strcpy(Product, pChr); in lookupProfile()
2395 && (stricmp(Product, pChr) < 0)) in lookupProfile()
2403 strcpy(Product, pChr); in lookupProfile()
2417 if ((pChr = strrchr(Product, '/')) != NULL) in lookupProfile()
2519 if (*Product == 0) in lookupProfile()
2521 …reinterpret_cast<LPCWSTR>(strExecutable->buffer + nPos + 1), -1, Product, sizeof(Product), NULL, N… in lookupProfile()
2524 if ((pChr = strrchr(Product, '.')) != NULL) in lookupProfile()
2595 if ((access(aTmpPath, 0) < 0) && (strlen(Product) > 0)) in lookupProfile()
2616 hProfile, SVERSION_SECTION, Product, Buffer, in lookupProfile()
2633 hProfile, SVERSION_SECTION, Product, in lookupProfile()