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

123

/bind-9.6-ESV-R11/bin/tests/
H A Dheaderdep_test.sh.in41 cat <<EOF >test.c
43 EOF
H A Dgenrandom.c62 if (putc(c, fp) == EOF) {
67 if (putc(c, fp) == EOF) {
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dtests.sh50 cat > badzero.conf << EOF
54 EOF
57 cat > badzero.conf << EOF
61 EOF
64 cat > badzero.conf << EOF
70 EOF
73 cat > badzero.conf << EOF
79 EOF
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.sh9 cat <<EOF
21 EOF
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Dtp_test.sh40 cat >work/subrs <<EOF
44 EOF
H A Dintegration_test.sh39 cat >experr <<EOF
42 EOF
49 cat >experr <<EOF
51 EOF
58 create_test_program tp <<EOF
67 EOF
69 cat >expout <<EOF
73 EOF
76 cat >expout <<EOF
80 EOF
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Drunidn.in86 cat <<EOF 1>&2
88 EOF
93 cat <<EOF 1>&2
95 EOF
/bind-9.6-ESV-R11/bin/tests/startperf/
H A Dsetup.sh26 cat << EOF
60 EOF
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dsetup.sh22 cat <<EOF >ns1/named.conf
43 EOF
H A Dtests.sh32 $SENDCMD <<EOF
44 EOF
52 cat <<EOF >>ns1/named.conf
58 EOF
79 $SENDCMD <<EOF
93 EOF
110 $SENDCMD <<EOF
127 EOF
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh38 cat >tp5 <<EOF
41 EOF
44 cat >Atffile <<EOF
53 EOF
55 cat >dir1/Atffile <<EOF
62 EOF
68 cat >etc/atf-run.hooks <<EOF
80 EOF
109 cat >Atffile <<EOF
115 EOF
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dncparse.c124 while ( (c = getc (fp)) != EOF && isspace (c) )
129 while ( (c = getc (fp)) != EOF && c != '\n' )
134 if ( c == EOF )
135 return EOF;
144 lastc = EOF; /* read until end of c comment */
145 while ( (c = getc (fp)) != EOF && !(lastc == '*' && c == '/') )
150 while ( (c = getc (fp)) != EOF && c != '\n' )
162 while ( (c = getc (fp)) != EOF && p < bufend && c != '\"' )
166 while ( c != EOF && c != '\"' )
176 while ( (c = getc (fp)) != EOF
[all...]
/bind-9.6-ESV-R11/bin/tests/system/sortlist/
H A Dtests.sh26 cat <<EOF >test1.good
34 EOF
42 cat <<EOF >test2.good
44 EOF
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dsetup.sh30 cat <<\EOF >ns1/update.db
42 EOF
/bind-9.6-ESV-R11/bin/tests/system/
H A Drunall.sh36 cat <<EOF >&2
43 EOF
H A Dgenzone.sh29 cat <<EOF
38 EOF
42 cat <<EOF
45 EOF
48 cat <<\EOF
295 EOF
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure139 cat << EOF
172 EOF
173 cat << EOF
185 EOF
830 cat > conftest.$ac_ext << EOF
836 EOF
872 cat > conftest.c <<EOF
876 EOF
933 cat > conftest.$ac_ext <<EOF
940 EOF
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dintegration_test.sh34 cat >Atffile <<EOF
39 EOF
55 cat >${1} <<EOF
62 EOF
69 cat >>${1} <<EOF
79 EOF
85 cat >${1} <<EOF
111 EOF
113 cat >>${1} <<EOF
120 EOF
[all...]
/bind-9.6-ESV-R11/bin/tests/system/upforwd/
H A Dtests.sh47 $NSUPDATE -y update.example:c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K -- - <<EOF || status=1
52 EOF
75 $NSUPDATE -- - <<EOF || status=1
80 EOF
108 $NSUPDATE -- - <<EOF
114 EOF
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dwritekey.sh69 /usr/bin/perl <<EOF
73 EOF
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure167 cat << EOF
200 EOF
201 cat << EOF
213 EOF
628 cat >> confdefs.h <<\EOF
630 EOF
653 cat >> confdefs.h <<\EOF
655 EOF
678 cat >> confdefs.h <<EOF
680 EOF
[all...]
H A Dltconfig48 cat <<EOF
50 EOF
584 cat > conftest.c <<EOF
588 EOF
1121 cat <<EOF 1>&2
1129 EOF
1208 cat <<EOF 1>&2
1217 EOF
1641 cat > conftest.c <<EOF
1651 EOF
[all...]
/bind-9.6-ESV-R11/bin/tests/system/v6synth/
H A Dtests.sh43 cat <<EOF >good.out
66 EOF
/bind-9.6-ESV-R11/
H A Disc-config.sh.in28 cat << EOF
43 EOF
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwconfig.c130 * Eat characters from FP until EOL or EOF. Returns EOF or '\n'
137 while (ch != '\n' && ch != EOF)
146 * EOF). Returns the last character read. Comments are considered white
154 while (ch != '\n' && ch != EOF && isspace((unsigned char)ch))
167 * whitespace. Returns EOF on end-of-file, or the character
182 if (ch == EOF)
183 return (EOF);
188 if (ch == EOF || isspace((unsigned char)ch))
191 return (EOF); /* No
[all...]

Completed in 44 milliseconds

123