Home
last modified time | relevance | path

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

12345678910>>...45

/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_zonecfg.sh87 EOF
96 EOF
103 EOF
112 EOF
120 EOF
129 EOF
137 EOF
146 EOF
154 EOF
161 EOF
[all …]
H A Dsecflags_psecflags.sh29 cat > expected <<EOF heredoc
31 EOF
50 EOF
61 EOF
72 EOF
90 EOF
105 EOF
122 EOF
140 EOF
172 EOF
[all …]
/illumos-gate/usr/src/cmd/localedef/
H A Dmonetary.c171 if ((putl_category(mon.int_curr_symbol, f) == EOF) || in dump_monetary()
175 (putl_category(mon.mon_grouping, f) == EOF) || in dump_monetary()
176 (putl_category(mon.positive_sign, f) == EOF) || in dump_monetary()
177 (putl_category(mon.negative_sign, f) == EOF) || in dump_monetary()
179 (putl_category(mon.frac_digits, f) == EOF) || in dump_monetary()
180 (putl_category(mon.p_cs_precedes, f) == EOF) || in dump_monetary()
181 (putl_category(mon.p_sep_by_space, f) == EOF) || in dump_monetary()
182 (putl_category(mon.n_cs_precedes, f) == EOF) || in dump_monetary()
183 (putl_category(mon.n_sep_by_space, f) == EOF) || in dump_monetary()
184 (putl_category(mon.p_sign_posn, f) == EOF) || in dump_monetary()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdep.ksh39 cat > $libdir/liba.$$.d <<EOF heredoc
43 EOF
44 cat > $libdir/libb.$$.d <<EOF heredoc
46 EOF
47 cat > $libdir/libc.$$.d <<EOF heredoc
48 EOF
49 cat > $libdir/libd.$$.d <<EOF heredoc
50 EOF
51 cat > $libdir/libe.$$.d <<EOF heredoc
53 EOF
[all …]
H A Dtst.libdepsepdir.ksh47 cat > $libdira/liba.$$.d <<EOF heredoc
51 EOF
52 cat > $libdirb/libb.$$.d <<EOF heredoc
54 EOF
55 cat > $libdirb/libc.$$.d <<EOF heredoc
56 EOF
57 cat > $libdirb/libd.$$.d <<EOF heredoc
58 EOF
59 cat > $libdirc/libe.$$.d <<EOF heredoc
61 EOF
[all …]
H A Dtst.libdepfullyconnected.ksh48 cat > $libdir/liba.$$.d <<EOF heredoc
50 EOF
51 cat > $libdir/libb.$$.d <<EOF heredoc
52 EOF
53 cat > $libdir/libc.$$.d <<EOF heredoc
55 EOF
56 cat > $libdir/libd.$$.d <<EOF heredoc
58 EOF
59 cat > $libdir/libe.$$.d <<EOF heredoc
61 EOF
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.memory_limit.ksh29 -t 100000000 $TESTPOOL - <<-EOF heredoc
37 EOF
41 -m 100000 -t 100000000 $TESTPOOL - <<-EOF heredoc
49 EOF
51 log_must_program -m 100000 $TESTPOOL - <<-EOF heredoc
55 EOF
62 EOF
65 -m 1000000000000 $TESTPOOL - <<-EOF heredoc
67 EOF
70 -m 9223372036854775808 $TESTPOOL - <<-EOF heredoc
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_clones.ksh40 log_must_program $TESTPOOL - <<-EOF heredoc
47 EOF
52 log_must_program $TESTPOOL - <<-EOF heredoc
60 EOF
70 log_must_program $TESTPOOL - <<-EOF heredoc
88 EOF
94 EOF
99 EOF
105 EOF
110 EOF
[all …]
H A Dtst.list_children.ksh44 log_must_program $TESTPOOL - <<-EOF heredoc
51 EOF
53 log_must_program $TESTPOOL - <<-EOF heredoc
61 EOF
66 log_must_program $TESTPOOL - <<-EOF heredoc
74 EOF
99 EOF
105 EOF
110 EOF
116 EOF
[all …]
H A Dtst.list_snapshots.ksh43 log_must_program $TESTPOOL - <<-EOF heredoc
51 EOF
56 log_must_program $TESTPOOL - <<-EOF heredoc
64 EOF
74 log_must_program $TESTPOOL - <<-EOF heredoc
92 EOF
95 log_mustnot_program $TESTPOOL - <<-EOF heredoc
98 EOF
103 EOF
109 EOF
[all …]
H A Dtst.get_mountpoint.ksh46 log_must_program $TESTPOOL - <<-EOF heredoc
50 EOF
52 log_must_program $TESTPOOL - <<-EOF heredoc
56 EOF
58 log_must_program $TESTPOOL - <<-EOF heredoc
62 EOF
70 log_must_program $TESTPOOL - <<-EOF heredoc
74 EOF
76 log_must_program $TESTPOOL - <<-EOF heredoc
80 EOF
[all …]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c67 if (putc('=', a_fp) == EOF) { in putcfile()
80 if (putc(' ', a_fp) == EOF) { in putcfile()
88 if (putc(' ', a_fp) == EOF) { in putcfile()
98 if (putc(' ', a_fp) == EOF) { in putcfile()
102 if (putc('?', a_fp) == EOF) { in putcfile()
111 if (putc(' ', a_fp) == EOF) { in putcfile()
115 if (putc('?', a_fp) == EOF) { in putcfile()
133 if (putc(' ', a_fp) == EOF) { in putcfile()
141 if (putc(' ', a_fp) == EOF) { in putcfile()
170 if (putc(' ', a_fp) == EOF) { in putcfile()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dheredoc.sh83 EOF
151 : << EOF
168 EOF
173 EOF
206 EOF
225 EOF
244 EOF
252 EOF)
275 EOF
302 EOF
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh47 cat <<EOF heredoc
77 EOF
90 cat <<EOF heredoc
104 EOF
117 cat <<EOF heredoc
129 EOF
140 cat <<EOF heredoc
157 EOF
168 cat <<EOF heredoc
180 EOF
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh44 cat > Makefile <<EOF heredoc
78 EOF
80 cat > prov.d <<EOF heredoc
84 EOF
86 cat > livelib.c <<EOF heredoc
94 EOF
96 cat > deadlib.c <<EOF heredoc
101 EOF
104 cat > main.c <<EOF heredoc
125 EOF
[all …]
H A Dtst.dlclose2.ksh39 cat > Makefile <<EOF heredoc
73 EOF
75 cat > prov.d <<EOF heredoc
79 EOF
81 cat > livelib.c <<EOF heredoc
89 EOF
91 cat > deadlib.c <<EOF heredoc
96 EOF
99 cat > main.c <<EOF heredoc
136 EOF
[all …]
H A Dtst.dlclose3.ksh44 cat > Makefile <<EOF heredoc
78 EOF
80 cat > prov.d <<EOF heredoc
84 EOF
86 cat > livelib.c <<EOF heredoc
94 EOF
96 cat > deadlib.c <<EOF heredoc
101 EOF
104 cat > main.c <<EOF heredoc
131 EOF
[all …]
/illumos-gate/usr/src/lib/libc/port/print/
H A Dvwprintf.c81 return (EOF); in _vwprintf_c89()
92 return (EOF); in _vwprintf_c89()
98 return (EOF); in _vwprintf_c89()
128 return (EOF); in _vfwprintf_c89()
136 if (FERROR(iop) || count == EOF) { in _vfwprintf_c89()
138 return (EOF); in _vfwprintf_c89()
144 return (EOF); in _vfwprintf_c89()
162 return (EOF); in _vswprintf_c89()
175 if (count == EOF) { in _vswprintf_c89()
176 return (EOF); in _vswprintf_c89()
[all …]
H A Dwprintf.c81 return (EOF); in wprintf()
89 return (EOF); in wprintf()
95 return (EOF); in wprintf()
124 return (EOF); in fwprintf()
130 if (FERROR(iop) || count == EOF) { in fwprintf()
132 return (EOF); in fwprintf()
138 return (EOF); in fwprintf()
153 return (EOF); in swprintf()
163 if (count == EOF) { in swprintf()
164 return (EOF); in swprintf()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/scripts/
H A Dlpsched63 /usr/sbin/svccfg <<-EOF 2>/dev/null
67 EOF
79 /usr/sbin/svccfg <<-EOF 2>/dev/null
83 EOF
90 /usr/sbin/svccfg <<-EOF 2>/dev/null
94 EOF
101 /usr/sbin/svccfg <<-EOF 2>/dev/null
105 EOF
112 /usr/sbin/svccfg <<-EOF 2>/dev/null
116 EOF
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh48 EOF
56 EOF
64 EOF
92 EOF
102 EOF
112 EOF
211 EOF
219 EOF
231 EOF
238 EOF
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c312 return (record(EOF, NULL)); in yylex()
379 if (c == EOF || c == '\n') in yylex()
422 if (c == EOF) in yylex()
429 case EOF: in yylex()
459 if (c == EOF) { in yylex()
481 if (c == EOF) in yylex()
735 case EOF: in dumpline()
801 while ((c = getc(Fp)) != EOF && in doident()
805 if (c == EOF || c == '\n') in doident()
841 if (c == EOF || c == '\n') in dodictionary()
[all …]
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dprobe_ipv6.sh14 cat > tmp$$a.c <<EOF heredoc
18 EOF
20 cat > tmp$$b.c <<EOF heredoc
24 EOF
26 cat > tmp$$c.c <<EOF heredoc
32 EOF
34 cat > ${new} <<EOF heredoc
41 EOF
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni186 EOF
212 EOF
237 EOF
302 EOF
362 EOF
396 EOF
426 EOF
446 EOF
474 EOF
519 EOF
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfputs.c63 return (EOF); in fputs()
72 if (_xflsbuf(iop) == EOF) { in fputs()
74 return (EOF); in fputs()
101 if (_xflsbuf(iop) == EOF) { in fputs()
103 return (EOF); in fputs()
109 return (EOF); in fputs()
123 return (EOF); in fputs()
132 return (EOF); in fputs()

12345678910>>...45