Lines Matching refs:end
115 suffix_requires_dir_check (char const *end) in suffix_requires_dir_check() argument
118 while (ISSLASH (*end)) in suffix_requires_dir_check()
122 end++; in suffix_requires_dir_check()
123 while (ISSLASH (*end)); in suffix_requires_dir_check()
125 switch (*end++) in suffix_requires_dir_check()
132 if (!*end || (*end == '.' && (!end[1] || ISSLASH (end[1])))) in suffix_requires_dir_check()
203 char const *end; in realpath_stk() local
268 for ( ; *start; start = end) in realpath_stk()
275 for (end = start; *end && !ISSLASH (*end); ++end) in realpath_stk()
280 idx_t startlen = end - start; in realpath_stk()
340 end_idx = end - extra_buf; in realpath_stk()
341 size_t len = strlen (end); in realpath_stk()
354 end = extra_buf + end_idx; in realpath_stk()
357 memmove (&extra_buf[n], end, len + 1); in realpath_stk()
358 name = end = memcpy (extra_buf, buf, n); in realpath_stk()
388 else if (! (suffix_requires_dir_check (end) in realpath_stk()