Searched refs:cmd_to_c_string_args (Results 1 – 1 of 1) sorted by relevance
683 fn cmd_to_c_string_args(cmd: &mut [u8]) -> impl Iterator<Item = &CStr> + Clone { in cmd_to_c_string_args() function697 let mut args = cmd_to_c_string_args(cmd).skip(1); in get_var()