Searched refs:sethostent (Results 1 – 13 of 13) sorted by relevance
3 void sethostent(int x) in sethostent() function21 weak_alias(sethostent, setnetent);
210 <shout leaks through sethostent, ignoring all sethostent leaks as this is using global>215 fun:sethostent
28 sethostent(1); in gethostent_0100()
91 void sethostent (int);
87 {void(*p)(int) = sethostent;} in f()
111 void sethostent(int stayopen) in sethostent() function
1575 sethostent;
13825 supp: Ignore leaks caused by shout/sethostent13826 sethostent() seems to be using a global state and we endup with leaks from13831 memory allocated by sethostent in general.