Lines Matching defs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124 char *mempt, *copy;
138 copy = buffer;
147 *copy++ = ch;
159 /* At this point copy points to the end of a valid parameter. */
160 *copy = '\0'; /* Terminate the string. */
162 copy = NULL; /* Comments don't get buffered. */
167 copy = buffer;
171 copy = NULL;
175 copy = buffer;
215 copy -= n - idx;
228 copy -= n - idx;
231 } else if (copy) {
232 copy--; /* Eat previous esc */
260 if (copy) *copy++ = ch;
264 if (copy && ((++n % VALSIZ) == 0)) {
277 copy = &mempt[n];
291 while (copy && isspace((unsigned char)*(copy - 1)) && n-- > 0)
292 copy--;
300 if (copy) {
301 *copy = '\0';
322 char *pt, *copy, *value, line[PATH_MAX];
360 * package and to copy the parameter name into the provided string;
374 value = copy = pt;
377 *copy++ = *value;
380 *copy = '\0';