/linux-4.4.14/scripts/ |
D | checksyscalls.sh | 13 cat << EOF heredoc 200 EOF 206 cat <<EOF heredoc 210 EOF
|
D | mkmakefile | 24 cat << EOF > $2/Makefile heredoc 52 EOF
|
D | gen_initramfs_list.sh | 16 cat << EOF heredoc 36 EOF 51 cat <<-EOF >> ${output} heredoc 59 EOF
|
D | pnmtologo.c | 91 if (c == EOF) in get_number() 97 if (c == EOF) in get_number() 113 if (c == EOF) in get_number()
|
D | kallsyms.c | 120 if (rc != EOF && fgets(str, 500, in) == NULL) in read_symbol()
|
D | unifdef.c | 606 if (fclose(output) == EOF) { in closeout()
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 204 cat <<EOF > "$tmpdir/DEBIAN/$script" heredoc 217 EOF 250 cat <<EOF > debian/changelog heredoc 256 EOF 259 cat <<EOF > debian/copyright heredoc 337 cat <<EOF >> debian/control heredoc 346 EOF 353 cat <<EOF >> debian/control heredoc 359 EOF 364 cat <<EOF >> debian/control heredoc [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | check.sh | 3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc 10 EOF
|
D | zconf.l | 156 <<EOF>> {
|
D | zconf.lex.c_shipped | 153 /* Action number for EOF rule of a given start state. */ 264 /* When an EOF's been seen but there's still some text to process 270 * When we actually see the EOF, we change the status to "new" 1090 do_action: /* This label is used only to access EOF actions. */ 1537 { /* Don't try to fill the buffer, so this is an EOF. */ 1541 * treat this as a final EOF. 1564 /* don't do the read, it's not guaranteed to return an EOF, 1565 * just force an EOF 1774 return EOF; 1846 * EOF (zconfwrap()) processing, but the only time this flag [all …]
|
D | confdata.c | 231 case EOF: in compat_getline()
|
D | zconf.lex.c | 1774 return EOF; in yyinput()
|
/linux-4.4.14/tools/vm/ |
D | slabinfo-gnuplot.sh | 88 gnuplot -p << EOF heredoc 103 EOF 130 gnuplot -p << EOF heredoc 141 EOF
|
/linux-4.4.14/scripts/basic/ |
D | bin2c.c | 22 while ((ch = getchar()) != EOF) { in main() 29 } while (ch != EOF); in main()
|
/linux-4.4.14/include/net/irda/ |
D | wrapper.h | 37 #define EOF 0xc1 /* End of frame */ macro 41 #define STO EOF /* End flag */
|
/linux-4.4.14/arch/ia64/scripts/ |
D | toolchain-flags | 21 cat >&2 <<EOF heredoc 25 EOF
|
/linux-4.4.14/scripts/selinux/ |
D | install_policy.sh | 36 cat > /etc/selinux/config << EOF heredoc 39 EOF
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | nonstdio.h | 1 #define EOF (-1) macro
|
D | xmon.c | 605 return cmd != 'X' && cmd != EOF; in xmon_core() 931 case EOF: in cmds() 1985 case EOF: in memex() 2623 if (d == EOF) { in scanhex() 2656 if (d == EOF) { in scanhex() 2665 } while (d != EOF); in scanhex() 2690 return EOF; in hexdigit() 2725 return EOF; in inchar()
|
/linux-4.4.14/net/irda/ |
D | wrapper.c | 62 case EOF: /* FALLTHROUGH */ in stuff_byte() 155 tx_buff[n++] = EOF; in async_wrap_skb() 483 case EOF: in async_unwrap_char()
|
/linux-4.4.14/sound/oss/ |
D | bin2hex.c | 29 while ( ( c = getchar( ) ) != EOF ) in main()
|
D | hex2hex.c | 19 while ((c=getc(inf))!=EOF) in loadhex()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 27 cat > /sbin/nfsd-recall-failed << EOF 37 EOF
|
D | rpc-cache.txt | 155 If there are no more requests to return, read will return EOF, but a
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 9 cat <<EOF 65 EOF
|
D | gadget-testing.txt | 694 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval 698 EOF
|
/linux-4.4.14/tools/testing/fault-injection/ |
D | failcmd.sh | 19 cat >&2 <<EOF heredoc 63 EOF
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 51 EOF
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_fdx.c | 113 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 172 <<EOF>> { 218 <<EOF>> { BEGIN(INITIAL); }
|
D | config.c | 49 if (c == EOF) { in get_next_char()
|
D | util.c | 132 if (fputs(line, to_fp) == EOF) in slow_copyfile()
|
D | pmu.c | 1085 int ret = EOF; in perf_pmu__scan_file()
|
/linux-4.4.14/tools/iio/ |
D | lsiio.c | 170 while ((c = getopt(argc, argv, "v")) != EOF) { in main()
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 135 /* Action number for EOF rule of a given start state. */ 247 /* When an EOF's been seen but there's still some text to process 253 * When we actually see the EOF, we change the status to "new" 773 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 777 if ( c == EOF && ferror( yyin ) ) \ 928 do_action: /* This label is used only to access EOF actions. */ 1390 { /* Don't try to fill the buffer, so this is an EOF. */ 1394 * treat this as a final EOF. 1417 /* don't do the read, it's not guaranteed to return an EOF, 1418 * just force an EOF [all …]
|
D | dtc-lexer.l | 96 <*><<EOF>> {
|
D | dtc.c | 126 while ((opt = util_getopt_long()) != EOF) { in main()
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 133 /* Action number for EOF rule of a given start state. */ 236 /* When an EOF's been seen but there's still some text to process 242 * When we actually see the EOF, we change the status to "new" 676 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 680 if ( c == EOF && ferror( yyin ) ) \ 832 do_action: /* This label is used only to access EOF actions. */ 1057 { /* Don't try to fill the buffer, so this is an EOF. */ 1061 * treat this as a final EOF. 1084 /* don't do the read, it's not guaranteed to return an EOF, 1085 * just force an EOF [all …]
|
D | genksyms.c | 428 while ((c = fgetc(f)) != EOF) { in read_node() 779 &long_opts[0], NULL)) != EOF) in main() 781 while ((o = getopt(argc, argv, "s:dwqVDr:T:ph")) != EOF) in main()
|
/linux-4.4.14/Documentation/ |
D | java.txt | 216 if(b == EOF) 226 if(b1 == EOF) 229 if(b2 == EOF)
|
D | nommu-mmap.txt | 53 memory and any extraneous space beyond the EOF will be cleared
|
D | xillybus.txt | 127 the capability to send an EOF (but may not use it).
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 189 while (EOF != (c = getopt(argc, argv, "a:A:cd:e:f:ghi:k:lL:p:P:sSt:T:v"))) { in main()
|
/linux-4.4.14/tools/usb/ |
D | testusb.c | 404 while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF) in main()
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 121 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) {
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 467 if ((input_char = getchar()) == EOF) { in acpi_os_get_line()
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 42 |capture list empty / | Q | | DQ | | QCI Irq EOF |
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 225 PF3 causes an EOF to be received as input by the application. You may 226 cause an EOF also by typing "^D" and hitting ENTER.
|
/linux-4.4.14/Documentation/networking/ |
D | vrf.txt | 306 cat >> /etc/iproute2/rt_tables <<EOF 311 EOF
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 96 read() returns EOF, then the event has not been scheduled and EBBs are not
|
/linux-4.4.14/tools/thermal/tmon/ |
D | tui.c | 480 while ((ch = wgetch(cooling_device_window)) != EOF) { in handle_tui_events()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | 82596.c | 206 #define EOF 0x8000 macro 1087 tbd->size = EOF | length; in i596_start_xmit()
|
D | lib82596.c | 172 #define EOF 0x8000 macro 1009 tbd->size = SWAP16(EOF | length); in i596_start_xmit()
|
/linux-4.4.14/drivers/net/irda/ |
D | donauboe.c | 674 case EOF: /* FALLTHROUGH */ in stuff_byte() 767 buf[len++] = EOF; in toshoboe_maketestpacket()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 260 cat > hello.c << EOF 269 EOF
|
D | proc.txt | 1732 lock: 1: FLOCK ADVISORY WRITE 359 00:13:11691 0 EOF
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 314 EOF
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 176 EOF is reached and now DSP can start skipping padding delay. Also next write
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 992 while ((c = getopt(argc, argv, "m:iqvhle:")) != EOF)
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 3273 while ((c = getopt_long(argc, argv, "v", opts, NULL)) != EOF) { in main()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1623 stdin for EOF. When it sees that, it exits.
|