Lines Matching defs:segend
67 const char *segend;
74 for (segend = p; *segend != '\0' && *segend != '/'; segend++);
76 if (segend == p)
78 seglen = segend - p;
115 /* stat path up to here (segend points to tail) */
125 size_t lsize = 128, tlen = strlen(segend), espace;
156 memmove(npath_pos + 1, segend, ltlen);
210 memcpy(npath_link + ret, segend, tlen);
215 path = segend = npath_link;
230 } else if (*segend != '\0' && !S_ISDIR (st.st_mode)) {
238 p = segend;