HomeSort by relevance Sort by last modified time
    Searched defs:envc (Results 1 - 12 of 12) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
ProcessImpl.java 83 int[] envc = new int[1]; local
84 byte[] envBlock = ProcessEnvironment.toEnvironmentBlock(environment, envc);
131 envBlock, envc[0],
  /external/ipsec-tools/src/racoon/
privsep.c 380 int envc = 0; local
402 envc++;
417 envp = racoon_malloc((envc + 1) * sizeof(char *));
424 bzero(envp, (envc + 1) * sizeof(char *));
isakmp.c 3058 int envc = 1; local
    [all...]
  /external/libcups/cups/
tls-boringssl.c 82 int envc, /* Number of environment variables */ local
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 133 Int envc, i; local
164 envc = 0;
166 envc++;
170 sizeof(HChar *) * (envc+2+1)); /* 2 new entries + NULL */
177 vg_assert(envc == (cpp - ret));
211 ret[envc++] = cp;
219 ret[envc++] = cp;
223 /* ret[0 .. envc-1] is live now. */
225 for (i = 0; i < envc; i++)
229 if (i < envc) {
324 Int envc; \/* total number of env vars *\/ local
    [all...]
initimg-solaris.c 145 SizeT envc, i; local
191 envc = 0;
193 envc++;
195 /* Allocate a new space, envc + 1 new entry + NULL. */
196 ret = VG_(malloc)("initimg-solaris.sce.3", sizeof(HChar*) * (envc + 1 + 1));
203 vg_assert(envc == cpp - ret);
228 ret[envc++] = cp;
231 /* We've got ret[0 .. envc-1] live now. */
238 for (i = 0; i < envc; i++)
244 if (i < envc) {
391 Int envc; \/* total number of env vars *\/ local
    [all...]
initimg-linux.c 142 Int envc, i; local
174 envc = 0;
176 envc++;
182 sizeof(HChar *) * (envc+1+1)); /* 1 new entry + NULL */
191 vg_assert(envc == (cpp - ret));
216 ret[envc++] = cp;
220 /* ret[0 .. envc-1] is live now. */
222 for (i = 0; i < envc; i++)
226 if (i < envc) {
227 for (; i < envc-1; i++
405 Int envc; \/* total number of env vars *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 1454 Py_ssize_t i, pos, argc, envc; local
1687 int mode, pos, envc; local
1921 int mode, i, pos, argc, envc; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 1508 Py_ssize_t i, pos, argc, envc; local
1741 int mode, pos, envc; local
1975 int mode, i, pos, argc, envc; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 3050 Py_ssize_t i, pos, argc, envc; local
3283 int mode, pos, envc; local
3517 int mode, i, pos, argc, envc; local
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 3230 Py_ssize_t i, pos, argc, envc; local
3463 int mode, pos, envc; local
3697 int mode, i, pos, argc, envc; local
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c 4779 Py_ssize_t i, pos, envc; local
4964 Py_ssize_t argc, envc; local
5144 Py_ssize_t argc, i, envc; local
    [all...]

Completed in 633 milliseconds