HomeSort by relevance Sort by last modified time
    Searched full:lastenv (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 36 static char **lastenv; /* last value of environ */ variable
72 P = reallocarray(lastenv, cnt + 2, sizeof(char *));
75 if (lastenv != environ)
77 lastenv = environ = P;
131 P = reallocarray(lastenv, cnt + 2, sizeof(char *));
134 if (lastenv != environ)
136 lastenv = environ = P;
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 

Completed in 172 milliseconds