EOF 101 usr/bin/cp/cp.c while (ch != '\n' && ch != EOF) EOF 64 usr/bin/head/head.c while ((ch = getopt(argc, argv, "n:")) != EOF) EOF 103 usr/bin/head/head.c while ((ch = getc(fp)) != EOF) { EOF 104 usr/bin/head/head.c if (putchar(ch) == EOF) EOF 51 usr/bin/mkdir/mkdir.c while ((ch = getopt(argc, argv, "p")) != EOF) EOF 89 usr/bin/more/more.c while ((c = getc(fp)) != EOF) { EOF 57 usr/bin/printenv/printenv.c while ((ch = getopt(argc, argv, "")) != EOF) EOF 64 usr/bin/uname/uname.c while ((ch = getopt(argc, argv, "amnrsv")) != EOF) { EOF 69 usr/lib/libc/gen/getpass.c for (p = buf; (ch = getc(fp)) != EOF && ch != '\n';) { EOF 46 usr/lib/libc/stdio/fclose.c return (EOF); EOF 50 usr/lib/libc/stdio/fclose.c r = EOF; EOF 47 usr/lib/libc/stdio/fflush.c return (EOF); EOF 79 usr/lib/libc/stdio/fflush.c return (EOF); EOF 48 usr/lib/libc/stdio/fpurge.c return(EOF); EOF 74 usr/lib/libc/stdio/fseek.c return (EOF); EOF 95 usr/lib/libc/stdio/fseek.c return (EOF); EOF 103 usr/lib/libc/stdio/fseek.c return (EOF); EOF 60 usr/lib/libc/stdio/fvwrite.c return (EOF); EOF 181 usr/lib/libc/stdio/fvwrite.c return (EOF); EOF 51 usr/lib/libc/stdio/fwrite.c if (putc((int)*p, fp) == EOF) EOF 45 usr/lib/libc/stdio/getc.c return (EOF); EOF 44 usr/lib/libc/stdio/gets.c if (c == EOF) EOF 46 usr/lib/libc/stdio/getw.c return EOF; EOF 49 usr/lib/libc/stdio/putc.c return (EOF); EOF 64 usr/lib/libc/stdio/putc.c return (EOF); EOF 71 usr/lib/libc/stdio/putc.c return (EOF); EOF 46 usr/lib/libc/stdio/putw.c return EOF; EOF 64 usr/lib/libc/stdio/refill.c return (EOF); EOF 70 usr/lib/libc/stdio/refill.c return (EOF); EOF 75 usr/lib/libc/stdio/refill.c return (EOF); EOF 115 usr/lib/libc/stdio/refill.c return (EOF); EOF 58 usr/lib/libc/stdio/setvbuf.c return (EOF); EOF 44 usr/lib/libc/stdio/snprintf.c return (EOF); EOF 43 usr/lib/libc/stdio/ungetc.c if (c == EOF) EOF 44 usr/lib/libc/stdio/ungetc.c return (EOF); EOF 53 usr/lib/libc/stdio/ungetc.c return (EOF); EOF 56 usr/lib/libc/stdio/ungetc.c return (EOF); EOF 69 usr/lib/libc/stdio/ungetc.c return (EOF); EOF 92 usr/lib/libc/stdio/vfprintf.c ret = EOF; EOF 265 usr/lib/libc/stdio/vfprintf.c return (EOF); EOF 539 usr/lib/libc/stdio/vfprintf.c return (__sferror(fp) ? EOF : ret); EOF 247 usr/lib/libc/stdio/vfscanf.c return (EOF); EOF 46 usr/lib/libc/stdio/vsnprintf.c return (EOF); EOF 56 usr/lib/libc/stdio/wsetup.c return (EOF); EOF 128 usr/sample/tetris/tetris.c while ((ch = getopt(argc, argv, "l")) != EOF) EOF 91 usr/sbin/install/install.c while (ch != '\n' && ch != EOF) EOF 113 usr/sbin/pmctrl/pmctrl.c while (ch != '\n' && ch != EOF) EOF 71 usr/test/shutdown/shutdown.c while (ch != '\n' && ch != EOF)