Lines Matching defs:cp
181 char *cp;
217 cp = abs_filename;
220 memcpy (cp, dirlist, dirlist_len);
221 __argz_stringify (cp, dirlist_len, PATH_SEPARATOR);
222 cp += dirlist_len;
223 cp[-1] = '/';
226 cp = stpcpy (cp, language);
230 *cp++ = '_';
231 cp = stpcpy (cp, territory);
235 *cp++ = '.';
236 cp = stpcpy (cp, codeset);
240 *cp++ = '.';
241 cp = stpcpy (cp, normalized_codeset);
247 *cp++ = (mask & CEN_AUDIENCE) != 0 ? '+' : '@';
248 cp = stpcpy (cp, modifier);
252 *cp++ = '+';
253 cp = stpcpy (cp, special);
257 *cp++ = ',';
259 cp = stpcpy (cp, sponsor);
262 *cp++ = '_';
263 cp = stpcpy (cp, revision);
267 *cp++ = '/';
268 stpcpy (cp, filename);