OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:res_dnok
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/private/
resolv_private.h
371
#define
res_dnok
__res_dnok
macro
416
int
res_dnok
(const char *);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h
301
#define
res_dnok
__res_dnok
macro
325
int
res_dnok
(const char *) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
301
#define
res_dnok
__res_dnok
macro
325
int
res_dnok
(const char *) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h
301
#define
res_dnok
__res_dnok
macro
325
int
res_dnok
(const char *) __THROW;
/bionic/libc/netbsd/resolv/
res_comp.c
242
res_dnok
(const char *dn) {
function
/bionic/libc/netbsd/
gethnamaddr.c
205
name_ok =
res_dnok
;
308
if (n < 0 || !
res_dnok
(tbuf)) {
[
all
...]
Completed in 286 milliseconds