Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 25 of 27) sorted by relevance

12

/picolibc-latest/newlib/libc/tinystdio/
Dfgetc.c58 #undef getc
61 __strong_reference(fgetc, getc);
64 int getc(FILE *stream) { return fgetc(stream); } in getc() function
Dgetchar.c40 return getc(stdin); in getchar()
Dfgets.c45 if ((c = getc(stream)) == EOF) { in fgets()
Dgetdelim.c49 int c = getc(stream); in getdelim()
Dfread.c121 c = getc(stream); in fread()
Dstdio.h241 int getc(FILE *__stream);
243 #define getc(__stream) fgetc(__stream) macro
Dvfscanf.c82 # define GETC(s) getc(s)
/picolibc-latest/newlib/libc/stdio/
Dgetc.c76 #undef getc
79 getc ( in getc() function
Dgetchar.c78 return getc ( stdin ); in getchar()
Dfread.c131 r = getc ( fp); in crlf_r()
Dstdio.h366 int getc (FILE *);
760 #define getc(_p) _sgetc( _p) macro
787 #define getchar() getc(stdin)
Dstdio.tex75 * Function getc:: Get a character from a file or stream (macro)
217 @include stdio/getc.def
Dmeson.build69 'getc.c',
/picolibc-latest/test/
Dtest-fopen.c67 c = getc(f); in check_contents()
71 c = getc(f); in check_contents()
Dungetc.c49 ret = getc(stdin); in main()
Dtest-mktemp.c70 c = getc(f); in check_contents()
74 c = getc(f); in check_contents()
Dposix-io.c53 while ((c = getc(f)) != EOF) { in test_cmp()
Dtest-fread-fwrite.c232 int c = getc(f); in main()
/picolibc-latest/newlib/libc/machine/spu/
Dgetc.c45 getc (fp) in getc() function
/picolibc-latest/doc/
Dos.md24 pointers for putc, getc, which might be defined as follows:
63 and getc functions described above, but not using any flush
69 | _FDEV_SETUP_READ | Read | getc |
71 | _FDEV_SETUP_RW | Read/Write | putc, getc |
Dlocking.md24 reentrancy issue related to ungetc/getc.
Dprintf.md247 controls whether getc/ungetc use atomic instruction sequences to
249 getc and ungetc may corrupt the state of the input buffer.
Dbuild.md84 | atomic-ungetc | true | Make getc/ungetc re-entrant using atomic operations …
/picolibc-latest/newlib/libc/iconv/ces/
Dtable.c550 if (getc(file) == EOF) in load_file()
/picolibc-latest/
DREADME.md968 2. Make getc/ungetc re-entrant. This feature, which is enabled by

12