Lines Matching full:suffix
238 char suffix [64];
245 suffix [0] = 0;
248 /* Check for ..xx suffix and save it. */
252 strncpy (suffix, &id[len-4], 4);
253 suffix [4] = 0;
298 /* Append back the suffix if there was one. */
299 if (strlen (suffix))
300 strcat (new_id, suffix);
322 number of characters in the suffix of the identifier that should be
444 suffix of the identifier are to be preserved, if any. */
476 /* Now append the suffix of the original identifier, if any. */