Home
last modified time | relevance | path

Searched refs:scanf (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/libc/picolibc/
DKconfig32 prompt "Picolibc printf/scanf level"
37 Selects the level of printf and scanf support
40 bool "full support for integer/floating point values in printf/scanf"
42 Include full floating point and integer support in printf/scanf
46 bool "full support for integer values, including long long, in printf/scanf"
50 point in printf/scanf.
53 bool "full support for integer values, other than long long, in printf/scanf"
57 in printf/scanf.
60 bool "limited support for integer values in printf/scanf"
64 printf/scanf.
[all …]
/Zephyr-latest/lib/libc/newlib/
DKconfig55 bool "Build with newlib float scanf"
57 Build with floating point scanf enabled. This will increase the size of
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt172 scanf
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst168 scanf(),yes
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst73 * Picolibc has four different printf/scanf variants supported in Zephyr,
Drelease-notes-2.4.rst1555 * :github:`25599` - scanf() not functional with newlib out of the box
Drelease-notes-2.5.rst1163 * :github:`31168` - Wrong linker option syntax for printf and scanf with float support
/Zephyr-latest/scripts/
Dcheckpatch.pl6080 $line =~ /\b__attribute__\s*\(\s*\(\s*format\s*\(\s*scanf\b/) {
6084 …$fixed[$fixlinenr] =~ s/\b__attribute__\s*\(\s*\(\s*format\s*\(\s*scanf\s*,\s*(.*)\)\s*\)\s*\)/"__…