Searched refs:next_token (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/bin/dig/ |
H A D | dig.c | 804 cmd = next_token(&ptr, "="); 1054 code = next_token(&value, ":"); 1721 ptr = next_token(&value, ":"); /* hmac type or name */ 1725 ptr2 = next_token(&value, ":"); /* name or secret */ 1728 ptr3 = next_token(&value, ":"); /* secret or NULL */ 1886 bargv[bargc] = next_token(&input, " \t\r\n"); 1891 next_token(&input, " \t\r\n"); 2086 bargv[bargc] = next_token(&input, " \t\r\n"); 2089 bargv[bargc] = next_token(&input, " \t\r\n"); 2156 bargv[bargc] = next_token( [all...] |
H A D | nslookup.c | 828 ptr = next_token(&input, " \t\r\n"); 831 arg = next_token(&input, " \t\r\n");
|
H A D | dighost.c | 407 next_token(char **stringp, const char *delim) { function
|
/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/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...] |
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 397 next_token(char **stringp, const char *delim);
|
/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,"=");
|
Completed in 72 milliseconds