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

/sssd/src/util/
H A Dutil.c40 const char *substr_end = str; local
62 substr_end = sep_pos + 1;
67 while (*substr_end != sep && *substr_end != '\0') {
68 substr_end++;
72 sep_pos = substr_end;
76 while (isspace(*substr_begin) && substr_begin < substr_end) {
82 while (substr_end - 1 > substr_begin && isspace(*(substr_end-1))) {
83 substr_end
[all...]

Completed in 30 milliseconds