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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/win32/
H A Dapr_app.c50 int wmain(int argc, const wchar_t **wargv, const wchar_t **wenv) argument
58 dupenv = apr_wastrtoastr(&env, wenv, -1);
72 wenv = _wenviron;
74 free((wchar_t **)wenv);
H A Dstart.c157 apr_wchar_t **wenv = _wenviron; local
159 free(wenv);
/macosx-10.9.5/apr-30/apr/apr/misc/win32/
H A Dapr_app.c50 int wmain(int argc, const wchar_t **wargv, const wchar_t **wenv) argument
58 dupenv = apr_wastrtoastr(&env, wenv, -1);
72 wenv = _wenviron;
74 free((wchar_t **)wenv);
H A Dstart.c157 apr_wchar_t **wenv = _wenviron; local
159 free(wenv);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c63 static struct wenv { struct
/macosx-10.9.5/lsof-52/lsof/lib/
H A Ddvch.c301 static short wenv = 1; /* HASENVDC warning state */ local
341 if (!Fwarn && wenv) {
346 wenv = 0;
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c4268 WCHAR *wenvarea, *wenv; local
4288 for (wenv = wenvarea, wlen = 1; *wenv; wenv += lstrlenW(wenv) + 1)
4289 wlen += lstrlenW(wenv) + 1;

Completed in 148 milliseconds