Home
last modified time | relevance | path

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

12345678910>>...56

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb-events.sh42 cat <<EOF | heredoc
50 EOF
56 cat <<EOF heredoc
93 EOF
102 cat <<EOF heredoc
106 EOF
111 cat <<EOF heredoc
114 EOF
128 cat <<EOF heredoc
132 EOF
[all …]
H A Dconfigure189 cat << EOF
736 cat > conftest.$ac_ext << EOF
742 EOF
778 cat > conftest.c <<EOF
782 EOF
833 cat >> confdefs.h <<\EOF
835 EOF
853 cat > conftest.$ac_ext <<EOF
858 EOF
983 cat > conftest.$ac_ext <<EOF
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dheredoc.t32 "heredoc at EOF without trailing newline"
39 "blank-terminated heredoc at EOF"
45 "blank-terminated heredoc at EOF and no semicolon"
113 qr/Can't find string terminator "" anywhere before EOF at - line 1\./,
115 "Don't assert parsing a here-doc if we hit EOF early"
134 q{EOF} => "EOF",
135 q{'EOF'} => "EOF",
136 q{"EOF"} => "EOF",
137 q{\EOF} => "EOF",
138 q{' EOF'} => " EOF",
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfigure199 cat << EOF heredoc
773 cat > conftest.$ac_ext <<EOF heredoc
784 EOF
806 cat > conftest.$ac_ext <<EOF heredoc
813 EOF
1030 cat > conftest.c <<EOF heredoc
1034 EOF
1132 cat > conftest.C <<EOF heredoc
1136 EOF
1196 cat > conftest.$ac_ext <<EOF heredoc
[all …]
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dheader_parser.t43 EOF
231 EOF
241 EOF
256 EOF
270 EOF
297 EOF
310 EOF
327 EOF
340 EOF
354 EOF
[all …]
/openbsd-src/lib/libcurses/tinfo/
H A DMKfallback.sh78 cat <<EOF heredoc
87 EOF
91 cat <<EOF heredoc
95 EOF
102 cat <<EOF heredoc
105 EOF
114 cat <<EOF heredoc
117 EOF
120 cat <<EOF heredoc
124 EOF
[all …]
/openbsd-src/usr.sbin/cron/
H A Dentry.c115 if (ch == EOF) in load_entry()
205 if (ch == EOF || ch == '\n') { in load_entry()
214 if (ch == EOF) { in load_entry()
226 if (ch == EOF) { in load_entry()
238 if (ch == EOF) { in load_entry()
248 if (ch == EOF) { in load_entry()
260 if (ch == EOF) { in load_entry()
284 if (ch == EOF || ch == '\n' || ch == '*') { in load_entry()
377 case EOF: in load_entry()
395 /* Everything up to the next \n or EOF i in load_entry()
[all...]
/openbsd-src/gnu/usr.bin/cvs/
H A Dconfigure152 cat << EOF
730 cat > conftestmake <<\EOF
733 EOF
817 cat >conftest.c <<EOF
819 EOF
836 cat >conftest.c <<EOF
838 EOF
907 cat >> confdefs.h <<EOF
909 EOF
911 cat >> confdefs.h <<EOF
[all …]
/openbsd-src/regress/bin/ksh/
H A Dheredoc.t19 cat << 'EOF'
25 EOF
38 cat << EOF
41 EOF
51 cat << EOF
64 cat << EOF
73 EOF
94 EOF
152 cat <<- EOF
154 EOF
[all …]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dconfigure136 cat << EOF
611 cat > conftest.$ac_ext <<EOF
615 EOF
645 cat > conftest.c <<EOF
649 EOF
697 cat > conftest.$ac_ext <<EOF
746 EOF
782 cat > conftest.$ac_ext <<EOF
787 EOF
833 cat > conftest.$ac_ext <<EOF
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconfigure229 cat << EOF heredoc
699 cat >> confdefs.h <<EOF heredoc
701 EOF
727 cat >> confdefs.h <<EOF heredoc
729 EOF
1094 cat > conftest.$ac_ext << EOF heredoc
1100 EOF
1136 cat > conftest.c <<EOF heredoc
1140 EOF
1237 cat >> confdefs.h <<\EOF
[all …]
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dconfigure141 cat << EOF
629 cat > conftest.$ac_ext <<EOF
634 EOF
681 cat > conftestmake <<\EOF
684 EOF
791 cat > conftest.$ac_ext <<EOF
795 EOF
825 cat > conftest.c <<EOF
829 EOF
908 cat >> confdefs.h <<\EOF
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dconfigure141 cat << EOF heredoc
629 cat > conftest.$ac_ext <<EOF heredoc
634 EOF
681 cat > conftestmake <<\EOF
684 EOF
791 cat > conftest.$ac_ext <<EOF heredoc
795 EOF
825 cat > conftest.c <<EOF heredoc
829 EOF
908 cat >> confdefs.h <<\EOF
[all …]
/openbsd-src/regress/sys/fifofs/
H A Dfifotest.out160 Testing EOF FIFO behavior (pass 0):
163 received EOF from FIFO
165 Testing EOF FIFO behavior (pass 1):
168 received EOF from FIFO
172 Testing EOF FIFO behavior (pass 2):
175 received EOF from FIFO
177 Testing EOF FIFO behavior (pass 3):
180 received EOF from FIFO
184 Testing EOF FIFO behavior (pass 4):
187 received EOF from FIFO
[all …]
/openbsd-src/lib/libc/gen/
H A Disctype.c44 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & in isalnum()
53 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & in isalpha()
70 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_C)); in iscntrl()
78 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_N)); in isdigit()
86 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & in isgraph()
95 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_L)); in islower()
103 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & in isprint()
112 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_P)); in ispunct()
120 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_S)); in isspace()
128 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_U)); in isupper()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dconfigure140 cat << EOF heredoc
675 cat > conftestmake <<\EOF
678 EOF
704 cat >> confdefs.h <<EOF heredoc
706 EOF
708 cat >> confdefs.h <<EOF heredoc
710 EOF
907 cat > conftest.$ac_ext <<EOF heredoc
911 EOF
941 cat > conftest.c <<EOF heredoc
[all …]
/openbsd-src/gnu/usr.bin/perl/t/run/
H A Dlocale.t54 fresh_perl_is(<<"EOF",
60 EOF
66 fresh_perl_is(<<"EOF",
72 EOF
108 fresh_perl_is("for (qw(@test_numeric_locales)) {\n" . <<'EOF',
117 EOF
123 fresh_perl_is("for (qw(@locales)) {\n" . <<'EOF',
132 EOF
183 fresh_perl_is(<<'EOF', "4.2", { eval $switches },
189 EOF
[all...]
/openbsd-src/usr.bin/ctags/
H A DC.c61 while (GETC(!=, EOF)) { in c_entries()
141 if (GETC(==, EOF)) in c_entries()
210 while (GETC(!=, EOF) && (c == ' ' || c == '\t')) in c_entries()
212 if (c == EOF) in c_entries()
279 while (GETC(!=, EOF)) { in func_entry()
313 while (GETC(!=, EOF) && iswhite(c)) in func_entry()
316 if (c == EOF) in func_entry()
375 while (GETC(!=, EOF) && (c == ' ' || c == '\t')) in hash_entry()
381 if (GETC(==, EOF)) in hash_entry()
395 if (GETC(==, EOF)) in hash_entry()
[all …]
/openbsd-src/regress/usr.bin/ssh/
H A Denvpass.sh9 cat << EOF > $OBJ/ssh_proxy_envpass heredoc
12 EOF
21 EOF
33 EOF
44 EOF
55 EOF
67 EOF
79 EOF
90 EOF
104 EOF
[all …]
H A Dsftp-batch.sh10 cat << EOF > ${BATCH}.pass.1 heredoc
15 EOF
17 cat << EOF > ${BATCH}.pass.2 heredoc
22 EOF
24 cat << EOF > ${BATCH}.fail.1 heredoc
30 EOF
32 cat << EOF > ${BATCH}.fail.2 heredoc
35 EOF
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dapp.c403 ? EOF \ in do_scrub_chars()
466 if (ch == EOF) in do_scrub_chars()
480 if (ch == EOF) in do_scrub_chars()
498 if (ch == EOF) in do_scrub_chars()
504 while (ch != EOF && IS_WHITESPACE (ch)) in do_scrub_chars()
519 while (ch != EOF && ch != '\n') in do_scrub_chars()
559 if (ch == EOF) in do_scrub_chars()
605 case EOF: in do_scrub_chars()
643 if (ch == EOF) in do_scrub_chars()
651 while (ch != '\n' && ch != EOF); in do_scrub_chars()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dapp.c409 ? EOF \ in do_scrub_chars()
472 if (ch == EOF) in do_scrub_chars()
486 if (ch == EOF) in do_scrub_chars()
504 if (ch == EOF) in do_scrub_chars()
510 while (ch != EOF && IS_WHITESPACE (ch)) in do_scrub_chars()
525 while (ch != EOF && ch != '\n') in do_scrub_chars()
562 if (ch == EOF) in do_scrub_chars()
608 case EOF: in do_scrub_chars()
653 while (ch != '\n' && ch != EOF); in do_scrub_chars()
654 if (ch == EOF) in do_scrub_chars()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dconfigure137 cat << EOF
651 cat > conftest.$ac_ext << EOF
657 EOF
693 cat > conftest.c <<EOF
697 EOF
938 cat > conftest.$ac_ext <<EOF
943 EOF
1008 cat > conftest.$ac_ext <<EOF
1015 EOF
1116 cat > conftest.$ac_ext <<EOF
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dansify.c54 while ((c = getchar ()) != EOF) in main()
72 die_unless (c != EOF); in main()
90 die_unless (c != EOF); in main()
108 die_unless (c != EOF); in main()
126 die_unless (c != EOF); in main()
148 die_unless (c != EOF); in main()
159 die_unless (c != EOF); in main()
185 die_unless (c == EOF); in main()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dconfigure168 cat << EOF
559 cat > conftest.$ac_ext <<EOF
570 EOF
592 cat > conftest.$ac_ext <<EOF
599 EOF
735 cat > conftest.$ac_ext <<EOF
746 EOF
898 cat > conftestmake <<\EOF
901 EOF
927 cat >> confdefs.h <<EOF
[all …]

12345678910>>...56