taglinefilesource code
stli_txcookbuf210drivers/char/istallion.cstatic char      *stli_txcookbuf = (char *) NULL;
stli_txcookbuf775drivers/char/istallion.cif (stli_txcookbuf != (char *) NULL)
stli_txcookbuf776drivers/char/istallion.ckfree_s(stli_txcookbuf, STLI_TXBUFSIZE);
stli_txcookbuf1525drivers/char/istallion.cstli_txcookbuf[stli_txcooksize++] = ch;
stli_txcookbuf1597drivers/char/istallion.cbuf = stli_txcookbuf;
stli_txcookbuf3995drivers/char/istallion.cstli_txcookbuf = (char *) stli_memalloc(STLI_TXBUFSIZE);
stli_txcookbuf3996drivers/char/istallion.cif (stli_txcookbuf == (char *) NULL)