Home | History | Annotate | Download | only in tts

Lines Matching defs:totlen

682     int     totlen;              /* output string length   */
694 totlen = 0;
705 totlen += stoklen;
710 totlen += nsubtok; /*add spaces between subtokens*/
716 data = (char *) malloc( totlen ); /* allocate string */
720 memset(data, 0, totlen); /* clear it */