Home
last modified time | relevance | path

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

1234

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/
A Dzfstream.cpp139 return EOF; in underflow()
145 return EOF; in underflow()
155 return EOF; in underflow()
166 return EOF; in underflow()
176 return EOF; in overflow()
180 return EOF; in overflow()
184 return EOF; in overflow()
188 return EOF; in overflow()
195 if ( c != EOF ) { in overflow()
209 return EOF; in sync()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dconfigure166 EOF
358 EOF
393 EOF
408 EOF
457 EOF
472 EOF
483 EOF
493 EOF
515 EOF
532 EOF
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF) in read_gif_map()
107 if (R == EOF || G == EOF || B == EOF) in read_gif_map()
131 } while (ch != '\n' && ch != EOF); in pbm_getc()
150 if (ch == EOF) in read_pbm_integer()
210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map()
A Drdswitch.c33 } while (ch != '\n' && ch != EOF); in text_getc()
50 if (ch == EOF) { in read_text_integer()
62 while ((ch = text_getc(file)) != EOF) { in read_text_integer()
117 if (termchar != EOF) { in read_quant_tables()
141 while (ch != EOF && isspace(ch)) in read_scan_integer()
144 if (ungetc(ch, file) == EOF) in read_scan_integer()
151 if (ch != EOF && ch != ';' && ch != ':') in read_scan_integer()
232 if (termchar != ';' && termchar != EOF) { in read_scan_script()
241 if (termchar != EOF) { in read_scan_script()
A Dconfig.guess142 cat <<-EOF > $dummy.c heredoc
151 EOF
455 sed 's/^ //' << EOF >$dummy.c heredoc
475 EOF
562 EOF
665 EOF
699 sed 's/^ //' << EOF >$dummy.c heredoc
723 EOF
969 EOF
1375 cat >&2 <<EOF heredoc
[all …]
A Dar-lib104 cat <<EOF heredoc
108 EOF
A Dcompile240 cat <<\EOF
251 EOF
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltconfig50 EOF
588 EOF
1218 EOF
1652 EOF
1675 EOF
1694 EOF
1703 EOF
2196 EOF
2276 EOF
2325 EOF
[all …]
A Dconfig.guess436 sed 's/^ //' << EOF >$dummy.c heredoc
456 EOF
543 EOF
645 EOF
679 sed 's/^ //' << EOF >$dummy.c heredoc
703 EOF
919 sed 's/^ //' << EOF >$dummy.c heredoc
923 EOF
938 sed 's/^ //' << EOF >$dummy.c heredoc
951 EOF
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltconfig50 EOF
588 EOF
1218 EOF
1652 EOF
1675 EOF
1694 EOF
1703 EOF
2196 EOF
2276 EOF
2325 EOF
[all …]
A Dconfig.guess436 sed 's/^ //' << EOF >$dummy.c heredoc
456 EOF
543 EOF
645 EOF
679 sed 's/^ //' << EOF >$dummy.c heredoc
703 EOF
919 sed 's/^ //' << EOF >$dummy.c heredoc
923 EOF
938 sed 's/^ //' << EOF >$dummy.c heredoc
951 EOF
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A Diptcutil.c222 while (c != EOF) in formatIPTC()
241 if ((char) dataset == EOF) in formatIPTC()
244 if ((char) recnum == EOF) in formatIPTC()
259 if (c == EOF) in formatIPTC()
269 if (c == EOF) in formatIPTC()
285 if (x == EOF) in formatIPTC()
305 if (c == EOF) in formatIPTC()
346 if (c == EOF || c == '\n') in super_fgets()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dcodestats.sh47 cat > $pystoneavg << EOF heredoc
53 EOF
111 git apply - << EOF heredoc
129 EOF
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Dwrjpgcom.c98 if (c == EOF) in read_1_byte()
111 if (c1 == EOF) in read_2_bytes()
114 if (c2 == EOF) in read_2_bytes()
147 while ((c = NEXTBYTE()) != EOF) in copy_rest_of_file()
562 while ((c = getc(src_file)) != EOF) { in main()
A Drdjpgcom.c82 if (c == EOF) in read_1_byte()
95 if (c1 == EOF) in read_2_bytes()
98 if (c2 == EOF) in read_2_bytes()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-config.in30 cat <<EOF
49 EOF
A Dconfig.guess142 cat <<-EOF > "$dummy.c" heredoc
151 EOF
506 EOF
593 EOF
696 EOF
754 EOF
988 EOF
1424 cat >&2 <<EOF heredoc
1428 EOF
1432 cat >&2 <<EOF heredoc
[all …]
A Dcompile240 cat <<\EOF
251 EOF
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dconfig.guess415 sed 's/^ //' << EOF >$dummy.c heredoc
435 EOF
522 EOF
624 EOF
658 sed 's/^ //' << EOF >$dummy.c heredoc
682 EOF
871 sed 's/^ //' << EOF >$dummy.c heredoc
884 EOF
907 EOF
1021 EOF
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.guess142 cat <<-EOF > "$dummy.c" heredoc
151 EOF
506 EOF
593 EOF
696 EOF
754 EOF
988 EOF
1428 cat >&2 <<EOF heredoc
1432 EOF
1436 cat >&2 <<EOF heredoc
[all …]
A Dcompile240 cat <<\EOF
251 EOF
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibpng-config-body.in4 cat <<EOF
23 EOF
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzio.c-bak123 s->back = EOF;
265 if (s->z_eof) return EOF;
272 return EOF;
413 if (s->stream.avail_out && s->back != EOF) {
417 s->back = EOF;
522 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
817 s->back = EOF;
838 if (offset && s->back != EOF) {
839 s->back = EOF;
867 s->back = EOF;
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dconfig.guess142 cat <<-EOF > $dummy.c heredoc
151 EOF
482 sed 's/^ //' << EOF >$dummy.c heredoc
502 EOF
589 EOF
692 EOF
726 sed 's/^ //' << EOF >$dummy.c heredoc
750 EOF
1003 EOF
1431 cat >&2 <<EOF heredoc
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Djscompress.c224 case EOF: in next()
308 while (ch != '`' && ch != EOF) { in next()
312 if (ch == EOF) { in next()
333 while (ch != quote_ch && ch != EOF) { in next()
410 while (ch != '\n' && ch != EOF) { in next()
423 if (ch == EOF) in next()

Completed in 54 milliseconds

1234