OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:penv
(Results
1 - 2
of
2
) sorted by relevancy
/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/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
...]
Completed in 16 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026