logfiletmpl 672 src/simh/sim_tmxr.c if (mp->logfiletmpl[0]) /* logfile info */ logfiletmpl 673 src/simh/sim_tmxr.c sprintf (growstring(&tptr, 7 + strlen (mp->logfiletmpl)), ",Log=%s", mp->logfiletmpl); logfiletmpl 2091 src/simh/sim_tmxr.c logfiletmpl[CBUFSIZE], buffered[CBUFSIZE], hostport[CBUFSIZE*2], logfiletmpl 2114 src/simh/sim_tmxr.c memset(logfiletmpl, '\0', sizeof(logfiletmpl)); logfiletmpl 2150 src/simh/sim_tmxr.c strncpy(logfiletmpl, cptr, sizeof(logfiletmpl)-1); logfiletmpl 2296 src/simh/sim_tmxr.c if (logfiletmpl[0]) { logfiletmpl 2307 src/simh/sim_tmxr.c strncpy(mp->logfiletmpl, logfiletmpl, sizeof(mp->logfiletmpl)-1); logfiletmpl 2335 src/simh/sim_tmxr.c sprintf(lp->txlogname, "%s_%d", mp->logfiletmpl, i); logfiletmpl 2337 src/simh/sim_tmxr.c strcpy (lp->txlogname, mp->logfiletmpl); logfiletmpl 2403 src/simh/sim_tmxr.c mp->logfiletmpl[0] = '\0'; logfiletmpl 2546 src/simh/sim_tmxr.c if (logfiletmpl[0]) { logfiletmpl 2549 src/simh/sim_tmxr.c lp->txlogname = (char *)realloc (lp->txlogname, 1 + strlen (logfiletmpl)); logfiletmpl 2562 src/simh/sim_tmxr.c strcpy (lp->txlogname, logfiletmpl); logfiletmpl 2569 src/simh/sim_tmxr.c return sim_messagef (r, "Can't open log file: %s\n", logfiletmpl); logfiletmpl 202 src/simh/sim_tmxr.h char logfiletmpl[FILENAME_MAX]; /* template logfile name */