Home
last modified time | relevance | path

Searched refs:EOF (Results 101 – 125 of 1261) sorted by relevance

12345678910>>...51

/illumos-gate/usr/src/lib/libc/port/print/
H A Dvprintf.c78 return (EOF); in _vprintf_c89()
87 if (FERROR(stdout) || count == EOF) { in _vprintf_c89()
89 return (EOF); in _vprintf_c89()
97 return (EOF); in _vprintf_c89()
H A Dvfprintf.c77 return (EOF); in _vfprintf_c89()
87 if (FERROR(iop) || count == EOF) { in _vfprintf_c89()
89 return (EOF); in _vfprintf_c89()
97 return (EOF); in _vfprintf_c89()
H A Dprintf.c66 return (EOF); in printf()
73 if (FERROR(stdout) || count == EOF) { in printf()
75 return (EOF); in printf()
83 return (EOF); in printf()
H A Dfprintf.c72 return (EOF); in fprintf()
78 if (FERROR(iop) || count == EOF) { in fprintf()
80 return (EOF); in fprintf()
88 return (EOF); in fprintf()
H A Dsnprintf.c76 return (EOF); in snprintf()
85 if (count == EOF) in snprintf()
86 return (EOF); in snprintf()
91 return (EOF); in snprintf()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetch.c59 code = __xc_ungetc(ch, (WINDOW *) 0) == EOF ? ERR : OK;
72 return EOF; in __xc_ungetc()
139 return __m_return_int("wgetch", EOF);
153 if ((w->_flags & W_USE_KEYPAD) && 0 <= ch && ch != EOF) {
206 if ((ch = fgetc(__m_screen->_if)) == EOF)
226 if ((__m_screen->_flags & S_ECHO) && 0 <= ch && ch != EOF) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.header.ksh38 cat > prov.d <<EOF heredoc
45 EOF
53 cat > test.c <<EOF heredoc
65 EOF
H A Dtst.eliminate.ksh43 cat > prov.d <<EOF heredoc
47 EOF
55 cat > test.c <<EOF heredoc
72 EOF
H A Dtst.linkpriv.ksh38 cat > test.c <<EOF heredoc
51 EOF
53 cat > prov.d <<EOF heredoc
62 EOF
H A Dtst.linkunpriv.ksh40 cat > test.c <<EOF heredoc
53 EOF
55 cat > prov.d <<EOF heredoc
64 EOF
H A Dtst.deadstub.ksh32 cat > prov.d <<EOF heredoc
36 EOF
44 cat > test.c <<EOF heredoc
84 EOF
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_written.ksh42 log_must_program $TESTPOOL - <<-EOF heredoc
46 EOF
51 log_must_program $TESTPOOL - <<-EOF heredoc
55 EOF
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in60 cat <<EOF
81 EOF
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
341 EOF
402 cat <<EOF 1>&2
405 EOF
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
432 EOF
454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
458 EOF
H A Dgrub-md5-crypt.in33 cat <<EOF
42 EOF
91 $grub_shell --batch --device-map=/dev/null <<EOF \
96 EOF
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c255 return (EOF); in get_byte()
280 return (EOF); in get_byte()
321 if ((c = get_byte()) == EOF) in get_wide()
342 while ((c = scanc()) != EOF) { in get_symbol()
401 return (EOF); in get_symbol()
480 if (c == EOF) { in scan_to_eol()
494 while ((c = scanc()) != EOF) { in yylex()
569 if ((c = scanc()) == EOF) { in yylex()
571 return (EOF); in yylex()
641 return (EOF); in yylex()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh231 ++EOF++
251 EOF
524 $SHELL <<- \EOF
536 EOF
542 x=$( $SHELL <<- \EOF
547 EOF
569 EOF
592 dot=$(cat <<-EOF heredoc
594 EOF
605 $SHELL <<- \EOF
[all …]
H A Dfunctions.sh179 EOF
407 cat > tst <<- EOF heredoc
415 EOF
480 ++EOF
746 ++EOF
856 ++EOF++
1041 EOF
1070 EOF
1139 { $SHELL <<- \EOF
1147 EOF
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_filbuf.c68 return (EOF); in _filbuf()
75 return (EOF); in _filbuf()
106 return (EOF); in _filbuf()
128 return (EOF); in _filbuf()
/illumos-gate/usr/src/cmd/getent/
H A Ddogetgr.c47 grp->gr_gid) == EOF) in putgrent()
54 if (fputs(*mem++, fp) == EOF) in putgrent()
58 if (fprintf(fp, ",%s", *mem++) == EOF) in putgrent()
61 if (putc('\n', fp) == EOF) in putgrent()
/illumos-gate/usr/src/cmd/localedef/
H A Dmessages.c99 if ((putl_category(msgs.yesexpr, f) == EOF) || in dump_messages()
100 (putl_category(msgs.noexpr, f) == EOF) || in dump_messages()
101 (putl_category(msgs.yesstr, f) == EOF) || in dump_messages()
102 (putl_category(msgs.nostr, f) == EOF)) { in dump_messages()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh38 $dtrace -o $file -c date -s /dev/stdin <<EOF heredoc
64 EOF
72 perl /dev/stdin $file <<EOF heredoc
95 EOF
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh150 cat >"testscript.sh" <<EOF heredoc
167 EOF
188 cat <<EOF heredoc
205 EOF
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_core.sh47 cat > gcore-expected.$$ <<EOF heredoc
51 EOF
65 cat > core-expected.$$ <<EOF heredoc
69 EOF
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslsupport.l221 while ((c = input()) != '\n' && c != EOF) in AslDoLineDirective()
450 if (SourceChar == EOF) in AslInsertLineBuffer()
595 while (((c = input ()) != '*') && (c != EOF)) in AslDoComment()
606 if (c == EOF) in AslDoComment()
632 if (((c1 = input ()) != '/') && (c1 != EOF)) in AslDoComment()
638 if (c1 == EOF) in AslDoComment()
714 while (((c = input ()) != '\n') && (c != EOF)) in AslDoCommentType2()
724 if (c == EOF) in AslDoCommentType2()
786 while ((StringChar = input()) != EOF) in AslDoStringLiteral()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh54 cat > $notefile <<EOF heredoc
73 EOF
84 cat > $notefile <<EOF heredoc
103 EOF

12345678910>>...51