Searched defs:next_token (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 997 next_token(char **stringp, const char *delim) { function 1017 ptr = next_token(&input, " \t"); 1021 ptr = next_token(&input, " \t");
|
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 796 next_token(char **stringp, const char *delim) { function 1046 cmd = next_token(&ptr, "="); 1280 code = next_token(&value, ":"); 1874 bargv[bargc] = next_token(&input, " \t\r\n"); 1877 bargv[bargc] = next_token(&input, " \t\r\n");
|
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 945 next_token(char **stringp, const char *delim) { function 981 cmd = next_token(&ptr,"=");
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 407 next_token(char **stringp, const char *delim) { function
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 9260 * call to next_token(). 9263 next_token(isc_lex_t *lex, isc_buffer_t **text) { function 9332 ptr = next_token(lex, text); 9339 zonetxt = next_token(lex, text); 9343 /* Copy zonetxt because it'll be overwritten by next_token() */ 9353 classtxt = next_token(lex, text); 9361 viewtxt = next_token(lex, text); 9598 ptr = next_token(lex, NULL); 9602 ptr = next_token(lex, NULL); 9967 ptr = next_token(le [all...] |
Completed in 63 milliseconds