Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c270 extract_strings(const char *strings, const char **dest, u_int len) in extract_strings() function
311 *num = extract_strings(strings, /*dest*/NULL, len); in split()
320 (void)extract_strings(strings, /*dest*/ret, len); in split()