Searched refs:tok_len (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report_generic.c | 142 const size_t tok_len = sep - *frame_descr; in tokenize_frame_descr() local 144 if (tok_len + 1 > max_tok_len) { in tokenize_frame_descr() 151 strscpy(token, *frame_descr, tok_len + 1); in tokenize_frame_descr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/ |
| H A D | CVE-2022-28321-0002.patch | 30 if ((str_len = strlen(string)) > tok_len 31 && strcasecmp(tok, string + str_len - tok_len) == 0) 33 - } else if (tok[tok_len - 1] == '.') { 34 + } else if (tok[tok_len - 1] == '.') { /* internet network numbers (end with ".") */
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_dev_frontend.c | 273 int path_len, tok_len, body_len; in watch_fired() local 282 tok_len = strlen(token_caller) + 1; in watch_fired() 283 body_len = path_len + tok_len; in watch_fired() 294 ret = queue_reply(&staging_q, token_caller, tok_len); in watch_fired()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | numa.c | 529 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local 563 tok_len = strstr(tok, "_"); in parse_setup_cpu_list() 564 if (tok_len) { in parse_setup_cpu_list() 565 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()
|