Lines Matching defs:to
4 * The contents of this file are subject to the terms of the24 * Use is subject to license terms.137 * environ to point to the local area.175 char *to = from;184 *to++ = *from++;192 *to++ = *from++;200 *to++ = *from++;203 while ((to > svfrom) && isspace((int)to[-1]))204 to--;205 *to = '\0';