Searched refs:fscanf (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | fscanf.S | 35 GLOBL fscanf 36 .type fscanf, @function 37 fscanf: label 57 .size fscanf, .-fscanf
|
D | fiscanf.S | 31 #define fscanf fiscanf macro
|
D | syscall.def | 33 SPE_C99_VFSCANF fscanf 1 2
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | fscanf.c | 35 fscanf(FILE *stream, const char *fmt, ...) in fscanf() function
|
D | CMakeLists.txt | 74 fscanf.c
|
D | meson.build | 74 'fscanf.c',
|
D | stdio.h | 250 int fscanf(FILE *__stream, const char *__fmt, ...) __FORMAT_ATTRIBUTE__(scanf, 2, 3);
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fscanf.c | 25 fscanf(FILE *__restrict fp, const char *__restrict fmt, ...) in fscanf() function
|
D | meson.build | 58 'fscanf.c',
|
D | stdio.h | 350 int fscanf (FILE *__restrict, const char *__restrict, ...)
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 750 'NAN' and 'INF' in fscanf in a case-insensitive manner, fix
|
D | COPYING.picolibc | 1916 newlib/libc/tinystdio/fscanf.c 2166 newlib/libc/machine/spu/fscanf.S 4373 newlib/libc/stdio/fscanf.c
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 1734 * libc/stdio/fscanf.c (fiscanf, _fiscanf_r): Ditto. 2390 libc/stdio/fscanf.c, libc/stdio/fwrite.c, 4124 * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_r 8354 * libc/machine/spu/fscanf.S: Regenerate. 9686 * libc/machine/spu/fscanf.S: Ditto. 9703 * libc/machine/spu/fscanf.c: Ditto. 10277 * libc/machine/spu/fscanf.c: Ditto. 10635 * libc/machine/spu/fscanf.c: Ditto. 10830 * libc/machine/spu/fscanf.c: Ditto. 10972 * libc/machine/spu/fscanf.c: Ditto. [all …]
|