Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 61 of 61) sorted by relevance

/linux-4.4.14/scripts/
Dchecksyscalls.sh13 cat << EOF heredoc
200 EOF
206 cat <<EOF heredoc
210 EOF
Dmkmakefile24 cat << EOF > $2/Makefile heredoc
52 EOF
Dgen_initramfs_list.sh16 cat << EOF heredoc
36 EOF
51 cat <<-EOF >> ${output} heredoc
59 EOF
Dpnmtologo.c91 if (c == EOF) in get_number()
97 if (c == EOF) in get_number()
113 if (c == EOF) in get_number()
Dkallsyms.c120 if (rc != EOF && fgets(str, 500, in) == NULL) in read_symbol()
Dunifdef.c606 if (fclose(output) == EOF) { in closeout()
/linux-4.4.14/scripts/package/
Dbuilddeb204 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/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc
10 EOF
Dzconf.l156 <<EOF>> {
Dzconf.lex.c_shipped153 /* 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 …]
Dconfdata.c231 case EOF: in compat_getline()
Dzconf.lex.c1774 return EOF; in yyinput()
/linux-4.4.14/tools/vm/
Dslabinfo-gnuplot.sh88 gnuplot -p << EOF heredoc
103 EOF
130 gnuplot -p << EOF heredoc
141 EOF
/linux-4.4.14/scripts/basic/
Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
29 } while (ch != EOF); in main()
/linux-4.4.14/include/net/irda/
Dwrapper.h37 #define EOF 0xc1 /* End of frame */ macro
41 #define STO EOF /* End flag */
/linux-4.4.14/arch/ia64/scripts/
Dtoolchain-flags21 cat >&2 <<EOF heredoc
25 EOF
/linux-4.4.14/scripts/selinux/
Dinstall_policy.sh36 cat > /etc/selinux/config << EOF heredoc
39 EOF
/linux-4.4.14/arch/powerpc/xmon/
Dnonstdio.h1 #define EOF (-1) macro
Dxmon.c605 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/
Dwrapper.c62 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/
Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF ) in main()
Dhex2hex.c19 while ((c=getc(inf))!=EOF) in loadhex()
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs-block-server.txt27 cat > /sbin/nfsd-recall-failed << EOF
37 EOF
Drpc-cache.txt155 If there are no more requests to return, read will return EOF, but a
/linux-4.4.14/Documentation/usb/
Dwusb-cbaf9 cat <<EOF
65 EOF
Dgadget-testing.txt694 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval
698 EOF
/linux-4.4.14/tools/testing/fault-injection/
Dfailcmd.sh19 cat >&2 <<EOF heredoc
63 EOF
/linux-4.4.14/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh51 EOF
/linux-4.4.14/Documentation/spi/
Dspidev_fdx.c113 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
/linux-4.4.14/tools/perf/util/
Dparse-events.l172 <<EOF>> {
218 <<EOF>> { BEGIN(INITIAL); }
Dconfig.c49 if (c == EOF) { in get_next_char()
Dutil.c132 if (fputs(line, to_fp) == EOF) in slow_copyfile()
Dpmu.c1085 int ret = EOF; in perf_pmu__scan_file()
/linux-4.4.14/tools/iio/
Dlsiio.c170 while ((c = getopt(argc, argv, "v")) != EOF) { in main()
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped135 /* 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 …]
Ddtc-lexer.l96 <*><<EOF>> {
Ddtc.c126 while ((opt = util_getopt_long()) != EOF) { in main()
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped133 /* 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 …]
Dgenksyms.c428 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/
Djava.txt216 if(b == EOF)
226 if(b1 == EOF)
229 if(b2 == EOF)
Dnommu-mmap.txt53 memory and any extraneous space beyond the EOF will be cleared
Dxillybus.txt127 the capability to send an EOF (but may not use it).
/linux-4.4.14/Documentation/ptp/
Dtestptp.c189 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/
Dtestusb.c404 while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF) in main()
/linux-4.4.14/Documentation/block/
Dioprio.txt121 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) {
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c467 if ((input_char = getchar()) == EOF) { in acpi_os_get_line()
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt42 |capture list empty / | Q | | DQ | | QCI Irq EOF |
/linux-4.4.14/Documentation/s390/
D3270.txt225 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/
Dvrf.txt306 cat >> /etc/iproute2/rt_tables <<EOF
311 EOF
/linux-4.4.14/Documentation/powerpc/
Dpmu-ebb.txt96 read() returns EOF, then the event has not been scheduled and EBBs are not
/linux-4.4.14/tools/thermal/tmon/
Dtui.c480 while ((ch = wgetch(cooling_device_window)) != EOF) { in handle_tui_events()
/linux-4.4.14/drivers/net/ethernet/i825xx/
D82596.c206 #define EOF 0x8000 macro
1087 tbd->size = EOF | length; in i596_start_xmit()
Dlib82596.c172 #define EOF 0x8000 macro
1009 tbd->size = SWAP16(EOF | length); in i596_start_xmit()
/linux-4.4.14/drivers/net/irda/
Ddonauboe.c674 case EOF: /* FALLTHROUGH */ in stuff_byte()
767 buf[len++] = EOF; in toshoboe_maketestpacket()
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt260 cat > hello.c << EOF
269 EOF
Dproc.txt1732 lock: 1: FLOCK ADVISORY WRITE 359 00:13:11691 0 EOF
/linux-4.4.14/Documentation/input/
Djoystick-api.txt314 EOF
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt176 EOF is reached and now DSP can start skipping padding delay. Also next write
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt992 while ((c = getopt(argc, argv, "m:iqvhle:")) != EOF)
/linux-4.4.14/tools/lguest/
Dlguest.c3273 while ((c = getopt_long(argc, argv, "v", opts, NULL)) != EOF) { in main()
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1623 stdin for EOF. When it sees that, it exits.