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

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dgetc_unlocked.c3 int (getc_unlocked)(FILE *f) function
5 return getc_unlocked(f);
8 weak_alias (getc_unlocked, fgetc_unlocked);
9 weak_alias (getc_unlocked, _IO_getc_unlocked);
H A Dgetchar_unlocked.c5 return getc_unlocked(stdin);
H A Dfgetc.c7 return getc_unlocked(f);
8 c = getc_unlocked(f);
H A Dgetc.c7 return getc_unlocked(f);
8 c = getc_unlocked(f);
H A Dfgetln.c10 ungetc(getc_unlocked(f), f);
H A Dfgets.c32 if ((c = getc_unlocked(f)) < 0) {
H A Dfgetwc.c29 b = c = getc_unlocked(f);
H A Dgetdelim.c47 if ((c = getc_unlocked(f)) == EOF) {
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h86 #define getc_unlocked(f) \ macro
/seL4-refos-master/libs/libmuslc/include/
H A Dstdio.h143 int getc_unlocked(FILE *);

Completed in 40 milliseconds