Lines Matching defs:zOpt
29278 static int optionMatch(const char *zStr, const char *zOpt){
29282 return cli_strcmp(zStr, zOpt)==0;
35442 char *zOpt;
35449 zOpt = azArg[1];
35450 if( zOpt[0]=='-' && zOpt[1]=='-' && zOpt[2]!=0 ) zOpt++;
35451 lenOpt = (int)strlen(zOpt);
35452 if( lenOpt>=3 && cli_strncmp(zOpt, "-allexcept",lenOpt)==0 ){