Searched refs:EOF (Results 1 - 25 of 1332) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-android-cross-file.sh16 cat >$cross_file <<EOF heredoc
35 EOF
H A Dbuild-rust.sh25 cat > /root/.cargo/config <<EOF heredoc
31 EOF
H A Dcreate-android-ndk-pc.sh23 cat >$pcdir/$pc <<EOF heredoc
37 EOF
/xsrc/external/mit/xterm/dist/
H A D256colres.pl48 print <<EOF;
57 EOF
90 print <<EOF;
93 EOF
H A D88colres.pl50 print <<EOF;
59 EOF
93 print <<EOF;
96 EOF
H A Dkoi8rxterm103 xmessage -file - <<EOF heredoc
106 EOF
H A Duxterm137 xmessage -file - <<EOF heredoc
140 EOF
/xsrc/external/mit/xterm/dist/vttests/
H A Daltchars.sh48 cat <<'EOF' heredoc
58 EOF
60 cat <<'EOF' heredoc
62 EOF
H A Diso2022.pl84 printf STDERR <<EOF
92 EOF
H A Dblink.pl108 printf STDERR <<EOF
116 EOF
/xsrc/external/mit/xditview/dist/
H A Dlex.c34 while ((!p || i++ < Length) && DviGetC(dw, &c) != EOF && c != '\n') {
52 while (DviGetC(dw, &c) != EOF && isspace(c))
54 if (c != EOF)
56 while (i++ < Length && DviGetC(dw, &c) != EOF && !isspace(c)) {
60 if (c != EOF)
72 while (DviGetC(dw, &c) != EOF && isspace(c))
74 if (c != EOF)
76 while (DviGetC(dw, &c) != EOF && isdigit(c))
78 if (c != EOF)
/xsrc/external/mit/fontconfig/dist/
H A Dfontconfig-zip.in12 zip $ZIP -@ <<EOF
15 EOF
18 zip -r -D $DEVZIP -@ <<EOF
29 EOF
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_sanitize_gpu.in5 cat <<EOF
15 EOF
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_sanitize_gpu.in5 cat <<EOF
15 EOF
H A Dintel_stub_gpu.in5 cat <<EOF
16 EOF
/xsrc/external/mit/imake/dist/
H A Dmkhtmlindex.pl39 print mindex <<EOF;
51 EOF
88 print mindex <<EOF;
93 EOF
H A Dmkhtmlindex.sh30 cat <<EOF > $file heredoc
42 EOF
49 cat <<EOF >> $file heredoc
54 EOF
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dmkmk.sh13 cat << EOF heredoc
35 EOF
/xsrc/external/mit/xkbevd/dist/
H A Dcfgscan.c189 while (((ch = getc(yyin)) != EOF) && (ch != '"')) {
191 if ((ch = getc(yyin)) != EOF) {
210 if (((tmp = getc(yyin)) != EOF) && (isdigit(tmp)) &&
218 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
226 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
260 while (((ch = getc(yyin)) != EOF) && (ch != '>')) {
262 if ((ch = getc(yyin)) != EOF) {
281 if (((tmp = getc(yyin)) != EOF) && (isdigit(tmp)) &&
289 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp))
297 if ((!stop) && ((tmp = getc(yyin)) != EOF)
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dtest-opcodes.sh127 cat <<EOF heredoc
130 EOF
134 cat <<EOF heredoc
149 EOF
153 cat <<EOF heredoc
163 EOF
167 cat <<EOF heredoc
177 EOF
190 cat <<EOF heredoc
194 EOF
209 cat <<EOF heredoc
228 cat <<EOF heredoc
[all...]
H A Dtest-flut.sh14 cat <<EOF heredoc
28 EOF
H A Dtest-regfile.sh18 cat <<EOF heredoc
39 EOF
/xsrc/external/mit/MesaLib.old/dist/src/gbm/
H A Dgbm-symbols-check12 ( grep -q "^$func$" || echo $func ) <<EOF heredoc
50 EOF
/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check17 ( grep -q "^$func$" || echo $func ) <<EOF heredoc
66 EOF
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c290 return EOF;
292 readBuf[readBufLen] = EOF;
325 while (((ch = scanchar()) != EOF) && (ch != '"'))
329 if ((ch = scanchar()) != EOF)
349 if (((tmp = scanchar()) != EOF) && (isdigit(tmp))
361 if (((tmp = scanchar()) != EOF)
374 if (((tmp = scanchar()) != EOF)
408 while (((ch = scanchar()) != EOF) && (ch != '>'))
412 if ((ch = scanchar()) != EOF)
432 if (((tmp = scanchar()) != EOF)
[all...]

Completed in 15 milliseconds

1234567891011>>