Lines Matching defs:from
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++)93 if (*from)94 *cp++ = from;95 from = end;97 *cp++ = from;129 for (from = *cp; *from;)130 *to++ = *from++;