Lines Matching defs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
118 char *mempt, *copy;
132 copy = buffer;
141 *copy++ = ch;
153 /* At this point copy points to the end of a valid parameter. */
154 *copy = '\0'; /* Terminate the string. */
156 copy = NULL; /* Comments don't get buffered. */
161 copy = buffer;
165 copy = NULL;
169 copy = buffer;
209 copy -= n - idx;
222 copy -= n - idx;
225 } else if (copy) {
226 copy--; /* Eat previous esc */
254 if (copy) *copy++ = ch;
258 if (copy && ((++n % VALSIZ) == 0)) {
271 copy = &mempt[n];
285 while (copy && isspace((unsigned char)*(copy - 1)) && n-- > 0)
286 copy--;
294 if (copy) {
295 *copy = '\0';
316 char *pt, *copy, *value, line[PATH_MAX];
354 * package and to copy the parameter name into the provided string;
368 value = copy = pt;
371 *copy++ = *value;
374 *copy = '\0';