taglinefilesource code
stli_txcookbuf210drivers/char/istallion.cstatic char      *stli_txcookbuf = (char *) NULL;
stli_txcookbuf786drivers/char/istallion.cif (stli_txcookbuf != (char *) NULL)
stli_txcookbuf787drivers/char/istallion.ckfree_s(stli_txcookbuf, STLI_TXBUFSIZE);
stli_txcookbuf1560drivers/char/istallion.cstli_txcookbuf[stli_txcooksize++] = ch;
stli_txcookbuf1632drivers/char/istallion.cbuf = stli_txcookbuf;
stli_txcookbuf4034drivers/char/istallion.cstli_txcookbuf = (char *) stli_memalloc(STLI_TXBUFSIZE);
stli_txcookbuf4035drivers/char/istallion.cif (stli_txcookbuf == (char *) NULL)