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

/sssd-io/src/util/
H A Dutil_ext.c37 const char *substr_end = str; local
59 substr_end = sep_pos + 1;
64 while (*substr_end != sep && *substr_end != '\0') {
65 substr_end++;
69 sep_pos = substr_end;
73 while (isspace(*substr_begin) && substr_begin < substr_end) {
79 while (substr_end - 1 > substr_begin && isspace(*(substr_end-1))) {
80 substr_end
[all...]

Completed in 8 milliseconds