Searched defs:next_token (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 803 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/dig/ |
H A D | dighost.c | 377 next_token(char **stringp, const char *delim) { function
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | server.c | 4695 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...] |
Completed in 4067 milliseconds