| /utopia/UTPA2-700.0.x/projects/build/scripts/package/ |
| H A D | builddeb | 139 cat <<EOF > "$tmpdir/DEBIAN/$script" heredoc 149 EOF 171 cat <<EOF > debian/changelog heredoc 177 EOF 180 cat <<EOF > debian/copyright heredoc
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 135 /* 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" 715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 719 if ( c == EOF && ferror( yyin ) ) \ 865 do_action: /* This label is used only to access EOF actions. */ 1194 { /* Don't try to fill the buffer, so this is an EOF. */ 1198 * treat this as a final EOF. 1221 /* don't do the read, it's not guaranteed to return an EOF, 1222 * just force an EOF [all …]
|
| H A D | dtc-lexer.l | 73 <*><<EOF>> {
|
| H A D | dtc.c | 114 while ((opt = getopt(argc, argv, "hI:O:o:V:R:S:p:fcqb:vH:s")) != EOF) { in main()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | gen_initramfs_list.sh | 16 cat << EOF heredoc 36 EOF 51 cat <<-EOF >> ${output} heredoc 59 EOF
|
| H A D | pnmtologo.c | 90 if (c == EOF) in get_number() 96 if (c == EOF) in get_number() 107 if (c == EOF) in get_number()
|
| H A D | bin2c.c | 22 while ((ch = getchar()) != EOF) in main() 30 } while (ch != EOF); in main()
|
| H A D | checksyscalls.sh | 13 cat << EOF heredoc 197 EOF
|
| H A D | mkmakefile | 24 cat << EOF > $2/Makefile heredoc 52 EOF
|
| H A D | kallsyms.c | 110 if (rc != EOF && fgets(str, 500, in) == NULL) in read_symbol()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | libio.h | 89 #ifndef EOF 90 # define EOF (-1) macro 436 && __underflow (_fp) == EOF ? EOF \
|
| H A D | stdio.h | 114 #ifndef EOF 115 # define EOF (-1) macro
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 177 /* Action number for EOF rule of a given start state. */ 291 /* When an EOF's been seen but there's still some text to process 297 * When we actually see the EOF, we change the status to "new" 804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ 808 if ( c == EOF && ferror( yyin ) ) \ 1003 do_action: /* This label is used only to access EOF actions. */ 1019 fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); 1273 { /* Don't try to fill the buffer, so this is an EOF. */ 1277 * treat this as a final EOF. 1300 /* don't do the read, it's not guaranteed to return an EOF, [all …]
|
| H A D | genksyms.c | 428 while ((c = fgetc(f)) != EOF) { in read_node() 779 &long_opts[0], NULL)) != EOF) in main() 781 while ((o = getopt(argc, argv, "a:dwqVDr:T:ph")) != EOF) in main()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.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" 1068 do_action: /* This label is used only to access EOF actions. */ 1499 { /* Don't try to fill the buffer, so this is an EOF. */ 1503 * treat this as a final EOF. 1526 /* don't do the read, it's not guaranteed to return an EOF, 1527 * just force an EOF 1736 return EOF; 1808 * EOF (zconfwrap()) processing, but the only time this flag [all …]
|
| H A D | check.sh | 3 $* -xc -o /dev/null - > /dev/null 2>&1 << EOF heredoc 10 EOF
|
| H A D | zconf.l | 147 <<EOF>> {
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/ |
| H A D | install_policy.sh | 36 cat > /etc/selinux/config << EOF heredoc 39 EOF
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stdio.h | 156 if (__c == EOF) \ 178 if (_IO_putc_unlocked (*__ptr++, __stream) == EOF) \
|
| H A D | stdio2.h | 365 if (__c == EOF) in fread_unlocked()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 104 #define EOF (-1) macro 498 __swbuf((int)(x), p) == EOF : (*(p)->_p = (x), (p)->_p++, 0))
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 44 EOF
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 341 MS_BOOL failed = ( fclose( thisPtr->Pfile ) == EOF ); in JPEG_FILE_tga_close()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jpeg_cmodel_io.c | 341 MS_BOOL failed = ( fclose( thisPtr->Pfile ) == EOF ); in JPEG_FILE_tga_close()
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 619 return EOF; in MsFS_Fclose()
|