fgets            1432 src/dps8/dps8_cpu.c         char * checksn = fgets (buffer, sizeof (buffer), fp);
fgets            2373 src/dps8/dps8_fnp2.c 
fgets            2553 src/dps8/dps8_sys.c             fgets (line, 1024, listing);
fgets            2563 src/dps8/dps8_sys.c                     fgets (line, 1024, listing);
fgets            2586 src/dps8/dps8_sys.c                     fgets (line, 1024, listing);
fgets            2611 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2678 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2701 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2931 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            5622 src/simh/scp.c                 if (NULL == fgets (osversion, sizeof(osversion)-1, f))
fgets            5647 src/simh/scp.c               if (NULL == fgets (osversion, sizeof(osversion)-1, f)) {
fgets            7500 src/simh/scp.c         cptr = fgets (cptr, size, stream);              /* get cmd line */
fgets            7503 src/simh/scp.c else cptr = fgets (cptr, size, stream);                 /* get cmd line */
fgets            11218 src/simh/scp.c     if (fgets (tbuf, sizeof (tbuf), tmp)) {};
fgets            11220 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             248 src/simh/sim_hints.c   while (fgets (line, sizeof (line), maps))
fgets             339 src/simh/sim_hints.c   while (fgets(line, sizeof(line), file))
fgets             421 src/simh/sim_hints.c     if (fgets(line, sizeof(line), file) && strstr(line, RPI_TEXT))
fgets             432 src/simh/sim_hints.c   while (fgets(line, sizeof(line), file)) {
fgets             455 src/simh/sim_hints.c   if (NULL == fgets(buffer, sizeof(buffer), fp)) {
fgets             500 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)) {