Searched refs:extract_strings (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c273 extract_strings(const char *strings, const char **dest, u_int len) function
314 *num = extract_strings(strings, /*dest*/NULL, len);
323 (void)extract_strings(strings, /*dest*/ret, len);

Completed in 52 milliseconds