OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_SUCCESS
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/bionic/libc/private/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/ndk/build/platforms/android-3/arch-arm/usr/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/ndk/build/platforms/android-4/arch-arm/usr/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/ndk/build/platforms/android-5/arch-arm/usr/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/ndk/build/platforms/android-5/arch-x86/usr/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/ndk/build/platforms/android-8/arch-arm/usr/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/ndk/build/platforms/android-8/arch-x86/usr/include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/bionic/libc/netbsd/
gethnamaddr.c
126
{ NSSRC_FILES,
NS_SUCCESS
},
127
{ NSSRC_DNS,
NS_SUCCESS
},
632
default_dns_files, name, strlen(name), af) !=
NS_SUCCESS
) {
689
default_dns_files, uaddr, len, af) !=
NS_SUCCESS
)
829
return
NS_SUCCESS
;
951
return
NS_SUCCESS
;
1112
return
NS_SUCCESS
;
1209
return
NS_SUCCESS
;
/bionic/libc/netbsd/net/
getaddrinfo.c
177
{ NSSRC_FILES,
NS_SUCCESS
},
178
{ NSSRC_DNS,
NS_SUCCESS
},
609
case
NS_SUCCESS
:
[
all
...]
Completed in 517 milliseconds