Home
last modified time | relevance | path

Searched defs:getc (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/stdio/
Dgetc.c4 int getc(FILE *f) in getc() function
/third_party/uboot/u-boot-2020.01/include/
Dkeyboard.h62 int (*getc)(struct udevice *dev); member
Dstdio_dev.h43 int (*getc)(struct stdio_dev *dev); /* To get that char */ member
Dserial.h13 int (*getc)(void); member
185 int (*getc)(struct udevice *dev); member
/third_party/e2fsprogs/intl/
Dlocalcharset.c91 # define getc getc_unlocked macro
/third_party/glib/glib/libcharset/
Dlocalcharset.c88 # define getc getc_unlocked macro
/third_party/boost/boost/gil/io/
Ddevice.hpp131 char getc() in getc() function in boost::gil::detail::file_stream_device
344 char getc() in getc() function in boost::gil::detail::istream_device
/third_party/gettext/gettext-tools/src/
Dpo-lex.c62 # define getc getc_unlocked macro
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c391 int getc(void) in getc() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h546 #define getc(...) (pthread_testcancel(), getc(__VA_ARGS__)) macro