Searched refs:raw_entry (Results 1 – 1 of 1) sorted by relevance
263 char *raw_entry; in cm_listoffloats() local289 raw_entry = (char *) xmalloc (strlen (float_type) in cm_listoffloats()293 sprintf (raw_entry, "%s %s", float_type, temp->number); in cm_listoffloats()296 strcat (raw_entry, ": "); in cm_listoffloats()298 number_len = strlen (raw_entry); in cm_listoffloats()300 len = strlen (title) + strlen (raw_entry); in cm_listoffloats()308 strcat (raw_entry, title); in cm_listoffloats()309 len = strlen (raw_entry); in cm_listoffloats()317 while (raw_entry[len] != ' ' && len >= 0) in cm_listoffloats()333 raw_entry[len] = 0; in cm_listoffloats()[all …]