Lines Matching refs:optarg
220 bool ParseServerListenString(string &serverListenString, char *optarg)
222 if (strlen(optarg) > strlen("0000::0000:0000:0000:0000%interfacename:65535")) {
227 if (strcpy_s(buf, sizeof(buf), optarg) != 0) {
272 serverListenString += optarg;
274 serverListenString = optarg;
310 int logLevel = atoi(optarg);
337 if (strlen(optarg) > MAX_CONNECTKEY_SIZE) {
338 Base::PrintMessage("Sizeo of of parament '-t' %d is too long", strlen(optarg));
342 g_connectKey = optarg;
346 if (!Hdc::ParseServerListenString(g_serverListenString, optarg)) {
358 if (optarg[0] == 't') {
360 } else if (optarg[0] == 'u') {
367 g_isTestMethod = atoi(optarg + 1);