Searched refs:pArgV (Results 1 – 2 of 2) sorted by relevance
494 int32_t DecMain (int32_t iArgC, char* pArgV[]) { argument496 int32_t main (int32_t iArgC, char* pArgV[]) {514 if (strstr (pArgV[1], ".cfg")) { // read config file //confirmed_safe_unsafe_usage515 CReadConfig cReadCfg (pArgV[1]);555 } else if (strstr (pArgV[1],557 strInputFile = pArgV[1];563 strInputFile = pArgV[1];564 strOutputFile = pArgV[2];570 char* cmd = pArgV[i];574 strOptionFile = pArgV[++i];[all …]
12 extern int32_t DecMain (int32_t iArgC, char* pArgV[]);