growstring        671 src/simh/sim_tmxr.c     sprintf (growstring(&tptr, 33 + strlen (mp->port)), "%s%s", mp->port, mp->notelnet ? ";notelnet" : "");
growstring        673 src/simh/sim_tmxr.c     sprintf (growstring(&tptr, 7 + strlen (mp->logfiletmpl)), ",Log=%s", mp->logfiletmpl);
growstring        682 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 10+strlen(lptr)), "%s%s", *tptr ? "," : "", lptr);
growstring        721 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), "Line=%d", (int)(lp-lp->mp->ldsc));
growstring        723 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), ",%s", lp->modem_control ? "Modem" : "NoModem");
growstring        725 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), ",Buffered=%d", lp->txbsz);
growstring        727 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 32), ",UnBuffered");
growstring        729 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 8), ",%s", lp->datagram ? "UDP" : "TCP");
growstring        731 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 8), ",Packet");
growstring        733 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        735 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        738 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 12 + strlen (lp->txlogname)), ",Log=%s", lp->txlogname);
growstring        740 src/simh/sim_tmxr.c         sprintf (growstring(&tptr, 12 ), ",Loopback");