Home
last modified time | relevance | path

Searched refs:ungetwc (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/trusty/musl/src/stdio/
Dvfwscanf.c81 #undef ungetwc
82 #define ungetwc(c,f) \ macro
83 ((f)->rend && (c)<128U ? *--(f)->rpos : ungetwc((c),(f)))
115 ungetwc(c, f); in vfwscanf()
126 ungetwc(c, f); in vfwscanf()
202 ungetwc(c, f); in vfwscanf()
283 ungetwc(c, f); in vfwscanf()
/aosp_15_r20/external/musl/src/stdio/
H A Dvfwscanf.c81 #undef ungetwc
82 #define ungetwc(c,f) \ macro
83 ((f)->rend && (c)<128U ? *--(f)->rpos : ungetwc((c),(f)))
115 ungetwc(c, f); in vfwscanf()
126 ungetwc(c, f); in vfwscanf()
202 ungetwc(c, f); in vfwscanf()
283 ungetwc(c, f); in vfwscanf()
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dungetwc.c69 ungetwc(wint_t wc, FILE *fp) in ungetwc() function
78 DEF_STRONG(ungetwc);
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dwchar_test.cc48 ASSERT_EQ(ungetwc(wint(L'A'), f.get()), wint(L'A')); in TEST()
50 ASSERT_EQ(ungetwc(wint(L'B'), f.get()), wint(L'B')); in TEST()
/aosp_15_r20/bionic/libc/stdio/
H A Dparsefloat.c330 ungetwc(c, fp); in wparsefloat()
332 ungetwc(*p, fp); in wparsefloat()
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_vendor_ramdisk_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …mdisk_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
2 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_arm64_armv8-2a_cortex-a55_static_hwasan/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …rm64_armv8-2a_cortex-a55_static_hwasan/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
3 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_recovery_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …overy_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
2 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_arm64_armv8-2a_cortex-a55_static_apex10000_sabi/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …v8-2a_cortex-a55_static_apex10000_sabi/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
2 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …droid_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
2 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_ramdisk_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …mdisk_arm64_armv8-2a_cortex-a55_static/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
2 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_arm64_armv8-2a_cortex-a55_static_hwasan_apex10000/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …-2a_cortex-a55_static_hwasan_apex10000/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
3 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_openbsd/android_arm64_armv8-2a_cortex-a55_static_apex10000/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.o.d1 …4_armv8-2a_cortex-a55_static_apex10000/obj/bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.o: \
2 bionic/libc/upstream-openbsd/lib/libc/stdio/ungetwc.c \
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
Dcwchar55 wint_t ungetwc(wint_t c, FILE* stream);
136 using ::ungetwc;

12345678910>>...13