Searched refs:IACBUFSIZE (Results 1 – 1 of 1) sorted by relevance
44 #define IACBUFSIZE 256 macro117 if(TT.piac + len >= IACBUFSIZE) flush_iac(); in put_iac()128 if(TT.piac + len + 1 >= IACBUFSIZE) flush_iac(); in str_iac()334 if(strlen(TT.ttype) > IACBUFSIZE-1) TT.ttype[IACBUFSIZE - 1] = '\0'; in telnet_main()