HomeSort by relevance Sort by last modified time
    Searched refs:newenv (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/coregrind/
m_libcproc.c 138 Char **newenv = VG_(arena_malloc)(VG_AR_CORE, "libcproc.es.3", local
141 for (cpp = newenv; *env; )
148 *envp = newenv;
305 Char **newenv; local
312 newenv = VG_(arena_malloc)(VG_AR_CORE, "libcproc.ec.1",
316 newenvp = newenv;
324 return newenv;
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 180 char **newenv = new char* [entries]; local
181 if (newenv == NULL)
188 newenv[entries] = new char[len];
189 memcpy(newenv[entries], envp[entries], len);
192 newenv[entries] = NULL;
194 return newenv;
  /external/mksh/src/
main.c 503 newenv(E_INCL);
575 newenv(E_PARSE);
698 newenv(int type) function
    [all...]
exec.c 70 newenv(E_EXEC);
1267 /* Create temp file to hold content (done before newenv so temp
1282 newenv(E_ERRH);
    [all...]
expr.c 206 newenv(E_ERRH);
lex.c     [all...]
sh.h     [all...]
  /external/ppp/pppd/
main.c 1946 char **newenv = (char **) realloc((void *)script_env, local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 621 milliseconds