Searched refs:STR_TOKEN_SIZE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse_string.c | 63 if (res && ressize < STR_TOKEN_SIZE) in cmdline_parse_string() 80 if (token_len >= STR_TOKEN_SIZE - 1) { in cmdline_parse_string() 116 token_len < (STR_TOKEN_SIZE-1)) in cmdline_parse_string() 120 if (token_len >= STR_TOKEN_SIZE - 1) { in cmdline_parse_string() 131 strlcpy(res, buf, STR_TOKEN_SIZE); in cmdline_parse_string()
|
| H A D | cmdline_parse_string.h | 17 #define STR_TOKEN_SIZE 128 macro 22 typedef char cmdline_fixed_string_t[STR_TOKEN_SIZE];
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_string.c | 40 #if (CMDLINE_TEST_BUFSIZE < STR_TOKEN_SIZE) \ 43 #define CMDLINE_TEST_BUFSIZE RTE_MAX(STR_TOKEN_SIZE, STR_MULTI_TOKEN_SIZE)
|
| /f-stack/dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 51 strlcpy((char *)msg, res->message, STR_TOKEN_SIZE); in cmd_send_parsed()
|
| H A D | main.c | 94 STR_TOKEN_SIZE, pool_cache, priv_data_sz, in main()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 3508 for (i = 0; i < strnlen(str, STR_TOKEN_SIZE); i++) { in parse_item_list() 4060 len = strnlen(str, STR_TOKEN_SIZE); in cmd_vlan_offload_parsed()
|