Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c172 FILE fake; in __sbwprintf() local
176 fake._flags = fp->_flags & ~__SNBF; in __sbwprintf()
177 fake._flags2 = fp->_flags2; in __sbwprintf()
178 fake._file = fp->_file; in __sbwprintf()
179 fake._cookie = fp->_cookie; in __sbwprintf()
180 fake._write = fp->_write; in __sbwprintf()
183 fake._bf._base = fake._p = buf; in __sbwprintf()
184 fake._bf._size = fake._w = sizeof (buf); in __sbwprintf()
185 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbwprintf()
187 __lock_init_recursive (fake._lock); in __sbwprintf()
[all …]
Dvfprintf.c205 FILE fake; in __sbprintf() local
209 fake._flags = fp->_flags & ~__SNBF; in __sbprintf()
210 fake._flags2 = fp->_flags2; in __sbprintf()
211 fake._file = fp->_file; in __sbprintf()
212 fake._cookie = fp->_cookie; in __sbprintf()
213 fake._write = fp->_write; in __sbprintf()
216 fake._bf._base = fake._p = buf; in __sbprintf()
217 fake._bf._size = fake._w = sizeof (buf); in __sbprintf()
218 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
220 __lock_init_recursive (fake._lock); in __sbprintf()
[all …]
/picolibc-latest/semihost/
Dmeson.build150 if not has_semihost and get_option('fake-semihost')
151 subdir('fake') subdir
/picolibc-latest/
Dmeson_options.txt254 option('fake-semihost', type: 'boolean', value: false,
255 description: 'create fake semihost library to link tests')
DCOPYING.picolibc686 semihost/fake/fake_exit.c
687 semihost/fake/fake_io.c
688 semihost/fake/fake_kill.c
689 semihost/fake/fake_stub.c
690 semihost/fake/meson.build
/picolibc-latest/doc/
Dbuild.md45 | fake-semihost | false | Create a fake semihost library to allow tests to link …
/picolibc-latest/newlib/
DChangeLog-201511262 fake files, one for each standard stream.
11265 matches one of the fake std stream pointers.
24277 * libc/stdio/vfprintf.c (__sbprintf): Init fake._data.
25763 (z8k-*-*): Use syscalls fake sys dir.