Searched defs:tok (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/lib/utils/ |
D | json.c | 26 static bool lexer_consume(struct json_lexer *lex, struct json_token *tok, in lexer_consume() 39 static bool lexer_next(struct json_lexer *lex, struct json_token *tok) in lexer_next() 272 struct json_token tok; in obj_init() local 289 struct json_token tok; in arr_init() local 327 struct json_token tok; in obj_next() local 660 struct json_token tok; in arr_parse() local 838 struct json_token tok; in json_arr_separate_parse_object() local
|
/Zephyr-latest/tests/lib/heap/src/ |
D | main.c | 86 size_t tok = fill_token(p, sz); in fill_block() local 103 size_t tok = fill_token(p, sz); in check_fill() local
|
/Zephyr-latest/drivers/pcie/host/ |
D | shell.c | 262 char *tok, *state; in get_bdf() local
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_cp.c | 100 char *tok, *s1, *s2, addr_buf[32 * CONFIG_OSDP_NUM_CONNECTED_PD]; in osdp_extract_address() local
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 65 struct json_token tok; member
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 1035 char *state, *tok, buf[64+1] = {0}; in test_strtok_r_do() local
|