| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 25 cat << EOF heredoc 35 EOF 49 cat << EOF heredoc 52 EOF 69 cat << EOF heredoc 79 EOF 86 cat << EOF heredoc 89 EOF 106 cat << EOF heredoc 116 EOF [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | check.sh | 3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc 10 EOF
|
| H A D | zconf.l | 156 <<EOF>> {
|
| H A 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 …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | bin2c.c | 22 while ((ch = getchar()) != EOF) { in main() 29 } while (ch != EOF); in main()
|
| H A D | mkmakefile | 24 cat << EOF > $2/Makefile heredoc 52 EOF
|
| H A D | build-tftp-firmware.sh | 176 cat > update.its << EOF heredoc 189 EOF 220 cat >> update.its << EOF heredoc 239 EOF
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 74 commit_msg=$(cat << EOF heredoc 80 EOF
|
| H A D | dtc-lexer.l | 104 <*><<EOF>> {
|
| H A D | dtc-lexer.lex.c_shipped | 123 /* Action number for EOF rule of a given start state. */ 235 /* When an EOF's been seen but there's still some text to process 241 * When we actually see the EOF, we change the status to "new" 771 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 775 if ( c == EOF && ferror( yyin ) ) \ 926 do_action: /* This label is used only to access EOF actions. */ 1407 { /* Don't try to fill the buffer, so this is an EOF. */ 1411 * treat this as a final EOF. 1434 /* don't do the read, it's not guaranteed to return an EOF, 1435 * just force an EOF [all …]
|
| H A D | dtc.c | 188 while ((opt = util_getopt_long()) != EOF) { in main()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | make_fit_boot.sh | 30 cat << EOF heredoc 111 EOF
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env_main.c | 131 EOF) { in parse_common_args() 174 != EOF) { in parse_printenv_args() 201 != EOF) { in parse_setenv_args()
|
| /rk3399_rockchip-uboot/test/fs/ |
| H A D | fat-noncontig-test.sh | 135 ./sandbox/u-boot << EOF heredoc 141 EOF
|
| H A D | fs-test.sh | 208 $UBOOT << EOF heredoc 321 EOF
|
| /rk3399_rockchip-uboot/common/ |
| H A D | xyzModem.c | 40 #define EOF 0x1A /* ^Z for DOS officionados */ macro 517 if ((xyz.bufp[xyz.len - 1] == EOF) && in xyzModem_stream_read() 518 (xyz.bufp[xyz.len - 2] == EOF) && in xyzModem_stream_read() 519 (xyz.bufp[xyz.len - 3] == EOF)) in xyzModem_stream_read() 522 && (xyz.bufp[xyz.len - 1] == EOF)) in xyzModem_stream_read()
|
| H A D | cli_hush.c | 134 #define EOF -1 macro 771 do res=getchar(); while(res!='\n' && res!=EOF); in builtin_read() 936 if (ch=='\0') return EOF; in static_get() 2725 while (b_getch(&pipe_str)!=EOF) { /* discard */ }; 2900 while(ch=b_getch(input),ch!=EOF && ch!='}') { 2966 while ((ch=b_getch(input))!=EOF) { 3004 while(ch=b_peek(input),ch!=EOF && ch!='\n') { b_getch(input); } 3010 if (next == EOF) { 3022 while(ch=b_getch(input),ch!=EOF && ch!='\'') { 3028 if (ch==EOF) { [all …]
|
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | gdbcont.c | 30 while ((c = getopt(ac, av, "b:p:v")) != EOF) in main()
|
| H A D | gdbsend.c | 36 while ((c = getopt(ac, av, "a:b:cp:v")) != EOF) in main()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 51 EOF
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | getline.c | 64 if (c == EOF || ferror (stream)) { in getstr()
|
| H A D | pblimage.c | 71 if (c_temp != EOF) in pbl_fget() 73 else if ((c_temp == EOF) && (arch_flag == IH_ARCH_ARM)) in pbl_fget()
|
| H A D | zynqimage.c | 259 } while ((r != EOF) && (reg_count < HEADER_REGINITS)); in zynqimage_parse_initparams()
|
| H A D | zynqmpimage.c | 320 } while ((r != EOF) && (reg_count < HEADER_REGINITS)); in zynqmpimage_parse_initparams()
|
| H A D | sunxi-spl-image-builder.c | 424 if (c == EOF) in main()
|