fgets            1001 lib-src/emacsclient.c   if (fgets (dotted, sizeof dotted, config)
fgets            2131 lib-src/emacsclient.c       while (fgets (string, BUFSIZ, stdin))
fgets             371 lib/stdio.in.h _GL_FUNCDECL_RPL (fgets, char *,
fgets             374 lib/stdio.in.h _GL_CXXALIAS_RPL (fgets, char *,
fgets             377 lib/stdio.in.h _GL_CXXALIAS_SYS (fgets, char *,
fgets             381 lib/stdio.in.h _GL_CXXALIASWARN (fgets);
fgets              68 lib/unlocked-io.h #  define fgets_unlocked(x,y,z) fgets (x,y,z)
fgets              66 nt/ddeclient.c       while (fgets (command, sizeof(command), stdin) != NULL)
fgets            6954 src/xfaces.c         while (fgets (buf, sizeof (buf), fp) != NULL)
fgets             250 test/manual/etags/php-src/lce_functions.php 	       $line = fgets($fh, 4096);