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

/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c252 * Split the input string into substrings, separated at occurrences of the indicated character,
260 * Empty substrings are not ignored; that is, returned substrings may be empty strings if the
267 char **substrings; local
277 &substrings);
286 &substrings[current_substring]);
288 free_string_array(substrings);
296 memcpy(substrings[current_substring], string, length);
307 &substrings[current_substring]);
309 free_string_array(substrings);
[all...]

Completed in 103 milliseconds