Searched refs:fscanf (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | fscanf.S | 37 GLOBL fscanf 38 .type fscanf, @function 39 fscanf: label 59 .size fscanf, .-fscanf
|
D | fiscanf.S | 33 #define fscanf fiscanf macro
|
D | syscall.def | 33 SPE_C99_VFSCANF fscanf 1 2
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | fscanf.c | 35 fscanf(FILE *stream, const char *fmt, ...) in fscanf() function
|
D | CMakeLists.txt | 75 fscanf.c
|
D | meson.build | 77 'fscanf.c',
|
D | stdio.h | 248 int fscanf(FILE *__stream, const char *__fmt, ...) __FORMAT_ATTRIBUTE__(scanf, 2, 3);
|
/picolibc-latest/newlib/libc/stdio/ |
D | fscanf.c | 24 fscanf(FILE *__restrict fp, const char *__restrict fmt, ...) in fscanf() function
|
D | meson.build | 60 'fscanf.c',
|
D | stdio.h | 348 int fscanf (FILE *__restrict, const char *__restrict, ...)
|
/picolibc-latest/ |
D | README.md | 878 'NAN' and 'INF' in fscanf in a case-insensitive manner, fix
|
D | COPYING.picolibc | 2000 newlib/libc/tinystdio/fscanf.c 2251 newlib/libc/machine/spu/fscanf.S 4467 newlib/libc/stdio/fscanf.c
|
/picolibc-latest/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 …]
|