Home
last modified time | relevance | path

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

12

/linux-3.4.99/scripts/
Dchecksyscalls.sh13 cat << EOF heredoc
197 EOF
203 echo <<EOF heredoc
207 EOF
Dbin2c.c22 while ((ch = getchar()) != EOF) in main()
30 } while (ch != EOF); in main()
Dmkmakefile24 cat << EOF > $2/Makefile
59 EOF
Dgen_initramfs_list.sh16 cat << EOF heredoc
36 EOF
51 cat <<-EOF >> ${output} heredoc
59 EOF
Dpnmtologo.c90 if (c == EOF) in get_number()
96 if (c == EOF) in get_number()
107 if (c == EOF) in get_number()
/linux-3.4.99/scripts/kconfig/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc
10 EOF
Dzconf.l146 <<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 …]
/linux-3.4.99/include/net/irda/
Dwrapper.h37 #define EOF 0xc1 /* End of frame */ macro
41 #define STO EOF /* End flag */
/linux-3.4.99/scripts/package/
Dbuilddeb144 cat <<EOF > "$tmpdir/DEBIAN/$script"
154 EOF
176 cat <<EOF > debian/changelog
182 EOF
185 cat <<EOF > debian/copyright
/linux-3.4.99/arch/ia64/scripts/
Dtoolchain-flags21 cat >&2 <<EOF heredoc
25 EOF
/linux-3.4.99/scripts/selinux/
Dinstall_policy.sh36 cat > /etc/selinux/config << EOF heredoc
39 EOF
/linux-3.4.99/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-3.4.99/arch/powerpc/xmon/
Dnonstdio.h1 #define EOF (-1) macro
Dxmon.c548 return cmd != 'X' && cmd != EOF; in xmon_core()
859 case EOF: in cmds()
1910 case EOF: in memex()
2415 if (d == EOF) { in scanhex()
2448 if (d == EOF) { in scanhex()
2457 } while (d != EOF); in scanhex()
2482 return EOF; in hexdigit()
2517 return EOF; in inchar()
/linux-3.4.99/sound/oss/
Dbin2hex.c29 while ( ( c = getchar( ) ) != EOF ) in main()
Dhex2hex.c19 while ((c=getc(inf))!=EOF) in loadhex()
/linux-3.4.99/Documentation/usb/
Dwusb-cbaf9 cat <<EOF
65 EOF
/linux-3.4.99/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh44 EOF
/linux-3.4.99/Documentation/spi/
Dspidev_fdx.c113 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
/linux-3.4.99/scripts/dtc/
Ddtc-lexer.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"
694 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
698 if ( c == EOF && ferror( yyin ) ) \
840 do_action: /* This label is used only to access EOF actions. */
1150 { /* Don't try to fill the buffer, so this is an EOF. */
1154 * treat this as a final EOF.
1177 /* don't do the read, it's not guaranteed to return an EOF,
1178 * just force an EOF
[all …]
Ddtc-lexer.l73 <*><<EOF>> {
/linux-3.4.99/tools/perf/util/
Dutil.c62 if (fputs(line, to_fp) == EOF) in slow_copyfile()
/linux-3.4.99/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.c429 while ((c = fgetc(f)) != EOF) { in read_node()
780 &long_opts[0], NULL)) != EOF) in main()
782 while ((o = getopt(argc, argv, "a:dwqVDr:T:ph")) != EOF) in main()

12