Searched refs:newmap (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/env/
H A Dputenv.c13 char** newmap = 0; local
31 newmap = realloc(__env_map, sizeof(char*) * (j + 2));
32 if (newmap) {
33 __env_map = newmap;

Completed in 22 milliseconds