Home
last modified time | relevance | path

Searched refs:get_next_token (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse_string.c45 get_next_token(const char *s) in get_next_token() function
93 } while ( (str = get_next_token(str)) != NULL ); in cmdline_parse_string()
156 while( (str = get_next_token(str)) != NULL ) { in cmdline_complete_get_nb_string()
179 s = get_next_token(s); in cmdline_complete_get_elt_string()
212 else if (get_next_token(s)) in cmdline_get_help_string()