Home
last modified time | relevance | path

Searched refs:ungetc (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/musl/libc-test/src/functional/
Dungetc.c32 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()
Dtest_src_functional.gni75 "ungetc",
/third_party/icu/icu4c/source/tools/toolutil/
Dfilestrm.cpp141 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/
Dfilestrm.cpp141 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/
Dfilestrm.cpp141 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/
Dfilestrm.cpp141 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/
Dfmtmsg01.c115 ungetc(ch, fp); in main()
181 ungetc(ch, fp); in main()
/third_party/musl/libc-test/src/regression/
Dsetvbuf-unget.c11 while (ungetc('x', stdin)!=EOF); in main()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
/third_party/musl/src/stdio/
Dungetc.c3 int ungetc(int c, FILE *f) in ungetc() function
Dfgetln.c10 ungetc(getc_unlocked(f), f); in fgetln()
Dfgetwc.c38 ungetc(b, f); in __fgetwc_unlocked_internal()
/third_party/skia/third_party/externals/brotli/research/
Dread_dist.h34 ungetc(c, fin); in ReadBackwardReference()
/third_party/ltp/metadata/
Dmetaparse.c114 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/
Dzran.c201 (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/
Dxxd.c152 if (tmp != ' ') ungetc(tmp, fp); in do_xxd_reverse()
/third_party/musl/include/
Dstdio.h95 int ungetc(int, FILE *);
/third_party/musl/libc-test/src/api/
Dstdio.c92 {int(*p)(int,FILE*) = ungetc;} in f()
/third_party/musl/porting/linux/user/include/
Dstdio.h95 int ungetc(int, FILE *);
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt333 ungetc
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h93 int ungetc(int, FILE *);
/third_party/musl/ndk_musl_include/
Dstdio.h93 int ungetc(int, FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h95 int ungetc(int, FILE *);

1234