Lines Matching defs:copy
2781 int copy = read;
2783 if (copy > end - str)
2784 copy = end - str;
2785 memcpy(str, old_fmt, copy);
3258 int copy = read;
3260 if (copy > end - str)
3261 copy = end - str;
3262 memcpy(str, old_fmt, copy);
3307 int copy, len;
3324 len = copy = strlen(args);
3325 if (copy > end - str)
3326 copy = end - str;
3327 memcpy(str, args, copy);
3550 /* now copy until next white space */