/titanic_41/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 …]
|
/titanic_41/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 …]
|
H A D | err.invalidlibdep.ksh | 39 cat > $libdir/liba.$$.d <<EOF heredoc 41 EOF 42 cat > $libdir/libb.$$.d <<EOF heredoc 44 EOF 45 cat > $libdir/libc.$$.d <<EOF heredoc 47 EOF
|
H A D | err.circlibdep.ksh | 39 cat > $libdir/liba.$$.d <<EOF heredoc 41 EOF 42 cat > $libdir/libb.$$.d <<EOF heredoc 44 EOF 45 cat > $libdir/libc.$$.d <<EOF heredoc 47 EOF
|
/titanic_41/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 …]
|
/titanic_41/usr/src/lib/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 …]
|
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 …]
|
/titanic_41/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
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doscan.c | 105 if (inchar == EOF) { in _doscan() 109 else if (locungetc(inchar) == EOF) in _doscan() 118 if (inchar != EOF) { in _doscan() 119 if (locungetc(inchar) != EOF) in _doscan() 142 return(EOF); /* unexpected end of format */ in _doscan() 188 return((flag_eof && !nmatch) ? EOF : nmatch); in _doscan() 192 return (nmatch != 0 ? nmatch : EOF); /* end of input */ in _doscan() 236 if (c == EOF) { in number() 282 if (ic == EOF) { in number() 285 } else if (locungetc(c) == EOF) in number() [all …]
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | probe_ipv6.sh | 15 cat > tmp$$a.c <<EOF heredoc 19 EOF 21 cat > tmp$$b.c <<EOF heredoc 25 EOF 27 cat > tmp$$c.c <<EOF heredoc 32 EOF 34 cat > ${new} <<EOF heredoc 41 EOF
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 306 return (record(EOF, NULL)); in yylex() 351 while ((c = getc(Fp)) != EOF && in yylex() 363 while ((c = getc(Fp)) != EOF && isalnum(c)) in yylex() 369 while ((c = getc(Fp)) != EOF && in yylex() 373 if (c == EOF || c == '\n') in yylex() 380 while ((c = getc(Fp)) != EOF && in yylex() 397 } while ((c = getc(Fp)) != EOF); in yylex() 399 while (c != EOF && isspace(c)) in yylex() 404 while ((c = getc(Fp)) != EOF && c != '"') in yylex() 414 while ((c = getc(Fp)) != EOF && c != '\n' && c != '\r') in yylex() [all …]
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | fputs.c | 66 return (EOF); in fputs() 75 if (_xflsbuf(iop) == EOF) { in fputs() 77 return (EOF); in fputs() 104 if (_xflsbuf(iop) == EOF) { in fputs() 106 return (EOF); in fputs() 112 return (EOF); in fputs() 128 return (EOF); in fputs() 137 return (EOF); in fputs()
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.provregex4.ksh | 45 cat > Makefile <<EOF heredoc 68 EOF 70 cat > prov.d <<EOF heredoc 74 EOF 76 cat > altlib.c <<EOF heredoc 85 EOF 87 cat > main.c <<EOF heredoc 123 EOF 141 EOF
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | file_decim.c | 44 ((*iop->_ptr == '\0') ? EOF : *iop->_ptr++) : \ 65 ((*pf->_ptr == '\0') ? EOF : *pf->_ptr++) : \ in file_to_decimal() 67 if (current != EOF) { \ in file_to_decimal() 72 current = EOF; \ in file_to_decimal() 85 if (cp >= *ppc && current != EOF && myungetc(current, pf) in file_to_decimal() 86 != EOF) { in file_to_decimal() 92 if (myungetc((int)(unsigned char)*cp, pf) == EOF) in file_to_decimal()
|
/titanic_41/usr/src/cmd/getent/ |
H A D | dogetproject.c | 46 proj->pj_comment != NULL ? proj->pj_comment : "") == EOF) in putprojent() 51 if (fputs(*names++, fp) == EOF) in putprojent() 54 if (fprintf(fp, ",%s", *names++) == EOF) in putprojent() 57 if (putc(':', fp) == EOF) in putprojent() 62 if (fputs(*names++, fp) == EOF) in putprojent() 65 if (fprintf(fp, ",%s", *names++) == EOF) in putprojent() 68 if (putc(':', fp) == EOF) in putprojent() 71 proj->pj_attr != NULL ? proj->pj_attr : "") == EOF) in putprojent()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_get.c | 68 if (c == EOF) in getcd() 113 return (lastc = EOF); in getach() 125 return (lastc = EOF); in getach() 140 lastc = EOF; in getach() 180 return (EOF); in gettty() 210 return (EOF); in gettty() 224 while (c != EOF && c != '\n') { in gettty() 230 if (c == EOF) { in gettty() 232 ungetchar(EOF); in gettty() 233 return (EOF); in gettty() [all …]
|