Lines Matching defs:text
47 command_compare(const char *text, const char *command) {
49 if (strncasecmp(text, command, commandlen) == 0 &&
50 (text[commandlen] == '\0' ||
51 text[commandlen] == ' ' ||
52 text[commandlen] == '\t'))
62 ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) {
102 result = ns_server_reloadcommand(ns_g_server, command, text);
106 result = ns_server_refreshcommand(ns_g_server, command, text);
117 result = ns_smf_add_message(text);
134 ns_os_shutdownmsg(command, text);
144 result = ns_smf_add_message(text);
151 ns_os_shutdownmsg(command, text);
172 result = ns_server_status(ns_g_server, text);
174 result = ns_server_tsiglist(ns_g_server, text);
176 result = ns_server_tsigdelete(ns_g_server, command, text);
179 text);
183 text);
192 result = ns_server_notifycommand(ns_g_server, command, text);