Searched refs:cport (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dhport.c156 size_t cclass, cport;
159 cport = strlen (pzsplit[0]);
160 zport = malloc (cport + cclass + 1);
167 memcpy ((pointer) zport, (pointer) pzsplit[0], cport);
168 memcpy ((pointer) (zport + cport), (pointer) pzsplit[3],
170 zport[cport + cclass] = '\0';
155 size_t cclass, cport; local
H A Dhsinfo.c315 size_t cport, cclass;
317 cport = strlen (pzsplit[2]);
320 cport + cclass + 1);
328 cport);
329 memcpy ((pointer) (qset->uuconf_zport + cport),
331 qset->uuconf_zport[cport + cclass] = '\0';
313 size_t cport, cclass; local
/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c891 u_int cport, i, j; local
897 buffer_get_int_ret(&cport, m) != 0) {
908 __func__, c->self, chost, cport);
948 chost, cport)) {
964 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]);
H A Dchannels.c2890 int cport, int gateway_ports)
2902 if (cport == CHANNEL_CANCEL_PORT_STATIC) {
2907 if (c->host_port != cport)
2889 channel_cancel_lport_listener(const char *lhost, u_short lport, int cport, int gateway_ports) argument

Completed in 96 milliseconds