fgets            1434 src/dps8/dps8_cpu.c         char * checksn = fgets (buffer, sizeof (buffer), fp);
fgets            2375 src/dps8/dps8_fnp2.c 
fgets            2580 src/dps8/dps8_sys.c             fgets (line, 1024, listing);
fgets            2590 src/dps8/dps8_sys.c                     fgets (line, 1024, listing);
fgets            2613 src/dps8/dps8_sys.c                     fgets (line, 1024, listing);
fgets            2638 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2705 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2728 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2958 src/dps8/dps8_sys.c         char * bufp = fgets (filebuf, bufSz, fp);
fgets             221 src/dps8/dps8_topo.c     while (fgets(line, sizeof(line), fp) && temp_count < SIR_MAXPATH) {
fgets            1691 src/simh/linehistory.c     if (fgets(buf, LINENOISE_MAX_LINE, stdin) == NULL)
fgets            5678 src/simh/scp.c                 if (NULL == fgets (osversion, sizeof(osversion)-1, f))
fgets            5703 src/simh/scp.c               if (NULL == fgets (osversion, sizeof(osversion)-1, f)) {
fgets            7556 src/simh/scp.c         cptr = fgets (cptr, size, stream);              /* get cmd line */
fgets            7559 src/simh/scp.c else cptr = fgets (cptr, size, stream);                 /* get cmd line */
fgets            11286 src/simh/scp.c     if (fgets (tbuf, sizeof (tbuf), tmp)) {};
fgets            11288 src/simh/scp.c while (fgets (tbuf, sizeof (tbuf), tmp)) {
fgets             605 src/simh/sim_console.c     while (fgets (cbuf, sizeof(cbuf)-1, sim_log))
fgets             251 src/simh/sim_hints.c   while (fgets (line, sizeof (line), maps))
fgets             344 src/simh/sim_hints.c   while (fgets(line, sizeof(line), file))
fgets             426 src/simh/sim_hints.c     if (fgets(line, sizeof(line), file) && strstr(line, RPI_TEXT))
fgets             437 src/simh/sim_hints.c   while (fgets(line, sizeof(line), file)) {
fgets             460 src/simh/sim_hints.c   if (NULL == fgets(buffer, sizeof(buffer), fp)) {
fgets             505 src/simh/sim_hints.c         if (fgets (governor, sizeof (governor), file)) {
fgets              92 src/simh/sim_os_mem.c   while (fgets(buffer, sizeof(buffer), fp)) {