Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dqts-filter.sh25 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 Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc
10 EOF
H A Dzconf.l156 <<EOF>> {
H A 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 …]
/rk3399_rockchip-uboot/scripts/
H A Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
29 } while (ch != EOF); in main()
H A Dmkmakefile24 cat << EOF > $2/Makefile heredoc
52 EOF
H A Dbuild-tftp-firmware.sh176 cat > update.its << EOF heredoc
189 EOF
220 cat >> update.its << EOF heredoc
239 EOF
/rk3399_rockchip-uboot/scripts/dtc/
H A Dupdate-dtc-source.sh74 commit_msg=$(cat << EOF heredoc
80 EOF
H A Ddtc-lexer.l104 <*><<EOF>> {
H A Ddtc-lexer.lex.c_shipped123 /* 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 Ddtc.c188 while ((opt = util_getopt_long()) != EOF) { in main()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dmake_fit_boot.sh30 cat << EOF heredoc
111 EOF
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env_main.c131 EOF) { in parse_common_args()
174 != EOF) { in parse_printenv_args()
201 != EOF) { in parse_setenv_args()
/rk3399_rockchip-uboot/test/fs/
H A Dfat-noncontig-test.sh135 ./sandbox/u-boot << EOF heredoc
141 EOF
H A Dfs-test.sh208 $UBOOT << EOF heredoc
321 EOF
/rk3399_rockchip-uboot/common/
H A DxyzModem.c40 #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 Dcli_hush.c134 #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 Dgdbcont.c30 while ((c = getopt(ac, av, "b:p:v")) != EOF) in main()
H A Dgdbsend.c36 while ((c = getopt(ac, av, "a:b:cp:v")) != EOF) in main()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh51 EOF
/rk3399_rockchip-uboot/tools/
H A Dgetline.c64 if (c == EOF || ferror (stream)) { in getstr()
H A Dpblimage.c71 if (c_temp != EOF) in pbl_fget()
73 else if ((c_temp == EOF) && (arch_flag == IH_ARCH_ARM)) in pbl_fget()
H A Dzynqimage.c259 } while ((r != EOF) && (reg_count < HEADER_REGINITS)); in zynqimage_parse_initparams()
H A Dzynqmpimage.c320 } while ((r != EOF) && (reg_count < HEADER_REGINITS)); in zynqmpimage_parse_initparams()
H A Dsunxi-spl-image-builder.c424 if (c == EOF) in main()

12