Home
last modified time | relevance | path

Searched refs:herr (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/inet/
A Dgethost_r-align.c26 int ret, herr; in main() local
31 ret = gethostent_r(&hent, buf + i, sizeof(buf) - i, &hentres, &herr); in main()
35 ret = gethostbyname_r("localhost", &hent, buf + i, sizeof(buf) - i, &hentres, &herr); in main()
39 ret = gethostbyname2_r("localhost", AF_INET, &hent, buf + i, sizeof(buf) - i, &hentres, &herr); in main()
43 … = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf + i, sizeof(buf) - i, &hentres, &herr); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dgetrpcport.c56 int herr; in getrpcport() local
60 while (gethostbyname_r (host, &hostbuf, buffer, buflen, &hp, &herr) != 0 in getrpcport()
62 if (herr != NETDB_INTERNAL || errno != ERANGE) in getrpcport()
A Drcmd.c106 int herr; in rcmd() local
126 hstbuflen, &hp, &herr) != 0 || hp == NULL) in rcmd()
128 if (herr != NETDB_INTERNAL || errno != ERANGE) in rcmd()
130 __set_h_errno (herr); in rcmd()
320 int herr; in ruserok() local
329 buflen, &hp, &herr) != 0 || hp == NULL) in ruserok()
331 if (herr != NETDB_INTERNAL || errno != ERANGE) { in ruserok()
515 int herr; in __icheckhost() local
545 while (gethostbyname_r (lhost, &hostbuf, buffer, buflen, &hp, &herr) in __icheckhost()
A Dclnt_simple.c96 int herr; in callrpc() local
113 &hp, &herr) != 0 in callrpc()
115 if (herr != NETDB_INTERNAL || errno != ERANGE) in callrpc()
A Dclnt_generic.c61 int herr; in clnt_create() local
86 &h, &herr) != 0 in clnt_create()
88 if (herr != NETDB_INTERNAL || errno != ERANGE) in clnt_create()

Completed in 6 milliseconds