Lines Matching refs:zOpt
20533 static int optionMatch(const char *zStr, const char *zOpt){
20537 return cli_strcmp(zStr, zOpt)==0;
25079 char *zOpt;
25086 zOpt = azArg[1];
25087 if( zOpt[0]=='-' && zOpt[1]=='-' && zOpt[2]!=0 ) zOpt++;
25088 lenOpt = (int)strlen(zOpt);
25089 if( lenOpt>=3 && cli_strncmp(zOpt, "-allexcept",lenOpt)==0 ){