/external/llvm-libc/src/stdio/scanf_core/ |
D | vfscanf_internal.h | 45 LIBC_INLINE void ungetc(int c, ::FILE *f) { LIBC_NAMESPACE::ungetc(c, f); } in ungetc() function 105 LIBC_INLINE void ungetc(int c) { in ungetc() function
|
D | reader.h | 34 LIBC_INLINE void ungetc(int c) { in ungetc() function
|
D | string_reader.h | 35 LIBC_INLINE void ungetc(int) { in ungetc() function
|
/external/musl/src/stdio/ |
D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/external/trusty/musl/src/stdio/ |
D | ungetc.c | 3 int ungetc(int c, FILE *f) in ungetc() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/scanf_core/ |
D | reader.cpp | 16 void Reader::ungetc(char c) { in ungetc() function in LIBC_NAMESPACE_DECL::scanf_core::Reader
|
D | vfscanf_internal.h | 45 LIBC_INLINE void ungetc(int c, void *f) { in ungetc() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/scanf_core/ |
D | reader.cpp | 16 void Reader::ungetc(char c) { in ungetc() function in LIBC_NAMESPACE_DECL::scanf_core::Reader
|
D | vfscanf_internal.h | 45 LIBC_INLINE void ungetc(int c, void *f) { in ungetc() function
|
/external/llvm-libc/src/stdio/baremetal/ |
D | scanf_internal.h | 25 LIBC_INLINE void ungetc(int) {} in ungetc() function
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 506 private void ungetc(int c) { in ungetc() method in Lex
|
/external/llvm-libc/src/__support/File/ |
D | file.h | 202 int ungetc(int c) { in ungetc() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/ |
D | file.h | 202 int ungetc(int c) { in ungetc() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/ |
D | file.h | 202 int ungetc(int c) { in ungetc() function
|
/external/rust/android-crates-io/crates/libc/src/windows/ |
D | mod.rs | 325 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/ |
D | mod.rs | 325 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/ |
D | mod.rs | 325 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 515 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
|
/external/rust/android-crates-io/crates/libc/src/unix/ |
D | mod.rs | 505 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 515 pub fn ungetc(c: c_int, stream: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/wasi/ |
D | mod.rs | 535 pub fn ungetc(a: c_int, f: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/wasi/ |
D | mod.rs | 535 pub fn ungetc(a: c_int, f: *mut FILE) -> c_int; in ungetc() function
|
/external/rust/android-crates-io/crates/libc/src/wasi/ |
D | mod.rs | 535 pub fn ungetc(a: c_int, f: *mut FILE) -> c_int; in ungetc() function
|
/external/rust/android-crates-io/crates/libc/src/solid/ |
D | mod.rs | 473 pub fn ungetc(arg1: c_int, arg2: *mut FILE) -> c_int; in ungetc() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/solid/ |
D | mod.rs | 473 pub fn ungetc(arg1: c_int, arg2: *mut FILE) -> c_int; in ungetc() function
|