Searched refs:fgets (Results 1 – 17 of 17) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | fgets.c | 87 #define fgets fgets_unlocked macro 97 fgets ( in fgets() function
|
D | stdio.tex | 54 * Function fgets:: Get character string from a file or stream 154 @include stdio/fgets.def
|
D | meson.build | 49 'fgets.c',
|
D | stdio.h | 363 char * fgets (char *__restrict, int, FILE *__restrict);
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu_timebase.c | 46 while (fgets (line, sizeof (line), f)) in spu_timebase()
|
D | fgets.c | 51 fgets (char *__restrict buf, in fgets() function
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | fgets.c | 35 fgets(char *str, int size, FILE *stream) in fgets() function
|
D | CMakeLists.txt | 59 fgets.c
|
D | meson.build | 61 'fgets.c',
|
D | stdio.h | 254 char *fgets(char *__str, int __size, FILE *__stream);
|
/picolibc-latest/test/ |
D | test-fgets-eof.c | 62 pchar = fgets( line, 12, file); in main()
|
D | meson.build | 89 'test-fgets-eof', 623 'test-fgets-eof',
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | stdio.h | 69 __ssp_decl(char *, fgets, (char *__restrict __buf, int __len, FILE *__fp))
|
/picolibc-latest/newlib/libc/ssp/ |
D | ssp.tex | 46 fgets fread_unlocked sprintf
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1196 * libc/stdio/fgets.c: Add __IMPL_UNLOCKED__ overrides. 2193 libc/stdio/fgets.c, libc/stdio/fputs.c, libc/stdio/fread.c, 2378 libc/machine/spu/fgetpos.c, libc/machine/spu/fgets.c, 2386 libc/stdio/fgetpos.c, libc/stdio/fgets.c, 3583 * libc/stdio/fgets.c (_fgets_r): Ditto. 4348 * libc/stdio/fgets.c: Ditto. 6266 * libc/stdio/fgets.c: Ditto. 10269 * libc/machine/spu/fgets.c: Ditto. 10627 * libc/machine/spu/fgets.c: Ditto. 10964 * libc/machine/spu/fgets.c: Ditto. [all …]
|
/picolibc-latest/ |
D | README.md | 182 * Make fgets return any accumulated string on EOF instead of
|
D | COPYING.picolibc | 1326 test/test-fgets-eof.c 1991 Files: newlib/libc/tinystdio/fgets.c 2133 newlib/libc/machine/spu/fgets.c 4457 newlib/libc/stdio/fgets.c
|