/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | netdbndk.cpp | 38 #define NO_ERR 0
macro 152 errno = NO_ERR;
in GetServEnt() 156 if (errno == NO_ERR) {
in GetServEnt() 178 errno = NO_ERR;
in GetNetByAddr() 191 errno = NO_ERR;
in GetNetByName() 204 errno = NO_ERR;
in GetServByName() 217 errno = NO_ERR;
in GetServByPort() 230 errno = NO_ERR;
in GetHostByName() 243 errno = NO_ERR;
in GetHostByAddr() 259 errno = NO_ERR;
in GetHostByNameR() [all...] |
H A D | ifndk.cpp | 23 #define NO_ERR 0
macro 33 napi_create_int32(env, NO_ERR, &result);
in IfFreeNameIndex() 43 napi_create_int32(env, NO_ERR, &result);
in IfNameIndex() 55 errno = NO_ERR;
in IfIndexToName() 60 napi_create_int32(env, NO_ERR, &result);
in IfIndexToName() 71 if (i != NO_ERR) {
in IfNameToIndex() 72 napi_create_int32(env, NO_ERR, &result);
in IfNameToIndex()
|
H A D | wctypendk.cpp | 25 #define NO_ERR 0
macro 58 size_t strResult = NO_ERR;
in Iswalnum() 63 if (retVal != NO_ERR) {
in Iswalnum() 78 size_t strResult = NO_ERR;
in IswalnumL() 98 size_t strResult = NO_ERR;
in Iswalpha() 118 size_t strResult = NO_ERR;
in IswalphaL() 138 size_t strResult = NO_ERR;
in Iswblank() 158 size_t strResult = NO_ERR;
in IswblankL() 214 size_t strResult = NO_ERR;
in Iswdigit() 233 size_t strResult = NO_ERR;
in IswdigitL() [all...] |
H A D | syslogndk.cpp | 25 #define NO_ERR 0
macro 30 errno = NO_ERR;
in Openlog() 32 openlog(param, LOG_PID, NO_ERR);
in Openlog() 34 if (errno == NO_ERR) {
in Openlog() 63 openlog(param, LOG_PID, NO_ERR);
in Syslog()
|
H A D | xattrndk.cpp | 31 #define NO_ERR 0
macro 62 if (ret == NO_ERR) {
in Lgetxattr() 88 if (ret == NO_ERR) {
in Setxattr() 89 ret = NO_ERR;
in Setxattr() 110 if (ret == NO_ERR) {
in Getxattr() 139 if (ret == NO_ERR) {
in Listxattr() 167 if (ret == NO_ERR) {
in LListxattr() 204 if (ret == NO_ERR) {
in Lsetxattr()
|
H A D | ucharndk.cpp | 28 #define NO_ERR 0
macro 61 int num = NO_ERR;
in C16rtomb() 64 if (length > NO_ERR) {
in C16rtomb() 79 int num = NO_ERR;
in C32rtomb() 82 if (length > NO_ERR) {
in C32rtomb()
|
H A D | ifaddrsndk.cpp | 24 #define NO_ERR 0
macro 38 errno = NO_ERR;
in Freeifaddrs() 41 if (gitInfo == NO_ERR) {
in Freeifaddrs() 45 if (errno == NO_ERR) {
in Freeifaddrs()
|
H A D | resourcendk1.cpp | 31 #define NO_ERR 0
macro 51 errno = NO_ERR;
in GetPriority1() 56 if (ret == MINUSONE && errno != NO_ERR) {
in GetPriority1() 59 napi_create_int32(env, NO_ERR, &result);
in GetPriority1() 65 errno = NO_ERR;
in GetPriority2() 68 if (ret == MINUSONE && errno != NO_ERR) {
in GetPriority2() 71 napi_create_int32(env, NO_ERR, &result);
in GetPriority2()
|
H A D | grpndk.cpp | 34 #define NO_ERR 0
macro 108 errno = NO_ERR;
in EndGRent() 160 errno = NO_ERR;
in Getgrent() 168 if (errno == NO_ERR) {
in Getgrent()
|
H A D | timendk.cpp | 45 #define NO_ERR 0
macro 98 errno = NO_ERR;
in GetTimeOfDay() 565 napi_create_int32(env, NO_ERR, &result);
in ClockSettime() 580 napi_create_int32(env, NO_ERR, &result);
in Localtime() 596 napi_create_int32(env, NO_ERR, &result);
in LocaltimeR() 612 napi_create_int32(env, NO_ERR, &result);
in MkTime() 629 napi_create_int32(env, NO_ERR, &result);
in Gmtime() 651 napi_create_int32(env, NO_ERR, &result);
in GmtimeR() 671 napi_create_int32(env, NO_ERR, &result);
in Lutimes() 690 errno = NO_ERR;
in TimeZone() [all...] |
H A D | malloc1ndk.cpp | 24 #define NO_ERR 0
macro 37 int ret = NO_ERR;
in Malloc() 67 int ret = NO_ERR;
in Memalign()
|
H A D | iconvndk.cpp | 26 #define NO_ERR 0
macro 77 napi_create_int32(env, NO_ERR, &result);
in IconvOpen() 105 napi_create_int32(env, NO_ERR, &result);
in IconvClose()
|
H A D | ifaddrsndk1.cpp | 21 #define NO_ERR 0
macro 26 errno = NO_ERR;
in Freeifaddrs()
|
H A D | ptyndk.cpp | 21 #define NO_ERR 0
macro 30 if (pid >= NO_ERR) {
in Forkpty()
|
H A D | resolvndk.cpp | 36 #define NO_ERR 0
macro 138 if (ret >= NO_ERR) {
in ResSend() 153 if (ret >= NO_ERR) {
in ResSearch()
|
H A D | selectndk.cpp | 32 #define NO_ERR 0
macro 77 napi_create_int32(env, NO_ERR, &result);
in PSelect()
|
H A D | resourcendk.cpp | 31 #define NO_ERR 0
macro 50 errno = NO_ERR;
in GetPriority() 56 int ret = getpriority(valueZero, NO_ERR);
in GetPriority()
|
H A D | schedndk.cpp | 24 #define NO_ERR 0
macro 33 #define NO_ERR 0
macro 125 if (ret == NO_ERR) {
in SchedSetparam() 150 if (first == NO_ERR) {
in SchedSetscheduler()
|
H A D | setjmpndk.cpp | 30 #define NO_ERR 0
macro 99 napi_create_int32(env, NO_ERR, &result);
in SigLongJmp()
|
H A D | nameserndk.cpp | 31 #define NO_ERR 0
macro 163 napi_create_int32(env, NO_ERR, &result);
in NsSkiPrr()
|
H A D | signalndk.cpp | 37 #define NO_ERR 0
macro 95 return NO_ERR;
in SigMain() 104 return NO_ERR;
in SigMainInt() 113 return NO_ERR;
in SigMainNull() 122 return NO_ERR;
in SigMainString()
|
H A D | personalityndk.cpp | 25 #define NO_ERR 0
macro
|
H A D | membarrierndk.cpp | 31 #define NO_ERR 0
macro
|
H A D | prctlndk.cpp | 27 #define NO_ERR 0
macro
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | signalndk32.cpp | 33 #define NO_ERR 0
macro 67 napi_create_int32(env, NO_ERR, &result);
in SigTimedWait_time641() 82 napi_create_int32(env, NO_ERR, &result);
in SigTimedWait_time642()
|