Searched refs:raw_entry (Results 1 – 1 of 1) sorted by relevance
261 char *raw_entry; in cm_listoffloats() local287 raw_entry = (char *) xmalloc (strlen (float_type) in cm_listoffloats()291 sprintf (raw_entry, "%s %s", float_type, temp->number); in cm_listoffloats()294 strcat (raw_entry, ": "); in cm_listoffloats()296 number_len = strlen (raw_entry); in cm_listoffloats()298 len = strlen (title) + strlen (raw_entry); in cm_listoffloats()306 strcat (raw_entry, title); in cm_listoffloats()307 len = strlen (raw_entry); in cm_listoffloats()315 while (raw_entry[len] != ' ' && len >= 0) in cm_listoffloats()331 raw_entry[len] = 0; in cm_listoffloats()[all …]