HomeSort by: relevance | last modified time | path
    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