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

/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c722 cmd = next_token(&ptr,"=");
1332 ptr = next_token(&value,":"); /* hmac type or name */
1336 ptr2 = next_token(&value, ":"); /* name or secret */
1339 ptr3 = next_token(&value,":"); /* secret or NULL */
1537 bargv[bargc] = next_token(&input, " \t\r\n");
1542 next_token(&input, " \t\r\n");
1706 bargv[bargc] = next_token(&input, " \t\r\n");
1709 bargv[bargc] = next_token(&input, " \t\r\n");
1776 bargv[bargc] = next_token(&input, " \t\r\n");
1779 bargv[bargc] = next_token(
[all...]
H A Dnslookup.c762 ptr = next_token(&input, " \t\r\n");
765 arg = next_token(&input, " \t\r\n");
H A Ddighost.c377 next_token(char **stringp, const char *delim) { function
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c803 next_token(char **stringp, const char *delim) { function
823 ptr = next_token(&input, " \t");
827 ptr = next_token(&input, " \t");
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c4695 next_token(char **stringp, const char *delim) { function
4728 ptr = next_token(&input, " \t");
4733 zonetxt = next_token(&input, " \t");
4738 classtxt = next_token(&input, " \t");
4741 viewtxt = next_token(&input, " \t");
5244 ptr = next_token(&args, " \t");
5275 ptr = next_token(&args, " \t");
5279 ptr = next_token(&args, " \t");
5283 ptr = next_token(&args, " \t");
5287 ptr = next_token(
[all...]
/bind-9.6-ESV-R11/bin/dig/include/dig/
H A Ddig.h402 next_token(char **stringp, const char *delim);

Completed in 45 milliseconds