tbuf 10589 src/simh/scp.c char tbuf[CBUFSIZE]; tbuf 10638 src/simh/scp.c if (fgets (tbuf, sizeof (tbuf), tmp)) {}; tbuf 10640 src/simh/scp.c while (fgets (tbuf, sizeof (tbuf), tmp)) { tbuf 10641 src/simh/scp.c if (tbuf[0] != '\n') tbuf 10643 src/simh/scp.c fputs (tbuf, st); tbuf 10879 src/simh/scp.c char tbuf[CBUFSIZE]; tbuf 10883 src/simh/scp.c strcpy (tbuf, topic->children[i]->title + tbuf 10885 src/simh/scp.c for (p = tbuf; *p; p++) { tbuf 10894 src/simh/scp.c fprintf (st, " %-*s", topic->kidwid, tbuf); tbuf 296 src/simh/sim_disk.c uint8 *tbuf = (uint8*) malloc (sects*ctx->sector_size + 2*ctx->storage_sector_size); tbuf 304 src/simh/sim_disk.c if (tbuf == NULL) tbuf 308 src/simh/sim_disk.c r = _sim_disk_rdsect (uptr, tlba, tbuf, &sread, tsects); tbuf 311 src/simh/sim_disk.c FREE (tbuf); tbuf 315 src/simh/sim_disk.c memcpy (buf, tbuf + ((lba - tlba) * ctx->sector_size), sects * ctx->sector_size); tbuf 322 src/simh/sim_disk.c FREE (tbuf); tbuf 364 src/simh/sim_disk.c uint8 *tbuf = NULL; tbuf 410 src/simh/sim_disk.c tbuf = (uint8*) malloc (sects * ctx->sector_size); tbuf 411 src/simh/sim_disk.c if (NULL == tbuf) tbuf 413 src/simh/sim_disk.c sim_buf_copy_swapped (tbuf, buf, ctx->xfer_element_size, (sects * ctx->sector_size) / ctx->xfer_element_size); tbuf 426 src/simh/sim_disk.c tbuf = (uint8*) malloc (sects*ctx->sector_size + 2*ctx->storage_sector_size); tbuf 430 src/simh/sim_disk.c if (tbuf == NULL) tbuf 447 src/simh/sim_disk.c sim_buf_copy_swapped (tbuf + (lba & (sspsts - 1)) * ctx->sector_size, tbuf 460 src/simh/sim_disk.c FREE (tbuf); tbuf 2184 src/simh/sim_tmxr.c char tbuf[CBUFSIZE], listen[CBUFSIZE], destination[CBUFSIZE], tbuf 2224 src/simh/sim_tmxr.c tptr = get_glyph_nc (tptr, tbuf, ','); tbuf 2225 src/simh/sim_tmxr.c if (!tbuf[0]) tbuf 2227 src/simh/sim_tmxr.c cptr = tbuf; tbuf 3783 src/simh/sim_tmxr.c char *tbuf; tbuf 3808 src/simh/sim_tmxr.c tbuf = (char *) calloc (strlen(carg)+2, sizeof(*carg)); tbuf 3809 src/simh/sim_tmxr.c if (tbuf == NULL) { tbuf 3814 src/simh/sim_tmxr.c (void)strcpy (tbuf, carg); tbuf 3815 src/simh/sim_tmxr.c tptr = tbuf + strlen (tbuf); /* append a semicolon */ tbuf 3818 src/simh/sim_tmxr.c cptr = tbuf; tbuf 3861 src/simh/sim_tmxr.c FREE (tbuf); /* free arg copy with ; */