Home
last modified time | relevance | path

Searched refs:__overflow (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h48 int __overflow(FILE *, int), __uflow(FILE *);
82 : __overflow((f),(unsigned char)(c)) )
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h48 int __overflow(FILE *, int), __uflow(FILE *);
82 : __overflow((f),(unsigned char)(c)) )
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h68 int __overflow(FILE *, int), __uflow(FILE *);
102 : __overflow((f),(unsigned char)(c)) )
/third_party/musl/porting/uniproton/kernel/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow() function
/third_party/musl/src/stdio/
D__overflow.c3 int __overflow(FILE *f, int _c) in __overflow() function
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h139 int __overflow(FILE *, int), __uflow(FILE *);
176 : __overflow((f),(unsigned char)(c)) )
/third_party/musl/src/internal/
Dstdio_impl.h143 int __overflow(FILE *, int), __uflow(FILE *);
180 : __overflow((f),(unsigned char)(c)) )
/third_party/elfio/tests/elf_examples/
Dls.readelf198 000000619128 002500000007 R_X86_64_JUMP_SLO 0000000000000000 __overflow + 0
308 37: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __overflow@GLIBC_2.2.5 (3)
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni86 "$MUSLPORTINGDIR/src/stdio/__overflow.c",
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni82 "$MUSLPORTINGDIR/src/stdio/__overflow.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni298 "$MUSLPORTINGDIR/src/stdio/__overflow.c",
/third_party/musl/
Dlibc.map.txt173 __overflow;
Dmusl_src.gni1148 "src/stdio/__overflow.c",
/third_party/libabigail/tests/data/test-annotate/
Dtest21-pr19092.so.abi2262 <!-- int __overflow(_IO_FILE*, int) -->
2263 …<function-decl name='__overflow' filepath='/usr/include/libio.h' line='418' column='1' visibility=…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest21-pr19092.so.abi1364 …<function-decl name='__overflow' filepath='/usr/include/libio.h' line='418' column='1' visibility=…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2113 extern int __overflow (_IO_FILE *, int);