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
193
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
191
res_static
rs = __res_get_static();
573
res_static
rs = __res_get_static();
627
res_static
rs = __res_get_static();
890
res_static
rs = __res_get_static();
902
res_static
rs = __res_get_static();
917
res_static
rs = __res_get_static();
1031
res_static
rs = __res_get_static();
1121
res_static
rs = __res_get_static();
1241
res_static
rs = __res_get_static();
1320
res_static
rs = __res_get_static()
[
all
...]
Completed in 35 milliseconds