/illumos-gate/usr/src/test/os-tests/tests/secflags/ |
H A D | secflags_zonecfg.sh | 86 expect_success valid-no-config <<EOF heredoc 87 EOF 90 expect_success valid-full-config <<EOF heredoc 96 EOF 99 expect_success valid-partial-config <<EOF heredoc 103 EOF 106 expect_fail invalid-full-lower-gt-def "default secflags must be above the lower limit" <<EOF heredoc 112 EOF 115 expect_fail invalid-partial-lower-gt-def "default secflags must be above the lower limit" <<EOF heredoc 120 EOF [all …]
|
H A D | secflags_psecflags.sh | 29 cat > expected <<EOF heredoc 31 EOF 48 cat > expected <<EOF heredoc 50 EOF 59 cat > expected <<EOF heredoc 61 EOF 70 cat > expected <<EOF heredoc 72 EOF 88 cat > expected <<EOF heredoc 90 EOF [all …]
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | monetary.c | 171 if ((putl_category(mon.int_curr_symbol, f) == EOF) || in dump_monetary() 172 (putl_category(mon.currency_symbol, f) == EOF) || in dump_monetary() 173 (putl_category(mon.mon_decimal_point, f) == EOF) || in dump_monetary() 174 (putl_category(mon.mon_thousands_sep, 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() 178 (putl_category(mon.int_frac_digits, 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() [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.libdep.ksh | 39 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 D | tst.libdepsepdir.ksh | 47 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 D | tst.libdepfullyconnected.ksh | 48 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/synctask_core/ |
H A D | tst.list_clones.ksh | 40 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 91 log_mustnot_program $TESTPOOL - <<-EOF heredoc 94 EOF 96 log_mustnot_program $TESTPOOL - <<-EOF heredoc 99 EOF [all …]
|
H A D | tst.list_children.ksh | 44 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 81 log_must_program $TESTPOOL - <<-EOF heredoc 99 EOF 102 log_mustnot_program $TESTPOOL - <<-EOF heredoc 105 EOF [all …]
|
H A D | tst.list_snapshots.ksh | 43 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 100 log_mustnot_program $TESTPOOL - <<-EOF heredoc 103 EOF [all …]
|
H A D | tst.get_mountpoint.ksh | 46 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/test/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.memory_limit.ksh | 29 -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 58 log_mustnot_checkerror_program "Memory limit exhausted" -m 1 $TESTPOOL - <<-EOF heredoc 62 EOF 65 -m 1000000000000 $TESTPOOL - <<-EOF heredoc 67 EOF [all …]
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | putcfile.c | 62 if (fputs(a_ept->path, a_fp) == EOF) { in putcfile() 67 if (putc('=', a_fp) == EOF) { in putcfile() 70 if (fputs(a_ept->ainfo.local, a_fp) == EOF) in putcfile() 80 if (putc(' ', a_fp) == EOF) { in putcfile() 84 if (putc(a_ept->ftype, a_fp) == EOF) { in putcfile() 88 if (putc(' ', a_fp) == EOF) { in putcfile() 92 if (fputs(a_ept->pkg_class, 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() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | heredoc.sh | 81 cat > /dev/null <<EOF # comments should not cause core dumps heredoc 83 EOF 143 if [[ $(cat << EOF #testing 146 EOF) != $'#abc\nabc' ]] 151 : << EOF 168 EOF 171 cat << EOF heredoc 173 EOF 187 : << EOF 206 EOF [all …]
|
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_compound_nameref.sh | 47 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 D | tst.dlclose1.ksh | 44 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 D | tst.dlclose2.ksh | 39 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 D | tst.dlclose3.ksh | 44 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 D | vwprintf.c | 81 return (EOF); in _vwprintf_c89() 90 if (FERROR(stdout) || count == 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() [all …]
|
H A D | wprintf.c | 81 return (EOF); in wprintf() 87 if (FERROR(stdout) || count == 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() [all …]
|
/illumos-gate/usr/src/cmd/lp/cmd/scripts/ |
H A D | lpsched | 63 /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 D | inityp2l.sh | 40 usage) cat <<EOF heredoc 48 EOF 50 no_config_file_name_specified) cat <<EOF heredoc 56 EOF 58 no_mapping_file_name_specified) cat <<EOF heredoc 64 EOF 66 new_config_file_name_help) cat <<EOF heredoc 92 EOF 94 backup_config_file) cat <<EOF heredoc 102 EOF [all …]
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 312 return (record(EOF, NULL)); in yylex() 357 while ((c = getc(Fp)) != EOF && in yylex() 369 while ((c = getc(Fp)) != EOF && isalnum(c)) in yylex() 375 while ((c = getc(Fp)) != EOF && in yylex() 379 if (c == EOF || c == '\n') in yylex() 386 while ((c = getc(Fp)) != EOF && in yylex() 403 } while ((c = getc(Fp)) != EOF); in yylex() 405 while (c != EOF && isspace(c)) in yylex() 410 while ((c = getc(Fp)) != EOF && c != '"') in yylex() 420 while ((c = getc(Fp)) != EOF && c != '\n' && c != '\r') in yylex() [all …]
|
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 172 print Cfile <<EOF; 186 EOF 187 print Jfile <<EOF; 212 EOF 217 print MapFile <<EOF; 237 EOF 291 print Sfile <<EOF; 302 EOF 348 $jniStorageList .= <<EOF; 362 EOF [all …]
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | probe_ipv6.sh | 14 cat > tmp$$a.c <<EOF heredoc 18 EOF 20 cat > tmp$$b.c <<EOF heredoc 24 EOF 26 cat > tmp$$c.c <<EOF heredoc 33 EOF 35 cat > ${new} <<EOF heredoc 42 EOF
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | fputs.c | 63 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()
|