Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 20 of 20) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dfgetc.c35 fgetc(FILE *stream) in fgetc() function
61 __strong_reference(fgetc, getc);
62 __strong_reference(fgetc, getc_unlocked);
64 int getc(FILE *stream) { return fgetc(stream); } in getc()
65 int getc_unlocked(FILE *stream) { return fgetc(stream); } in getc_unlocked()
Dstdio.h240 int fgetc(FILE *__stream);
243 #define getc(__stream) fgetc(__stream)
244 #define getchar() fgetc(stdin)
378 #define getc_unlocked(f) fgetc(f)
379 #define getchar_unlocked(f) fgetc(stdin)
381 #define putchar_unlocked(c, f) fgetc(c, stdin)
DCMakeLists.txt58 fgetc.c
Dmeson.build59 'fgetc.c',
/picolibc-latest/newlib/libc/machine/spu/
Dfgetc.c42 fgetc (FILE * fp) in fgetc() function
/picolibc-latest/newlib/libc/stdio/
Dfgetc.c88 fgetc ( in fgetc() function
Dstdio.tex52 * Function fgetc:: Get a character from a file or stream
148 @include stdio/fgetc.def
Dmeson.build47 'fgetc.c',
Dstdio.h362 int fgetc (FILE *);
/picolibc-latest/test/
Dtest-fgetc.c68 ch = fgetc(f); in main()
Dtest-ungetc-ftell.c59 first = fgetc(file); in main()
Dt_fmemopen.c802 ATF_CHECK(fgetc(fp) == buf0[i]); in ATF_TC_BODY()
806 ATF_CHECK(fgetc(fp) == EOF); in ATF_TC_BODY()
890 ATF_CHECK(fgetc(fp) == buf[i]); in ATF_TC_BODY()
894 ATF_CHECK(fgetc(fp) == EOF); in ATF_TC_BODY()
904 ATF_CHECK(fgetc(fp) == buf[i]); in ATF_TC_BODY()
908 ATF_CHECK(fgetc(fp) == EOF); in ATF_TC_BODY()
Dmeson.build88 'test-fgetc',
622 'test-fgetc',
/picolibc-latest/
Dpicolibc.h.in8 /* Use atomics for fgetc/ungetc for re-entrancy */
DCMakeLists.txt81 # Use atomics for fgetc/ungetc for re-entrancy
Dmeson_options.txt165 description: 'use atomics in fgetc/ungetc to make them re-entrant')
Dmeson.build1384 conf_data.set('ATOMIC_UNGETC', atomic_ungetc, description: 'Use atomics for fgetc/ungetc for re-ent…
DREADME.md174 * Set error flag when fgetc is called on an file without read
DCOPYING.picolibc1325 test/test-fgetc.c
1965 newlib/libc/tinystdio/fgetc.c
2131 newlib/libc/machine/spu/fgetc.c
4455 newlib/libc/stdio/fgetc.c
/picolibc-latest/newlib/
DChangeLog-20151194 * libc/stdio/fgetc.c: Document unlocked variants.
2967 * libc/stdio/fgetc.c (fgetc): Use local variable for _REENT.
4345 * libc/stdio/fgetc.c: Revert change from 2009-04-24, remove sfp locks
6263 * libc/stdio/fgetc.c: Make sure sfp lock is acquired before the
10267 * libc/machine/spu/fgetc.c: Ditto.
10625 * libc/machine/spu/fgetc.c: Ditto.
10963 * libc/machine/spu/fgetc.c: Ditto.
11272 * libc/stdio/fgetc.c: Ditto.
11465 * libc/stdio/fgetc.c: Fix and/or add reentrant version to call
12991 * libc/stdio/fgetc.c (fgetc): Ditto.
[all …]