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            197 contrib/newshound/newshound.c   while (((fgets(fs,128,fp))!=NULL) && ((count++!=group) || (group==0)))
fgets            251 contrib/newshound/newshound.c    while(fgets(fs, 128, fp)!=NULL) fprintf(tp, "%s", fs);
fgets            296 contrib/newshound/newshound.c   while ((fgets(fs,128,fp))!=NULL) 
fgets            358 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             63 src/acc.c        if (fgets (buf, sizeof buf, fh)
fgets            144 src/acc.c                for (n=0, *buf='\0'; *buf || fgets(buf, sizeof buf, fp); n++)
fgets            217 src/acc.c                        for (; fgets(buf, sizeof buf, fp); n++)
fgets            274 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            564 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            579 src/list.c               while (fgets (buf, sizeof (buf), fp))
fgets            685 src/nntpcache.c  for (n = 0; fgets(buf, sizeof(buf), fp); ++n)
fgets            757 src/nntpcache.c  for (n = 0; fgets(buf, sizeof(buf), fp); ++n)
fgets            703 src/sockets.c    char *p=fgets (s, n, clientin);