Lines Matching defs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65 char *npt, *pt, *pt2, *copy;
69 copy = buffer;
97 /* copy in parameter value */
99 *copy++ = *token++;
103 *copy++ = *pt++;
115 *copy++ = *pt++;
124 *copy++ = *pt++;
126 *copy++ = *pt++;
129 * If it's a separator, copy it over to the target buffer and
137 *copy++ = *pt++;
139 * If we're in the middle of a non-parametric token, copy
143 *copy++ = *pt++;
145 *copy = '\0';
213 /* copy token into varname */