Home
last modified time | relevance | path

Searched refs:sethostent (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/network/
Dent.c3 void sethostent(int x) in sethostent() function
21 weak_alias(sethostent, setnetent);
/third_party/gstreamer/gstplugins_good/tests/check/
Dgst-plugins-good.supp210 <shout leaks through sethostent, ignoring all sethostent leaks as this is using global>
215 fun:sethostent
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgethostent.c28 sethostent(1); in gethostent_0100()
/third_party/musl/ndk_musl_include/
Dnetdb.h91 void sethostent (int);
/third_party/musl/include/
Dnetdb.h91 void sethostent (int);
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h91 void sethostent (int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h91 void sethostent (int);
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h91 void sethostent (int);
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h91 void sethostent (int);
/third_party/musl/libc-test/src/api/
Dnetdb.c87 {void(*p)(int) = sethostent;} in f()
/third_party/musl/porting/liteos_a/user/src/network/
Dent.c111 void sethostent(int stayopen) in sethostent() function
/third_party/musl/
Dlibc.map.txt1575 sethostent;
/third_party/gstreamer/gstplugins_good/
DChangeLog13825 supp: Ignore leaks caused by shout/sethostent
13826 sethostent() seems to be using a global state and we endup with leaks from
13831 memory allocated by sethostent in general.