OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proxyport
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/nc/
netcat.c
165
char *proxy = NULL, *
proxyport
= NULL;
local in function:main
470
proxyport
= strchr(proxy, ']');
471
if (
proxyport
== NULL)
473
*
proxyport
++ = '\0';
474
if (*
proxyport
== '\0')
476
proxyport
= NULL;
478
if (*
proxyport
== ':')
479
++
proxyport
;
484
proxyport
= strrchr(proxy, ':');
485
if (
proxyport
!= NULL
[
all
...]
netcat.c
165
char *proxy = NULL, *
proxyport
= NULL;
local in function:main
470
proxyport
= strchr(proxy, ']');
471
if (
proxyport
== NULL)
473
*
proxyport
++ = '\0';
474
if (*
proxyport
== '\0')
476
proxyport
= NULL;
478
if (*
proxyport
== ':')
479
++
proxyport
;
484
proxyport
= strrchr(proxy, ':');
485
if (
proxyport
!= NULL
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025