fgets            1435 src/dps8/dps8_cpu.c         char * checksn = fgets (buffer, sizeof (buffer), fp);
fgets            2373 src/dps8/dps8_fnp2.c 
fgets            2557 src/dps8/dps8_sys.c             fgets (line, 1024, listing);
fgets            2567 src/dps8/dps8_sys.c                     fgets (line, 1024, listing);
fgets            2590 src/dps8/dps8_sys.c                     fgets (line, 1024, listing);
fgets            2615 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2682 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2705 src/dps8/dps8_sys.c                         fgets (line, 1024, listing);
fgets            2935 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            5635 src/simh/scp.c                 if (NULL == fgets (osversion, sizeof(osversion)-1, f))
fgets            5660 src/simh/scp.c               if (NULL == fgets (osversion, sizeof(osversion)-1, f)) {
fgets            7513 src/simh/scp.c         cptr = fgets (cptr, size, stream);              /* get cmd line */
fgets            7516 src/simh/scp.c else cptr = fgets (cptr, size, stream);                 /* get cmd line */
fgets            11231 src/simh/scp.c     if (fgets (tbuf, sizeof (tbuf), tmp)) {};
fgets            11233 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             242 src/simh/sim_hints.c   while (fgets (line, sizeof (line), maps))
fgets             333 src/simh/sim_hints.c   while (fgets(line, sizeof(line), file))
fgets             415 src/simh/sim_hints.c     if (fgets(line, sizeof(line), file) && strstr(line, RPI_TEXT))
fgets             426 src/simh/sim_hints.c   while (fgets(line, sizeof(line), file)) {
fgets             449 src/simh/sim_hints.c   if (NULL == fgets(buffer, sizeof(buffer), fp)) {
fgets             494 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)) {