fgets             428 src/crontab.c  		if ((fgets(n, MAX_FNAME - 1, stdin) == 0L)
fgets             721 src/crontab.c  			if (fgets(q, sizeof q, stdin) == 0L)
fgets             464 src/misc.c     	while (fgets(line, MAX_TEMPSTR, file)) {