Lines Matching +defs:from +defs:end
23 in this Software without prior written authorization from The Open Group.
77 char *end, *from, *to, **cp;
89 for (from = end = path; *end; end++)
90 if (*end == '/') {
91 while (*end == '/')
92 *end++ = '\0';
93 if (*from)
94 *cp++ = from;
95 from = end;
97 *cp++ = from;
129 for (from = *cp; *from;)
130 *to++ = *from++;
296 * should be at the end.