Searched refs:lenmod (Results 1 – 1 of 1) sorted by relevance
1214 static void addlenmod (char *form, const char *lenmod) { in addlenmod() argument1216 size_t lm = strlen(lenmod); in addlenmod()1218 strcpy(form + l - 1, lenmod); in addlenmod()