Searched refs:MAX_INSTALL_CNT (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_INSTALL_CNT 8 macro194 char appsToInstall[MAX_INSTALL_CNT][MAX_APP_NAME_LEN+1];296 …while (((numRead = getline(&line, &len, fp)) != -1) && (*installCnt < MAX_INSTALL_CNT) && (*uninst… in parseConfigAppInfo()