Home
last modified time | relevance | path

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

12

/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A Dbuilddeb139 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 Ddtc-lexer.lex.c_shipped135 /* 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 Ddtc-lexer.l73 <*><<EOF>> {
H A Ddtc.c114 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 Dgen_initramfs_list.sh16 cat << EOF heredoc
36 EOF
51 cat <<-EOF >> ${output} heredoc
59 EOF
H A Dpnmtologo.c90 if (c == EOF) in get_number()
96 if (c == EOF) in get_number()
107 if (c == EOF) in get_number()
H A Dbin2c.c22 while ((ch = getchar()) != EOF) in main()
30 } while (ch != EOF); in main()
H A Dchecksyscalls.sh13 cat << EOF heredoc
197 EOF
H A Dmkmakefile24 cat << EOF > $2/Makefile heredoc
52 EOF
H A Dkallsyms.c110 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 Dlibio.h89 #ifndef EOF
90 # define EOF (-1) macro
436 && __underflow (_fp) == EOF ? EOF \
H A Dstdio.h114 #ifndef EOF
115 # define EOF (-1) macro
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped177 /* 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 Dgenksyms.c428 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 Dlex.zconf.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"
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 Dcheck.sh3 $* -xc -o /dev/null - > /dev/null 2>&1 << EOF heredoc
10 EOF
H A Dzconf.l147 <<EOF>> {
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/
H A Dinstall_policy.sh36 cat > /etc/selinux/config << EOF heredoc
39 EOF
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio.h156 if (__c == EOF) \
178 if (_IO_putc_unlocked (*__ptr++, __stream) == EOF) \
H A Dstdio2.h365 if (__c == EOF) in fread_unlocked()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h104 #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 Dcheck-lxdialog.sh44 EOF
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel_io.c341 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 Djpeg_cmodel_io.c341 MS_BOOL failed = ( fclose( thisPtr->Pfile ) == EOF ); in JPEG_FILE_tga_close()
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c619 return EOF; in MsFS_Fclose()

12