Home
last modified time | relevance | path

Searched refs:cmdcmp (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/unbound/daemon/
H A Dremote.c3027 if(cmdcmp(p, "stop", 4)) { in execute_cmd()
3030 } else if(cmdcmp(p, "reload", 6)) { in execute_cmd()
3036 } else if(cmdcmp(p, "stats", 5)) { in execute_cmd()
3039 } else if(cmdcmp(p, "status", 6)) { in execute_cmd()
3042 } else if(cmdcmp(p, "dump_cache", 10)) { in execute_cmd()
3045 } else if(cmdcmp(p, "load_cache", 10)) { in execute_cmd()
3084 } else if(cmdcmp(p, "stub_add", 8)) { in execute_cmd()
3114 } else if(cmdcmp(p, "forward", 7)) { in execute_cmd()
3129 } else if(cmdcmp(p, "lookup", 6)) { in execute_cmd()
3142 if(cmdcmp(p, "verbosity", 9)) { in execute_cmd()
[all …]