/glibc-2.36/localedata/tests-mbwc/ |
D | dat_wctob.c | 14 { { WEOF }, { 0, 1, EOF } }, 19 { { 0x30C4 }, { 0, 1, EOF } }, 25 { { WEOF }, { 0, 1, EOF } }, 29 { { 0x0080 }, { 0, 1, EOF } }, 30 { { 0x00C4 }, { 0, 1, EOF } }, 31 { { 0x30C4 }, { 0, 1, EOF } }, 37 { { WEOF }, { 0, 1, EOF } }, 41 { { 0x00FF }, { 0, 1, EOF } }, 42 { { 0x00C4 }, { 0, 1, EOF } }, 43 { { 0x30C4 }, { 0, 1, EOF } },
|
/glibc-2.36/stdio-common/ |
D | vfscanf-internal.c | 109 # undef EOF 110 # define EOF WEOF macro 112 # define ungetc(c, s) ((void) ((int) c == EOF \ 117 # define inchar() (c == EOF ? ((errno = inchar_errno), EOF) \ 119 (void) (c != EOF \ 128 return EOF 146 if (done == 0) done = EOF; \ 168 CHECK_FILE (s, EOF); \ 172 return EOF; \ 177 return EOF; \ [all …]
|
/glibc-2.36/posix/ |
D | globtest.sh | 214 EOF 226 EOF 252 EOF 265 EOF 278 EOF 294 EOF 307 EOF 321 EOF 337 EOF 350 EOF [all …]
|
D | wordexp-tst.sh | 49 EOF 63 EOF 77 EOF 90 EOF 104 EOF 118 EOF 134 EOF 147 EOF 162 EOF 181 EOF
|
/glibc-2.36/libio/ |
D | genops.c | 166 if (_IO_OVERFLOW (fp, EOF) == EOF) in _IO_switch_to_get_mode() 167 return EOF; in _IO_switch_to_get_mode() 225 return EOF; /* FIXME */ in libc_hidden_def() 271 return EOF; in __underflow() 276 if (_IO_switch_to_get_mode (fp) == EOF) in __underflow() 277 return EOF; in __underflow() 289 return EOF; in __underflow() 301 return EOF; in libc_hidden_def() 306 if (_IO_switch_to_get_mode (fp) == EOF) in libc_hidden_def() 307 return EOF; in libc_hidden_def() [all …]
|
D | oldfileops.c | 131 return EOF; in _IO_old_file_close_it() 255 ? 0 : EOF; in _IO_old_do_write() 296 return EOF; in _IO_old_file_underflow() 302 return EOF; in _IO_old_file_underflow() 345 return EOF; in _IO_old_file_underflow() 359 return EOF; in _IO_old_file_overflow() 388 if (ch == EOF) in _IO_old_file_overflow() 391 if (_IO_old_do_flush (f) == EOF) in _IO_old_file_overflow() 392 return EOF; in _IO_old_file_overflow() 396 if (_IO_old_do_flush (f) == EOF) in _IO_old_file_overflow() [all …]
|
D | strops.c | 83 int flush_only = c == EOF; in _IO_str_overflow() 86 return flush_only ? 0 : EOF; in _IO_str_overflow() 97 return EOF; in _IO_str_overflow() 105 return EOF; in _IO_str_overflow() 110 return EOF; in _IO_str_overflow() 157 return EOF; in libc_hidden_def() 270 new_pos = EOF; in _IO_str_seekoff() 292 return EOF; in _IO_str_seekoff() 297 return EOF; in _IO_str_seekoff() 323 return EOF; in _IO_str_seekoff() [all …]
|
D | fileops.c | 131 return EOF; in _IO_new_file_close_it() 425 || (size_t) new_do_write (fp, data, to_do) == to_do) ? 0 : EOF; in _IO_new_do_write() 466 return EOF; in _IO_new_file_underflow() 472 return EOF; in _IO_new_file_underflow() 500 _IO_OVERFLOW (stdout, EOF); in _IO_new_file_underflow() 532 return EOF; in _IO_new_file_underflow() 654 return EOF; in _IO_file_underflow_mmap() 736 return EOF; in _IO_new_file_overflow() 774 if (ch == EOF) in _IO_new_file_overflow() 778 if (_IO_do_flush (f) == EOF) in _IO_new_file_overflow() [all …]
|
D | bug-memstream1.c | 31 if (fputs ("foo", fp) == EOF) in do_test() 37 if (fclose (fp) == EOF) in do_test() 81 if (fputs ("bar", fp) == EOF) in do_test() 93 if (fputs ("foo", fp) == EOF) in do_test() 99 if (fclose (fp) == EOF) in do_test()
|
D | bug-wmemstream1.c | 32 if (fputws (L"foo", fp) == EOF) in do_test() 38 if (fclose (fp) == EOF) in do_test() 83 if (fputws (L"bar", fp) == EOF) in do_test() 95 if (fputws (L"foo", fp) == EOF) in do_test() 101 if (fclose (fp) == EOF) in do_test()
|
D | tst-ext.c | 19 if (setvbuf (fp, buf, _IOFBF, sizeof buf) == EOF) in main() 35 if (fputs (teststring, fp) == EOF) in main() 64 if (fputs (teststring, fp) == EOF) in main() 116 if (setvbuf (fp, buf, _IOLBF, sizeof buf) == EOF) in main() 127 if (setvbuf (fp, NULL, _IONBF, 0) == EOF) in main()
|
D | iosetvbuf.c | 37 CHECK_FILE (fp, EOF); in _IO_setvbuf() 62 result = EOF; in _IO_setvbuf() 87 result = EOF; in _IO_setvbuf() 90 result = _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0; in _IO_setvbuf()
|
D | iovdprintf.c | 47 return EOF; in __vdprintf_internal() 56 if (done != EOF && _IO_do_flush (&tmpfil.file) == EOF) in __vdprintf_internal() 57 done = EOF; in __vdprintf_internal()
|
/glibc-2.36/sysdeps/s390/ |
D | configure.ac | 5 cat > conftest.c <<\EOF 14 EOF 31 cat > conftest.c <<\EOF 39 EOF 58 cat > conftest.c <<\EOF 63 EOF 81 cat > conftest.c <<\EOF 91 EOF 109 cat > conftest.c <<\EOF 119 EOF [all …]
|
D | configure | 9 cat > conftest.c <<\EOF 18 EOF 45 cat > conftest.c <<\EOF 53 EOF 84 cat > conftest.c <<\EOF 89 EOF 117 cat > conftest.c <<\EOF 127 EOF 156 cat > conftest.c <<\EOF 166 EOF [all …]
|
/glibc-2.36/io/ |
D | ftwtest-sh | 71 cat <<EOF | cmp $testout - || exit 1 84 EOF 90 cat <<EOF | cmp $testout - || exit 1 103 EOF 109 cat <<EOF | cmp $testout - || exit 1 124 EOF 136 cat <<EOF | cmp $testout - || exit 1 149 EOF 158 cat <<EOF | diff -u $testout - || exit 1 171 EOF [all …]
|
/glibc-2.36/shadow/ |
D | putspent.c | 51 && putc_unlocked (':', stream) == EOF)) in putspent() 57 && putc_unlocked (':', stream) == EOF)) in putspent() 63 && putc_unlocked (':', stream) == EOF)) in putspent() 69 && putc_unlocked (':', stream) == EOF)) in putspent() 75 && putc_unlocked (':', stream) == EOF)) in putspent() 81 && putc_unlocked (':', stream) == EOF)) in putspent() 88 if (putc_unlocked ('\n', stream) == EOF) in putspent()
|
/glibc-2.36/ctype/ |
D | test_ctype.c | 84 if (tolower (EOF) != EOF) in main() 87 printf (" tolower BOGUS %d;", tolower (EOF)); in main() 89 if (toupper (EOF) != EOF) in main() 92 printf (" toupper BOGUS %d;", toupper (EOF)); in main() 95 #define TRY(isfoo) if (isfoo (EOF)) fputs (" " #isfoo, stdout), ++lose in main()
|
/glibc-2.36/sysdeps/x86/ |
D | configure.ac | 8 cat > conftest.c <<EOF 12 EOF 27 cat > conftest.s <<EOF 29 EOF 50 cat > conftest1.S <<EOF 74 EOF 75 cat > conftest2.S <<EOF 99 EOF
|
/glibc-2.36/sysdeps/aarch64/ |
D | configure.ac | 31 cat > conftest.c <<EOF 33 EOF 53 cat > conftest.c <<EOF 56 EOF 70 cat > conftest.S <<EOF 80 EOF 92 cat > conftest.s <<\EOF 94 EOF
|
/glibc-2.36/gmon/ |
D | tst-gmon-gprof.sh | 39 cat > "$expected" <<EOF heredoc 43 EOF 46 cat > "$expected_dot" <<EOF heredoc 50 EOF
|
D | tst-gmon-static-gprof.sh | 39 cat > "$expected" <<EOF heredoc 44 EOF 47 cat > "$expected_dot" <<EOF heredoc 52 EOF
|
/glibc-2.36/scripts/ |
D | check-c++-types.sh | 45 $cxx -S -xc++ -o - -D_GNU_SOURCE <(cat <<EOF heredoc 51 EOF 54 done <<EOF | heredoc 122 EOF
|
D | backport-support.sh | 32 cat >&2 <<EOF heredoc 34 EOF 69 cat <<EOF heredoc 73 EOF
|
D | check-installed-headers.sh | 83 cat >"$cih_test_c" <<EOF heredoc 87 EOF 110 cat >"$cih_test_c" <<EOF heredoc 120 EOF
|