Searched refs:strv_len (Results 1 – 1 of 1) sorted by relevance
113 size_t strv_len = nelems + 1; /* NULL-terminated */ in strv_from_string() local114 char **strv = zalloc(strv_len * sizeof *strv); in strv_from_string()