fgets           2385 GD/libgd/libgd.c 	if (!fgets(s, 160, fd)) {
fgets           2405 GD/libgd/libgd.c 	if (!fgets(s, 160, fd)) {
fgets           2426 GD/libgd/libgd.c 	if (!fgets(s, 160, fd)) {
fgets             60 confused/confused.c 	while (fgets (line, sizeof line, fin))
fgets             45 contrib/newshound/getconf.c    while((fgets(fs, 128, cfp)) != NULL)
fgets             52 contrib/newshound/newshound.c    while((fgets(fs, 128, cp)) != NULL)
fgets             94 contrib/newshound/newshound.c    while ((fgets(fs, 128, cp)) != NULL)
fgets            198 contrib/newshound/newshound.c   while ((fgets(fs,128,fp))!=NULL)
fgets            203 contrib/newshound/newshound.c           } while(fgets(fs, 128, fp)!=NULL);
fgets            301 contrib/newshound/newshound.c   while ((fgets(fs,128,fp))!=NULL)
fgets            363 contrib/newshound/newshound.c    while ((fgets(fs,128,fp))!=NULL) ++count;
fgets             44 contrib/newshound/sort.c    while (fgets(buf, 128, sp) != NULL) ++entries;
fgets             56 contrib/newshound/sort.c    while (fgets(buf, 128, sp) != NULL)
fgets             59 libconfused/confused_runtime.c     for (n = 0; fgets (line, sizeof line, fin); n++)
fgets            306 libradius/radlib.c 	while (fgets(buf, sizeof buf, fp) != NULL) {
fgets             72 src/acc.c      	if (fgets (buf, sizeof buf, fh)
fgets            153 src/acc.c      		for (n=0, *buf='\0'; *buf || fgets(buf, sizeof buf, fp); n++)
fgets            226 src/acc.c      			for (; fgets(buf, sizeof buf, fp); n++)
fgets            283 src/acc.c      	while (fgets (buf, sizeof buf, fp))
fgets             52 src/build_history.c 	while (!*msgid && fgets(buf, sizeof(buf), fp)) {
fgets             63 src/build_history.c 			fgets(buf, sizeof(buf), fp));
fgets            101 src/debug.c    		if (!fgets(buf, sizeof buf, fh))
fgets            580 src/group.c    			    while (fgets (buf, sizeof buf, fh))
fgets            231 src/history.c  	if (!fgets (buf, sizeof buf, r))
fgets            234 src/history.c  	if (!fgets (buf, sizeof buf, r))
fgets            239 src/history.c  		if (!fgets (buf, sizeof buf, r))
fgets            246 src/history.c  		if (!fgets (buf2, sizeof buf2, r))
fgets            265 src/history.c  	while (fgets (buf, sizeof buf, r));
fgets            561 src/list.c     		while (fgets (buf, sizeof (buf), fp))
fgets            670 src/nntpcache.c 	for (n = 0; fgets(buf, sizeof(buf), fp); ++n)
fgets            742 src/nntpcache.c 	for (n = 0; fgets(buf, sizeof(buf), fp); ++n)
fgets            726 src/sockets.c  	char *p=fgets (s, n, clientin);
fgets             32 unixauth/unixauth.c 	 && fgets(pass, sizeof pass, stdin) != NULL