Home | History | Annotate | Download | only in tts

Lines Matching refs:totlen

683     int     totlen;              /* output string length   */
695 totlen = 0;
706 totlen += stoklen;
711 totlen += nsubtok; /*add spaces between subtokens*/
717 data = (char *) malloc( totlen ); /* allocate string */
721 memset(data, 0, totlen); /* clear it */