Lines Matching refs:cp
429 char *cp = new_prefix;
431 cp = stpcpy (cp, prefix);
432 cp = stpcpy (cp, fname);
433 stpcpy (cp, "[");
435 cp = new_suffix;
437 cp = stpcpy (cp, suffix);
438 stpcpy (cp, "]");
1213 char *cp = fullname;
1243 cp = mempcpy (cp, prefix, prefix_len);
1244 cp = mempcpy (cp, fname, fname_len);
1246 memcpy (cp - 1, suffix, suffix_len + 1);