Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/scripts/package/
Dbuilddeb186 cat <<EOF > "$tmpdir/DEBIAN/$script" heredoc
199 EOF
232 cat <<EOF > debian/changelog heredoc
238 EOF
241 cat <<EOF > debian/copyright heredoc
315 cat <<EOF >> debian/control heredoc
324 EOF
331 cat <<EOF >> debian/control heredoc
337 EOF
342 cat <<EOF >> debian/control heredoc
[all …]
/linux-4.1.27/scripts/kconfig/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc
10 EOF
Dzconf.l145 <<EOF>> {
Dzconf.lex.c_shipped152 /* Action number for EOF rule of a given start state. */
255 /* When an EOF's been seen but there's still some text to process
261 * When we actually see the EOF, we change the status to "new"
1053 do_action: /* This label is used only to access EOF actions. */
1484 { /* Don't try to fill the buffer, so this is an EOF. */
1488 * treat this as a final EOF.
1511 /* don't do the read, it's not guaranteed to return an EOF,
1512 * just force an EOF
1721 return EOF;
1793 * EOF (zconfwrap()) processing, but the only time this flag
[all …]
Dconfdata.c231 case EOF: in compat_getline()
Dzconf.lex.c1721 return EOF; in yyinput()
/linux-4.1.27/scripts/basic/
Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
29 } while (ch != EOF); in main()
/linux-4.1.27/include/net/irda/
Dwrapper.h37 #define EOF 0xc1 /* End of frame */ macro
41 #define STO EOF /* End flag */
/linux-4.1.27/arch/ia64/scripts/
Dtoolchain-flags21 cat >&2 <<EOF heredoc
25 EOF
/linux-4.1.27/scripts/selinux/
Dinstall_policy.sh36 cat > /etc/selinux/config << EOF heredoc
39 EOF
/linux-4.1.27/arch/powerpc/xmon/
Dnonstdio.h1 #define EOF (-1) macro
Dxmon.c604 return cmd != 'X' && cmd != EOF; in xmon_core()
920 case EOF: in cmds()
1971 case EOF: in memex()
2553 if (d == EOF) { in scanhex()
2586 if (d == EOF) { in scanhex()
2595 } while (d != EOF); in scanhex()
2620 return EOF; in hexdigit()
2655 return EOF; in inchar()
/linux-4.1.27/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.1.27/sound/oss/
Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF ) in main()
Dhex2hex.c19 while ((c=getc(inf))!=EOF) in loadhex()
/linux-4.1.27/Documentation/usb/
Dwusb-cbaf9 cat <<EOF
65 EOF
Dgadget-testing.txt696 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval
700 EOF
/linux-4.1.27/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.1.27/tools/testing/fault-injection/
Dfailcmd.sh19 cat >&2 <<EOF heredoc
63 EOF
/linux-4.1.27/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh51 EOF
/linux-4.1.27/tools/perf/util/
Dparse-events.l141 <<EOF>> {
176 <<EOF>> { BEGIN(INITIAL); }
Dconfig.c48 if (c == EOF) { in get_next_char()
Dutil.c93 if (fputs(line, to_fp) == EOF) in slow_copyfile()
Dpmu.c983 int ret = EOF; in perf_pmu__scan_file()
/linux-4.1.27/Documentation/spi/
Dspidev_fdx.c113 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
/linux-4.1.27/tools/iio/
Dlsiio.c134 while ((c = getopt(argc, argv, "d:D:v")) != EOF) { in main()
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.l95 <*><<EOF>> {
Ddtc-lexer.lex.c_shipped135 /* Action number for EOF rule of a given start state. */
246 /* When an EOF's been seen but there's still some text to process
252 * When we actually see the EOF, we change the status to "new"
772 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
776 if ( c == EOF && ferror( yyin ) ) \
926 do_action: /* This label is used only to access EOF actions. */
1361 { /* Don't try to fill the buffer, so this is an EOF. */
1365 * treat this as a final EOF.
1388 /* don't do the read, it's not guaranteed to return an EOF,
1389 * just force an EOF
[all …]
Ddtc.c124 while ((opt = util_getopt_long()) != EOF) { in main()
/linux-4.1.27/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.1.27/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.1.27/Documentation/ptp/
Dtestptp.c188 while (EOF != (c = getopt(argc, argv, "a:A:cd:e:f:ghi:k:lL:p:P:sSt:T:v"))) { in main()
/linux-4.1.27/tools/usb/
Dtestusb.c404 while ((c = getopt (argc, argv, "D:aA:c:g:hlns:t:v:")) != EOF) in main()
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c467 if ((input_char = getchar()) == EOF) { in acpi_os_get_line()
/linux-4.1.27/Documentation/block/
Dioprio.txt121 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) {
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt42 |capture list empty / | Q | | DQ | | QCI Irq EOF |
/linux-4.1.27/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.1.27/Documentation/powerpc/
Dpmu-ebb.txt96 read() returns EOF, then the event has not been scheduled and EBBs are not
/linux-4.1.27/tools/thermal/tmon/
Dtui.c480 while ((ch = wgetch(cooling_device_window)) != EOF) { in handle_tui_events()
/linux-4.1.27/drivers/net/ethernet/i825xx/
Dlib82596.c172 #define EOF 0x8000 macro
1009 tbd->size = SWAP16(EOF | length); in i596_start_xmit()
D82596.c206 #define EOF 0x8000 macro
1087 tbd->size = EOF | length; in i596_start_xmit()
/linux-4.1.27/drivers/net/irda/
Ddonauboe.c674 case EOF: /* FALLTHROUGH */ in stuff_byte()
767 buf[len++] = EOF; in toshoboe_maketestpacket()
/linux-4.1.27/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt260 cat > hello.c << EOF
269 EOF
Dproc.txt1715 lock: 1: FLOCK ADVISORY WRITE 359 00:13:11691 0 EOF
/linux-4.1.27/Documentation/input/
Djoystick-api.txt314 EOF
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt176 EOF is reached and now DSP can start skipping padding delay. Also next write
/linux-4.1.27/Documentation/ia64/
Derr_inject.txt992 while ((c = getopt(argc, argv, "m:iqvhle:")) != EOF)
/linux-4.1.27/tools/lguest/
Dlguest.c3269 while ((c = getopt_long(argc, argv, "v", opts, NULL)) != EOF) { in main()
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1623 stdin for EOF. When it sees that, it exits.