Home
last modified time | relevance | path

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

/src/usr.sbin/moused/moused/
H A Dutil.c113 size_t strv_len = nelems + 1; /* NULL-terminated */ in strv_from_string() local
114 char **strv = zalloc(strv_len * sizeof *strv); in strv_from_string()