fgets 734 src/assemble.c for(line = malloc_chk(LINESIZE + 1, "assemble.line"); fgets(line, LINESIZE, fp); lineno++) { fgets 106 src/exec.c if(fgets(buf, INSIZE, stdin) == NULL) { fgets 398 src/monitor.c fgets(buf, MONINSIZE, stdin);