Searched defs:getInfo (Results 1 – 7 of 7) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | netdbndk.cpp | 49 struct protoent *getInfo = nullptr; in GetProtoEnt() local 69 struct protoent *getInfo = nullptr; in GetProtoByName() local 112 struct protoent *getInfo = nullptr; in GetProtoByNumber() local 130 …int getInfo = getnameinfo((sockaddr *)&addR_dst, sizeof(addR_dst), hostname, sizeof(hostname), ser… in GetNameInfo() local 138 hostent *getInfo = nullptr; in GetHostEnt() local 165 netent *getInfo = nullptr; in GetNetEnt() local 179 netent *getInfo = nullptr; in GetNetByAddr() local 192 netent *getInfo = nullptr; in GetNetByName() local 205 servent *getInfo = nullptr; in GetServByName() local 218 servent *getInfo = nullptr; in GetServByPort() local [all …]
|
D | langinfondk.cpp | 47 char *getInfo = static_cast<char *>(malloc(sizeof(char) * size)); in NlLanginfoL() local
|
D | unistdndk.cpp | 151 int getInfo = FAIL; in GetGroups() local 162 pid_t getInfo = FAIL; in GetPid() local 170 pid_t getInfo = FAIL; in GetPPid() local 179 pid_t getInfo = FAIL; in GetPGrp() local 193 pid_t getInfo = getpgid(getpid()); in GetPGid() local 211 pid_t getInfo = FAIL; in GetSid() local 236 char *getInfo = nullptr; in GetLogin() local 256 int getInfo = getlogin_r(szUserName, sizeof(szUserName) - ONE); in GetLoginR() local 279 int getInfo = getopt(optArgc, optArgv, optString); in GetOpt() local 288 pid_t getInfo = FAIL; in GetTid() local [all …]
|
D | grpndk.cpp | 47 int getInfo = getgrnam_r(groupName, &grpStorage, buf, sizeof(buf), &grp); in GetGrNamR() local
|
D | timendk.cpp | 91 int getInfo = getitimer(ITIMER_VIRTUAL, &currValue); in GetITimer() local
|
D | stdlibndk.cpp | 421 int getInfo = getloadavg(avgs, PARAM_3); in GetLoadAvg() local
|
/test/xts/acts/graphic/webGL/src/main/js/test/ |
D | WebGL1.common.js | 3003 let getInfo = () => { function 3080 let getInfo = () => { function
|