/external/libmicrohttpd/src/testcurl/ |
test_iplimit.c | 131 CURL *cenv[3]; local 141 cenv[i] = c = curl_easy_init (); 168 curl_easy_cleanup (cenv[i]); 222 CURL *cenv[3]; local 230 cenv[i] = c = curl_easy_init (); 266 curl_easy_cleanup (cenv[j]); 274 curl_easy_cleanup (cenv[i]);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
executionengine_ocaml.c | 271 const char **CArgs, **CEnv; 289 CEnv = (const char **) malloc((NumEnv + 1) * sizeof(char*)); 298 CEnv[I] = Pos; 306 CEnv[NumEnv] = NULL; 308 Result = LLVMRunFunctionAsMain(EE, F, NumArgs, CArgs, CEnv); 311 free(CEnv);
|
/external/ltp/testcases/kernel/syscalls/fork/ |
fork04.c | 168 char *penv, *cenv, *pvalue, *cvalue; local 193 cenv = cstring; 210 if (strcmp(penv, cenv) != 0) { 212 penv, cenv);
|
/system/core/adb/ |
shell_service.cpp | 270 std::vector<const char*> cenv; local 272 cenv.push_back(str.c_str()); 274 cenv.push_back(nullptr); 328 execle(_PATH_BSHELL, _PATH_BSHELL, "-", nullptr, cenv.data()); 330 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data());
|
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 449 ArgvArray CEnv; 462 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); [all...] |
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 381 ArgvArray CEnv; 394 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); [all...] |