Searched refs:commandlen (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dcontrol.c48 unsigned int commandlen = strlen(command); local
49 if (strncasecmp(text, command, commandlen) == 0 &&
50 (text[commandlen] == '\0' ||
51 text[commandlen] == ' ' ||
52 text[commandlen] == '\t'))

Completed in 446 milliseconds