Searched defs:substr_begin (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dutil_ext.c38 const char *substr_begin = str; local
60 substr_begin = sep_pos + 1;
73 while (isspace(*substr_begin) && substr_begin < substr_end) {
74 substr_begin++;
79 while (substr_end - 1 > substr_begin && isspace(*(substr_end-1))) {
94 list[num_strings] = talloc_strndup(list, substr_begin, substr_len);

Completed in 8 milliseconds