Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DParser.py62 def handle_include(self, tokens): argument
79 def handle_key(self, tokens): argument
114 def handle_server(self, tokens): argument
141 def name_list(self, name, tokens): argument
161 def quad_list(self, name, tokens): argument
181 def quad_list_with_keys(self, name, tokens, named): argument
209 def skip_value(self, name, tokens): argument
218 def handle_options(self, tokens): argument
327 def handle_zone(self, tokens): argument
389 def ignore_section(self, name, tokens): argument
[all …]
/netbsd/external/bsd/ntp/dist/libjsmn/
H A Djsmn.c11 jsmntok_t *tokens, size_t num_tokens) { in jsmn_alloc_token()
40 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_primitive()
89 size_t len, jsmntok_t *tokens, size_t num_tokens) { in jsmn_parse_string()
156 jsmntok_t *tokens, unsigned int num_tokens) { in jsmn_parse()
H A Djsmn_test.c88 jsmntok_t tokens[10]; in test_simple() local
337 jsmntok_t tokens[10]; in test_objects_arrays() local
366 jsmntok_t tokens[128]; in test_issue_22() local
398 jsmntok_t tokens[10]; in test_unicode_characters() local
444 jsmntok_t tokens[10]; in test_input_length() local
509 jsmntok_t tokens[10]; in test_keyvalue() local
574 jsmntok_t tokens[10]; in test_nonstrict() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dcalc.c41 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens()
112 static void handle_line(char **tokens, int ntokens) { in handle_line()
H A Dhelpers.c20 void llvm_tokenize_stdin(void (*cb)(char **tokens, int ntokens)) { in llvm_tokenize_stdin()
H A Ddisassemble.c65 static void handle_line(char **tokens, int ntokens) { in handle_line()
/netbsd/external/bsd/mdocml/dist/
H A Dtest-getsubopt.c33 char *const tokens[] = { token0, NULL }; in main() local
H A Dcompat_getsubopt.c46 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt()
/netbsd/lib/libc/locale/
H A Dnewlocale.c48 const char *tokens[_LC_LAST - 1]; in __weak_alias() local
H A Dgeneric_lc_all.c59 const char *tokens[_LC_LAST], *s, *t; in _generic_LC_ALL_setlocale() local
/netbsd/external/bsd/wpa/dist/src/utils/
H A Djson.c209 static struct json_token * json_alloc_token(unsigned int *tokens) in json_alloc_token()
227 unsigned int tokens = 0; in json_parse() local
/netbsd/crypto/external/bsd/heimdal/dist/cf/
H A Dsymbol-version.py36 tokens = [ 'SYMBOL' ] variable
/netbsd/external/mit/libuv/dist/test/
H A Dtest-strtok.c34 const char* tokens[] = { variable
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasmgcc.d407 static int semanticAsm(Token* tokens) in semanticAsm()
/netbsd/usr.bin/mklocale/
H A Dmklocaledb.c115 const token_t tokens[]; member
/netbsd/external/bsd/tradcpp/dist/
H A Deval.c63 enum tokens { enum
138 static struct tokenarray tokens; variable
/netbsd/external/bsd/dhcpcd/dist/src/
H A Dauth.h74 struct token_head tokens; member
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst779 .. _wineh-constraints:
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dgssapi.c449 gssapi_get_itokens(struct ph1handle *iph1, vchar_t **tokens) in gssapi_get_itokens()
484 gssapi_get_rtokens(struct ph1handle *iph1, vchar_t **tokens) in gssapi_get_rtokens()
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Ddefun.c39 char **tokens; member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.c199 auto_vec<char *> tokens; in dbg_cnt_process_opt() local
H A Ddbgcnt.cc212 auto_vec<char *> tokens; in dbg_cnt_process_opt() local
/netbsd/external/mpl/bind/dist/contrib/kasp/
H A Dkasp2policy.py31 tokens = ("P", "T", "Y", "M", "D", "H", "S", "NUM") variable in KaspTime.KTLex
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddbgcnt.c199 auto_vec<char *> tokens; in dbg_cnt_process_opt() local
/netbsd/bin/ksh/
H A Dc_test.c585 static const char *const tokens[] = { local

1234