/third_party/musl/libc-test/src/functional/ |
H A 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()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | filestrm.cpp | 19 * 03/02/99 stephen Reordered params in ungetc to match stdio 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/ |
H A D | filestrm.cpp | 19 * 03/02/99 stephen Reordered params in ungetc to match stdio 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/ |
H A D | filestrm.cpp | 19 * 03/02/99 stephen Reordered params in ungetc to match stdio 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/ |
H A D | fmtmsg01.c | 115 ungetc(ch, fp); in main() 181 ungetc(ch, fp); in main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | setvbuf-unget.c | 2 // ungetc after setvbuf should not clobber memory below buffer 11 while (ungetc('x', stdin)!=EOF); in main() 13 t_error("ungetc clobbered outside buffer: [%.12s]\n", buf); in main()
|
/third_party/musl/src/stdio/ |
H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
H A D | fgetln.c | 10 ungetc(getc_unlocked(f), f); in fgetln()
|
H A D | fgetwc.c | 38 ungetc(b, f); in __fgetwc_unlocked_internal()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | read_dist.h | 34 ungetc(c, fin); in ReadBackwardReference()
|
/third_party/ltp/metadata/ |
H A 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/node/deps/v8/src/base/platform/ |
H A D | platform-openbsd.cc | 72 ungetc(c, fp); // Push the '/' back into the stream to be read below. in GetSharedLibraryAddresses()
|
H A D | platform-linux.cc | 79 ungetc(c, fp); in GetSharedLibraryAddresses()
|
/third_party/toybox/toys/other/ |
H A D | xxd.c | 152 if (tmp != ' ') ungetc(tmp, fp); in do_xxd_reverse()
|
/third_party/zlib/examples/ |
H A D | zran.c | 211 (strm.avail_in || ungetc(getc(in), in) != EOF)) in deflate_index_build() 429 if (strm.avail_in || ungetc(getc(in), in) != EOF) { in deflate_index_extract()
|
/third_party/alsa-lib/src/ |
H A D | input.c | 110 * \brief Puts the last character read back to an input handle (like \c ungetc(3)). 157 return ungetc(c, stdio->fp); in snd_input_stdio_ungetc()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 93 int ungetc(int, FILE *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 95 int ungetc(int, FILE *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 96 int ungetc(int, FILE *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 93 int ungetc(int, FILE *);
|
/third_party/musl/include/ |
H A D | stdio.h | 96 int ungetc(int, FILE *);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 92 {int(*p)(int,FILE*) = ungetc;} in f()
|