Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dprintf_common.h89 FILE fake; in __sbprintf() local
93 _FILEEXT_SETUP(&fake, &fakeext); in __sbprintf()
95 fake._flags = fp->_flags & ~__SNBF; in __sbprintf()
96 fake._file = fp->_file; in __sbprintf()
97 fake._cookie = fp->_cookie; in __sbprintf()
98 fake._write = fp->_write; in __sbprintf()
101 fake._bf._base = fake._p = buf; in __sbprintf()
102 fake._bf._size = fake._w = sizeof(buf); in __sbprintf()
103 fake._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
106 int ret = FUNCTION_NAME(&fake, fmt, ap); in __sbprintf()
[all …]
/bionic/libc/dns/net/
Dgethnamaddr.c732 goto fake; in gethostbyname_internal_real()
748 goto fake; in gethostbyname_internal_real()
768 fake: in gethostbyname_internal_real()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1577 bt_info {"/data/fake.so" a000 "level1" 0} {"/data/fake.so" b000 "level2" a} in TEST_F()