EOF               727 arch/powerpc/xmon/xmon.c 	return cmd != 'X' && cmd != EOF;
EOF              1088 arch/powerpc/xmon/xmon.c 		case EOF:
EOF              2298 arch/powerpc/xmon/xmon.c 			case EOF:
EOF              3353 arch/powerpc/xmon/xmon.c 			if (d == EOF) {
EOF              3386 arch/powerpc/xmon/xmon.c 	if (d == EOF) {
EOF              3395 arch/powerpc/xmon/xmon.c 	} while (d != EOF);
EOF              3420 arch/powerpc/xmon/xmon.c 	return EOF;
EOF              3455 arch/powerpc/xmon/xmon.c 			return EOF;
EOF               159 arch/s390/tools/gen_opcode_table.c 		if (rc == EOF)
EOF              1088 drivers/net/ethernet/i825xx/82596.c 		tbd->size = EOF | length;
EOF              1010 drivers/net/ethernet/i825xx/lib82596.c 		tbd->size = SWAP16(EOF | length);
EOF               137 scripts/basic/fixdep.c 	if (ret == EOF) {
EOF                22 scripts/bin2c.c 		while ((ch = getchar()) != EOF) {
EOF                29 scripts/bin2c.c 	} while (ch != EOF);
EOF               180 scripts/dtc/dtc.c 	while ((opt = util_getopt_long()) != EOF) {
EOF               416 scripts/genksyms/genksyms.c 	while ((c = fgetc(f)) != EOF) {
EOF               774 scripts/genksyms/genksyms.c 				&long_opts[0], NULL)) != EOF)
EOF               776 scripts/genksyms/genksyms.c 	while ((o = getopt(argc, argv, "s:dwqVDr:T:phR")) != EOF)
EOF               117 scripts/kallsyms.c 		if (rc != EOF && fgets(sym, 500, in) == NULL)
EOF               330 scripts/kconfig/confdata.c 		case EOF:
EOF                91 scripts/pnmtologo.c 	if (c == EOF)
EOF                97 scripts/pnmtologo.c 		if (c == EOF)
EOF               113 scripts/pnmtologo.c 	if (c == EOF)
EOF               606 scripts/unifdef.c 	if (fclose(output) == EOF) {
EOF               168 tools/iio/lsiio.c 	while ((c = getopt(argc, argv, "v")) != EOF) {
EOF              4983 tools/lib/bpf/libbpf.c 		err = err == EOF ? -EIO : -errno;
EOF               156 tools/pci/pcitest.c 	while ((c = getopt(argc, argv, "D:b:m:x:i:Ilhrwcs:")) != EOF)
EOF              3744 tools/perf/builtin-trace.c 	else if (fputc('\n', fp) != EOF)
EOF                65 tools/perf/util/config.c 		if (c == EOF) {
EOF                33 tools/perf/util/copyfile.c 		if (fputs(line, to_fp) == EOF)
EOF              1544 tools/perf/util/pmu.c 	int ret = EOF;
EOF               452 tools/power/acpi/os_specific/service_layers/osunixxf.c 		if ((input_char = getchar()) == EOF) {
EOF              3046 tools/power/x86/turbostat/turbostat.c 		case EOF:
EOF               114 tools/spi/spidev_fdx.c 	while ((c = getopt(argc, argv, "hm:r:v")) != EOF) {
EOF              2056 tools/testing/selftests/kvm/lib/sparsebit.c 	if (ch == EOF)
EOF               183 tools/testing/selftests/ptp/testptp.c 	while (EOF != (c = getopt(argc, argv, "cd:e:f:ghi:k:lL:p:P:sSt:T:z"))) {
EOF               471 tools/thermal/tmon/tui.c 	while ((ch = wgetch(cooling_device_window)) != EOF) {
EOF               393 tools/usb/testusb.c 	while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF)