OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_static
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/netbsd/net/
servent.h
44
struct servent* getservent_r(
res_static
rs);
getservbyport.c
35
res_static
rs = __res_get_static();
getservent.c
38
res_static
rs = __res_get_static();
51
getservent_r(
res_static
rs )
124
res_static
rs = __res_get_static();
getservbyname.c
36
res_static
rs = __res_get_static();
/bionic/libc/private/
resolv_static.h
18
typedef struct
res_static
{
struct
28
} *
res_static
;
typedef in typeref:struct:res_static
30
extern
res_static
__res_get_static(void);
resolv_private.h
188
struct
res_static
rstatic[1];
/bionic/libc/netbsd/resolv/
res_state.c
60
struct
res_static
_rstatic[1];
82
_res_static_done(
res_static
rs )
219
res_static
/bionic/libc/netbsd/
gethnamaddr.c
186
res_static
rs = __res_get_static();
526
res_static
rs = __res_get_static();
699
res_static
rs = __res_get_static();
711
res_static
rs = __res_get_static();
726
res_static
rs = __res_get_static();
840
res_static
rs = __res_get_static();
930
res_static
rs = __res_get_static();
1050
res_static
rs = __res_get_static();
1127
res_static
rs = __res_get_static();
Completed in 505 milliseconds