Lines Matching defs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
117 char *ptr, *copy;
128 copy = string;
129 while (isdigit((unsigned char)*copy) && (iday < idaymax)) {
130 daynum[iday] = *copy++;
169 char *copy;
186 copy = string;
188 while (((islower((unsigned char)*copy)) ||
189 (isupper((unsigned char)*copy))) && (imnth < mlen)) {
190 mletter[imnth] = toupper((unsigned char)*copy++);
209 * code than adding in a copy for string and using that