HomeSort by: relevance | last modified time | path
    Searched refs:penv (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 779 handle_proxy(const char *url, const char *penv, struct urlinfo *ui,
791 if (parse_url(penv, "proxy URL", &pui, pauth, NULL) == -1)
797 warnx("Malformed proxy URL `%s'", penv);
1073 do_auth(int hcode, const char *url, const char *penv, struct authinfo *wauth,
1108 *rval = fetch_url(url, penv,
1119 negotiate_connection(FETCH *fin, const char *url, const char *penv,
1255 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,
1284 connectmethod(FETCH *fin, const char *url, const char *penv,
1353 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,
1420 const char *volatile penv = proxyenv local
    [all...]
  /src/external/mit/libuv/dist/src/win/
util.c 1226 wchar_t* penv; local
1237 for (penv = env, i = 0; *penv != L'\0'; penv += wcslen(penv) + 1, i++);
1245 penv = env;
1248 while (*penv != L'\0' && cnt < i) {
1252 if (uv__convert_utf16_to_utf8(penv, -1, &buf) != 0)
1272 penv += wcslen(penv) + 1
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 19290 fenv_t* penv;
19299 ret = fegetenv(penv);
19300 ret = feholdexcept(penv);
19301 ret = fesetenv(penv);
19302 ret = feupdateenv(penv);
20681 fenv_t* penv;
20690 ret = fegetenv(penv);
20691 ret = feholdexcept(penv);
20692 ret = fesetenv(penv);
20693 ret = feupdateenv(penv);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 19853 fenv_t* penv;
19862 ret = fegetenv(penv);
19863 ret = feholdexcept(penv);
19864 ret = fesetenv(penv);
19865 ret = feupdateenv(penv);
    [all...]

Completed in 60 milliseconds