Lines Matching refs:cmdcmp

2314 cmdcmp(char* p, const char* cmd, size_t len)  in cmdcmp()  function
2325 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
2327 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd()
2329 } else if(cmdcmp(p, "write", 5)) { in execute_cmd()
2331 } else if(cmdcmp(p, "status", 6)) { in execute_cmd()
2333 } else if(cmdcmp(p, "stats_noreset", 13)) { in execute_cmd()
2335 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd()
2337 } else if(cmdcmp(p, "log_reopen", 10)) { in execute_cmd()
2339 } else if(cmdcmp(p, "addzone", 7)) { in execute_cmd()
2341 } else if(cmdcmp(p, "delzone", 7)) { in execute_cmd()
2343 } else if(cmdcmp(p, "changezone", 10)) { in execute_cmd()
2345 } else if(cmdcmp(p, "addzones", 8)) { in execute_cmd()
2347 } else if(cmdcmp(p, "delzones", 8)) { in execute_cmd()
2349 } else if(cmdcmp(p, "notify", 6)) { in execute_cmd()
2351 } else if(cmdcmp(p, "transfer", 8)) { in execute_cmd()
2353 } else if(cmdcmp(p, "force_transfer", 14)) { in execute_cmd()
2355 } else if(cmdcmp(p, "zonestatus", 10)) { in execute_cmd()
2357 } else if(cmdcmp(p, "verbosity", 9)) { in execute_cmd()
2359 } else if(cmdcmp(p, "repattern", 9)) { in execute_cmd()
2361 } else if(cmdcmp(p, "reconfig", 8)) { in execute_cmd()
2363 } else if(cmdcmp(p, "serverpid", 9)) { in execute_cmd()
2365 } else if(cmdcmp(p, "print_tsig", 10)) { in execute_cmd()
2367 } else if(cmdcmp(p, "update_tsig", 11)) { in execute_cmd()
2369 } else if(cmdcmp(p, "add_tsig", 8)) { in execute_cmd()
2371 } else if(cmdcmp(p, "assoc_tsig", 10)) { in execute_cmd()
2373 } else if(cmdcmp(p, "del_tsig", 8)) { in execute_cmd()
2375 } else if(cmdcmp(p, "add_cookie_secret", 17)) { in execute_cmd()
2377 } else if(cmdcmp(p, "drop_cookie_secret", 18)) { in execute_cmd()
2379 } else if(cmdcmp(p, "print_cookie_secrets", 20)) { in execute_cmd()
2381 } else if(cmdcmp(p, "activate_cookie_secret", 22)) { in execute_cmd()