create_function   742 src/simh/sim_disk.c FILE *(*create_function)(const char *filename, t_offset desiredsize) = NULL;
create_function   840 src/simh/sim_disk.c             if (create_function) //-V547
create_function   841 src/simh/sim_disk.c                 uptr->fileref = create_function (cptr, ((t_offset)uptr->capac)*ctx->capac_factor*((dptr->flags & DEV_SECTORS) ? 512 : 1));/* create new file */