Searched refs:lenmod (Results 1 – 2 of 2) sorted by relevance
911 static void addlenmod (char *form, const char *lenmod) { in addlenmod() argument913 size_t lm = strlen(lenmod); in addlenmod()915 strcpy(form + l - 1, lenmod); in addlenmod()
1011 static void addlenmod (char *form, const char *lenmod) { argument1013 size_t lm = strlen(lenmod);1015 strcpy(form + l - 1, lenmod);