Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/stdio/
H A Dgetc_unlocked.c3 int (getc_unlocked)(FILE *f) in getc_unlocked() function
5 return getc_unlocked(f); in getc_unlocked()
8 weak_alias (getc_unlocked, fgetc_unlocked);
9 weak_alias (getc_unlocked, _IO_getc_unlocked);
H A Dgetc.h10 int c = getc_unlocked(f); in locking_getc()
20 return getc_unlocked(f); in do_getc()
H A Dgetchar_unlocked.c5 return getc_unlocked(stdin); in getchar_unlocked()
H A Dgets.c10 while ((c=getc_unlocked(stdin)) != EOF && c != '\n') s[i++] = c; in gets()
H A Dfgetln.c10 ungetc(getc_unlocked(f), f); in fgetln()
H A Dfgetwc.c26 b = c = getc_unlocked(f); in __fgetwc_unlocked_internal()
H A Dfgets.c39 if ((c = getc_unlocked(f)) < 0) { in fgets()
H A Dgetdelim.c64 if ((c = getc_unlocked(f)) == EOF) { in getdelim()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dgetc_unlocked.c34 int ret = getc_unlocked(fptr); in getc_unlocked_0100()
55 int ret = getc_unlocked(fptr); in getc_unlocked_0200()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dgetc.h10 int c = getc_unlocked(f); in locking_getc()
H A Dfgets.c34 if ((c = getc_unlocked(f)) < 0) { in fgets()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dgetc.h10 int c = getc_unlocked(f); in locking_getc()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dgetc.h10 int c = getc_unlocked(f); in locking_getc()
H A Dfgets.c34 if ((c = getc_unlocked(f)) < 0) { in fgets()
/third_party/musl/porting/linux/user/src/stdio/
H A Dfgets.c35 if ((c = getc_unlocked(f)) < 0) { in fgets()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h76 #define getc_unlocked(f) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h96 #define getc_unlocked(f) \ macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h76 #define getc_unlocked(f) \ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h148 int getc_unlocked(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h150 int getc_unlocked(FILE *);
/third_party/musl/src/internal/
H A Dstdio_impl.h174 #define getc_unlocked(f) \ macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h151 int getc_unlocked(FILE *);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h170 #define getc_unlocked(f) \ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h148 int getc_unlocked(FILE *);
/third_party/musl/include/
H A Dstdio.h151 int getc_unlocked(FILE *);

Completed in 6 milliseconds

12