Home
last modified time | relevance | path

Searched refs:NO_ERR (Results 1 - 25 of 43) sorted by relevance

12

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnetdbndk.cpp38 #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 Difndk.cpp23 #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 Dwctypendk.cpp25 #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 Dsyslogndk.cpp25 #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 Dxattrndk.cpp31 #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 Ducharndk.cpp28 #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 Difaddrsndk.cpp24 #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 Dresourcendk1.cpp31 #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 Dgrpndk.cpp34 #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 Dtimendk.cpp45 #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 Dmalloc1ndk.cpp24 #define NO_ERR 0 macro
37 int ret = NO_ERR; in Malloc()
67 int ret = NO_ERR; in Memalign()
H A Diconvndk.cpp26 #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 Difaddrsndk1.cpp21 #define NO_ERR 0 macro
26 errno = NO_ERR; in Freeifaddrs()
H A Dptyndk.cpp21 #define NO_ERR 0 macro
30 if (pid >= NO_ERR) { in Forkpty()
H A Dresolvndk.cpp36 #define NO_ERR 0 macro
138 if (ret >= NO_ERR) { in ResSend()
153 if (ret >= NO_ERR) { in ResSearch()
H A Dselectndk.cpp32 #define NO_ERR 0 macro
77 napi_create_int32(env, NO_ERR, &result); in PSelect()
H A Dresourcendk.cpp31 #define NO_ERR 0 macro
50 errno = NO_ERR; in GetPriority()
56 int ret = getpriority(valueZero, NO_ERR); in GetPriority()
H A Dschedndk.cpp24 #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 Dsetjmpndk.cpp30 #define NO_ERR 0 macro
99 napi_create_int32(env, NO_ERR, &result); in SigLongJmp()
H A Dnameserndk.cpp31 #define NO_ERR 0 macro
163 napi_create_int32(env, NO_ERR, &result); in NsSkiPrr()
H A Dsignalndk.cpp37 #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 Dpersonalityndk.cpp25 #define NO_ERR 0 macro
H A Dmembarrierndk.cpp31 #define NO_ERR 0 macro
H A Dprctlndk.cpp27 #define NO_ERR 0 macro
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dsignalndk32.cpp33 #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()

Completed in 14 milliseconds

12