/linux-3.4.99/scripts/ |
D | checksyscalls.sh | 13 cat << EOF heredoc 197 EOF 203 echo <<EOF heredoc 207 EOF
|
D | bin2c.c | 22 while ((ch = getchar()) != EOF) in main() 30 } while (ch != EOF); in main()
|
D | mkmakefile | 24 cat << EOF > $2/Makefile 59 EOF
|
D | gen_initramfs_list.sh | 16 cat << EOF heredoc 36 EOF 51 cat <<-EOF >> ${output} heredoc 59 EOF
|
D | pnmtologo.c | 90 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/ |
D | check.sh | 3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc 10 EOF
|
D | zconf.l | 146 <<EOF>> {
|
D | zconf.lex.c_shipped | 152 /* 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/ |
D | wrapper.h | 37 #define EOF 0xc1 /* End of frame */ macro 41 #define STO EOF /* End flag */
|
/linux-3.4.99/scripts/package/ |
D | builddeb | 144 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/ |
D | toolchain-flags | 21 cat >&2 <<EOF heredoc 25 EOF
|
/linux-3.4.99/scripts/selinux/ |
D | install_policy.sh | 36 cat > /etc/selinux/config << EOF heredoc 39 EOF
|
/linux-3.4.99/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-3.4.99/arch/powerpc/xmon/ |
D | nonstdio.h | 1 #define EOF (-1) macro
|
D | xmon.c | 548 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/ |
D | bin2hex.c | 29 while ( ( c = getchar( ) ) != EOF ) in main()
|
D | hex2hex.c | 19 while ((c=getc(inf))!=EOF) in loadhex()
|
/linux-3.4.99/Documentation/usb/ |
D | wusb-cbaf | 9 cat <<EOF 65 EOF
|
/linux-3.4.99/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 44 EOF
|
/linux-3.4.99/Documentation/spi/ |
D | spidev_fdx.c | 113 while ((c = getopt(argc, argv, "hm:r:v")) != EOF) { in main()
|
/linux-3.4.99/scripts/dtc/ |
D | dtc-lexer.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" 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 …]
|
D | dtc-lexer.l | 73 <*><<EOF>> {
|
/linux-3.4.99/tools/perf/util/ |
D | util.c | 62 if (fputs(line, to_fp) == EOF) in slow_copyfile()
|
/linux-3.4.99/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 | 429 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()
|