growstring        688 src/simh/sim_tmxr.c     sprintf (growstring(&tptr, 33 + strlen (mp->port)), "%s%s", mp->port, mp->notelnet ? ";notelnet" : "");
growstring        690 src/simh/sim_tmxr.c     sprintf (growstring(&tptr, 7 + strlen (mp->logfiletmpl)), ",Log=%s", mp->logfiletmpl);
growstring        699 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 10+strlen(lptr)), "%s%s", *tptr ? "," : "", lptr);
growstring        738 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), "Line=%d", (int)(lp-lp->mp->ldsc));
growstring        740 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), ",%s", lp->modem_control ? "Modem" : "NoModem");
growstring        742 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), ",Buffered=%d", lp->txbsz);
growstring        744 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), ",UnBuffered");
growstring        746 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 8), ",%s", lp->datagram ? "UDP" : "TCP");
growstring        748 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 8), ",Packet");
growstring        750 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32 + strlen (lp->port)), ",%s%s", lp->port, ((lp->mp->notelnet != lp->notelnet) && (!lp->datagram)) ? (lp->notelnet ? ";notelnet" : ";telnet") : "");
growstring        752 src/simh/sim_tmxr.c             sprintf (growstring(&tptr, 25 + strlen (lp->destination)), ",Connect=%s%s", lp->destination, ((lp->mp->notelnet != lp->notelnet) && (!lp->datagram)) ? (lp->notelnet ? ";notelnet" : ";telnet") : "");
growstring        755 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 12 + strlen (lp->txlogname)), ",Log=%s", lp->txlogname);
growstring        757 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 12 ), ",Loopback");