/third_party/musl/libc-test/src/functional/ |
D | ungetc.c | 32 TEST(i, ungetc('x', f), 'x', "%d != %d"); in main() 40 TEST(i, ungetc('x', f), 'x', "%d != %d"); in main() 47 TEST(i, ungetc('x', f), 'x', "unget failed after fscanf: %d != %d"); in main()
|
D | test_src_functional.gni | 75 "ungetc",
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/third_party/ltp/testcases/kernel/syscalls/fmtmsg/ |
D | fmtmsg01.c | 115 ungetc(ch, fp); in main() 181 ungetc(ch, fp); in main()
|
/third_party/musl/libc-test/src/regression/ |
D | setvbuf-unget.c | 11 while (ungetc('x', stdin)!=EOF); in main()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/third_party/musl/src/stdio/ |
D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
D | fgetln.c | 10 ungetc(getc_unlocked(f), f); in fgetln()
|
D | fgetwc.c | 38 ungetc(b, f); in __fgetwc_unlocked_internal()
|
/third_party/skia/third_party/externals/brotli/research/ |
D | read_dist.h | 34 ungetc(c, fin); in ReadBackwardReference()
|
/third_party/ltp/metadata/ |
D | metaparse.c | 114 ungetc(c, f); in maybe_doc_comment() 135 ungetc(c, f); in maybe_comment() 177 ungetc(c, f); in next_token2()
|
/third_party/zlib/examples/ |
D | zran.c | 201 (strm.avail_in || ungetc(getc(in), in) != EOF)) { in deflate_index_build() 347 if (strm.avail_in == 0 && ungetc(getc(in), in) == EOF) in deflate_index_extract()
|
/third_party/toybox/toys/other/ |
D | xxd.c | 152 if (tmp != ' ') ungetc(tmp, fp); in do_xxd_reverse()
|
/third_party/musl/include/ |
D | stdio.h | 95 int ungetc(int, FILE *);
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 92 {int(*p)(int,FILE*) = ungetc;} in f()
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 95 int ungetc(int, FILE *);
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 333 ungetc
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 93 int ungetc(int, FILE *);
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 93 int ungetc(int, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 95 int ungetc(int, FILE *);
|