Lines Matching defs:end
150 const char* end = start + *len;
158 if (src + 2 <= end && IsPathSeparator(src[1])) {
174 while (src + 3 <= end && src[0] == '.' && src[1] == '.' &&
185 for (; src < end; src = src_next) {
191 static_cast<const char*>(::memchr(src, '/', end - src));
198 // Cannot use strpbrk() because end[0] can be \0 or something else!
200 while (next_sep != end && !IsPathSeparator(*next_sep))
202 if (next_sep == end) {
249 size_t component_len = end - src;
365 for (string::const_iterator it = input.begin(), end = input.end(); it != end;
373 result->append(span_begin, input.end());
391 for (string::const_iterator it = input.begin(), end = input.end(); it != end;
408 result->append(span_begin, input.end());
504 i != words.end(); ++i) {
696 if (subsys == subsystems.end())
728 if (cpu == cgroups.end())