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

1234567891011>>

/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_dollar.in4 @builddir@/grub-script-check << EOF
6 EOF
H A Dgrub_script_blanklines.in4 @builddir@/grub-script-check <<EOF
15 EOF
H A Dgrub_script_final_semicolon.in4 @builddir@/grub-script-check <<EOF
11 EOF
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D41_custom.in2 cat <<EOF
6 EOF
H A D00_header.in46 cat << EOF
50 EOF
52 cat <<EOF
58 EOF
60 cat <<EOF
62 EOF
64 cat <<EOF
81 EOF
83 cat <<EOF
85 EOF
[all...]
H A D10_windows.in81 cat << EOF
83 EOF
87 test -z "$needmap" || cat <<EOF
89 EOF
90 cat << EOF
93 EOF
H A D30_os-prober.in42 cat << EOF
44 EOF
47 cat << EOF
89 EOF
107 cat << EOF
109 EOF
117 cat << EOF
119 EOF
123 cat <<EOF
126 EOF
[all...]
H A D10_linux.in82 cat << EOF
84 EOF
87 cat << EOF
89 EOF
93 cat << EOF
95 EOF
97 cat << EOF
99 EOF
102 cat << EOF
104 EOF
[all...]
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen30 print <<EOF;
33 EOF
42 print <<EOF;
58 EOF
61 print <<EOF;
69 EOF
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen30 print <<EOF;
33 EOF
42 print <<EOF;
58 EOF
61 print <<EOF;
69 EOF
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen30 print <<EOF;
33 EOF
42 print <<EOF;
58 EOF
61 print <<EOF;
69 EOF
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen30 print <<EOF;
33 EOF
42 print <<EOF;
58 EOF
61 print <<EOF;
69 EOF
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dstdio.h27 #define EOF -1 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A DTieIn.pm18 sub EOF { subroutine
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dputws.c56 if (fputwc(*ptr, stdout) == EOF) {
58 return (EOF);
65 return (EOF);
70 return (EOF);
/osnet-11/usr/src/lib/libresolv2/include/
H A Dprobe_ipv6.sh15 cat > tmp$$a.c <<EOF
19 EOF
21 cat > tmp$$b.c <<EOF
25 EOF
27 cat > tmp$$c.c <<EOF
32 EOF
34 cat > ${new} <<EOF
41 EOF
/osnet-11/usr/src/lib/libc/port/print/
H A Dvwprintf.c69 return (EOF);
80 return (EOF);
89 if (FERROR(stdout) || count == EOF) {
91 return (EOF);
97 return (EOF);
118 return (EOF);
130 return (EOF);
138 if (FERROR(iop) || count == EOF) {
140 return (EOF);
146 return (EOF);
[all...]
H A Dvfprintf.c77 return (EOF);
86 /* check for error or EOF */
87 if (FERROR(iop) || count == EOF) {
89 return (EOF);
97 return (EOF);
H A Dvprintf.c78 return (EOF);
86 /* check for error or EOF */
87 if (FERROR(stdout) || count == EOF) {
89 return (EOF);
97 return (EOF);
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh14 cat <<EOF
36 EOF
43 cat <<EOF
47 EOF
53 cat <<EOF
55 EOF
57 cat <<EOF
61 EOF
67 cat <<EOF
69 EOF
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A Dfile_decim.c44 ((*iop->_ptr == '\0') ? EOF : *iop->_ptr++) : \
58 int current; /* *cp or EOF */
65 ((*pf->_ptr == '\0') ? EOF : *pf->_ptr++) : \
67 if (current != EOF) { \
72 current = EOF; \
85 if (cp >= *ppc && current != EOF && myungetc(current, pf)
86 != EOF) {
92 if (myungetc((int)(unsigned char)*cp, pf) == EOF)
H A Dfunc_decim.c44 int current; /* *cp or EOF */
50 if (current != EOF) { \
55 current = EOF; \
68 if ((*punget)((int)(unsigned char)*cp) == EOF)
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/
H A Dperlgcc.PL38 print $fh <<EOF;
60 EOF
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dungetc.c57 if (c == EOF)
58 return (EOF);
62 return (EOF);
64 return (EOF);
H A Dfputs.c66 return (EOF);
75 if (_xflsbuf(iop) == EOF) {
77 return (EOF);
104 if (_xflsbuf(iop) == EOF) {
106 return (EOF);
112 return (EOF);
128 return (EOF);
137 return (EOF);

Completed in 122 milliseconds

1234567891011>>