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