Searched refs:fake (Results 1 – 7 of 7) sorted by relevance
172 FILE fake; in __sbwprintf() local176 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 …]
205 FILE fake; in __sbprintf() local209 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 …]
150 if not has_semihost and get_option('fake-semihost')151 subdir('fake') subdir
254 option('fake-semihost', type: 'boolean', value: false,255 description: 'create fake semihost library to link tests')
686 semihost/fake/fake_exit.c687 semihost/fake/fake_io.c688 semihost/fake/fake_kill.c689 semihost/fake/fake_stub.c690 semihost/fake/meson.build
45 | fake-semihost | false | Create a fake semihost library to allow tests to link …
11262 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.