do_putenv 902 compat/mingw.c static int do_putenv(char **env, const char *name, int size, int free_old); do_putenv 928 compat/mingw.c size = do_putenv(tmpenv, deltaenv[i], size, 0); do_putenv 1267 compat/mingw.c environ_size = do_putenv(environ, namevalue, environ_size, 1);