Home
last modified time | relevance | path

Searched refs:portstr (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dpbmanager.py58 if isinstance(portstr, type(0)) or ':' not in portstr:
59 portstr = "tcp:{}".format(portstr)
61 reg = Registration(self, portstr, username)
63 if portstr not in self.dispatchers:
64 disp = self.dispatchers[portstr] = Dispatcher(portstr)
67 disp = self.dispatchers[portstr]
75 disp = self.dispatchers[registration.portstr]
85 def __init__(self, pbmanager, portstr, username): argument
86 self.portstr = portstr
119 def __init__(self, portstr): argument
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_pbmanager.py70 portstr = "tcp:0:interface=127.0.0.1"
75 disp = self.pbm.dispatchers[portstr]
95 portstr = "tcp:0:interface=127.0.0.1"
100 disp = self.pbm.dispatchers[portstr]
119 portstr = "tcp:0:interface=127.0.0.1"
126 disp = self.pbm.dispatchers[portstr]
134 disp = self.pbm.dispatchers[portstr]
143 portstr = "tcp:0:interface=127.0.0.1"
146 disp = self.pbm.dispatchers[portstr]
156 portstr = "tcp:0:interface=127.0.0.1"
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/dot2l/
H A Ddotparse.y25 static char portstr[SMALLBUF]; variable
85 node_stmt: node_id { attrclass = NODE; portstr[0] = '\000'; }
98 { D2Lbeginedge (NODE, $1, portstr); portstr[0] = '\000'; }
112 { D2Lmidedge (NODE, $2, portstr); portstr[0] = '\000'; }
114 { D2Lmidedge (NODE, $2, portstr); portstr[0] = '\000'; } edgeRHS
116 { D2Lmidedge (GRAPH, $2, ""); portstr[0] = '\000'; }
118 { D2Lmidedge (GRAPH, $2, ""); portstr[0] = '\000'; } edgeRHS
130 strcat (portstr, $2); free ($2);
134 strcat (portstr, $2);
135 strcat (portstr, ":"); strcat (portstr, $4);
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dpbmanager.py30 def register(self, portstr, username, password, pfactory): argument
31 if (portstr, username) not in self._registrations:
32 reg = FakeRegistration(self, portstr, username)
33 self._registrations.append((portstr, username, password))
37 portstr))
39 def _unregister(self, portstr, username): argument
40 self._unregistrations.append((portstr, username))
46 def __init__(self, pbmanager, portstr, username): argument
47 self._portstr = portstr
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/util/
H A Dpbmanager.py31 def _fake_register(self, portstr, username, password, factory): argument
35 self.unregistrations.append((portstr, username, password))
38 self.registrations.append((portstr, username, password))
47 def assertRegistered(self, portstr, username, password): argument
49 if ps == portstr and username == un and pw == password:
51 self.fail("not registered: {} not in {}".format(repr(portstr, username, password),
54 def assertUnregistered(self, portstr, username, password): argument
56 if ps == portstr and username == un and pw == password:
/dports/security/cvm/cvm-0.97/
H A Dclient_xfer_udp.c60 char* portstr; in cvm_xfer_udp_packets() local
66 if ((portstr = strchr(hostport, ':')) == 0) return CVME_GENERAL; in cvm_xfer_udp_packets()
68 hostname = malloc(portstr-hostport+1); in cvm_xfer_udp_packets()
69 memcpy(hostname, hostport, portstr-hostport); in cvm_xfer_udp_packets()
70 hostname[portstr-hostport] = 0; in cvm_xfer_udp_packets()
71 port = strtoul(portstr+1, &portstr, 10); in cvm_xfer_udp_packets()
72 if (*portstr != 0) return CVME_GENERAL; in cvm_xfer_udp_packets()
/dports/net/libunp/unpv12e/lib/
H A Dsock_ntop.c11 char portstr[7]; in sock_ntop() local
21 snprintf(portstr, sizeof(portstr), ".%d", ntohs(sin->sin_port)); in sock_ntop()
22 strcat(str, portstr); in sock_ntop()
35 snprintf(portstr, sizeof(portstr), ".%d", ntohs(sin6->sin6_port)); in sock_ntop()
36 strcat(str, portstr); in sock_ntop()
/dports/net/libunp/unpv12e/libxti/
H A Dxti_ntop.c10 char *name, portstr[7]; in xti_ntop() local
29 snprintf(portstr, sizeof(portstr), ".%d", ntohs(sin->sin_port)); in xti_ntop()
30 strcat(name, portstr); in xti_ntop()
45 snprintf(portstr, sizeof(portstr), ".%d", ntohs(sin6->sin6_port)); in xti_ntop()
46 strcat(name, portstr); in xti_ntop()
/dports/games/retroarch/RetroArch-1.9.7/deps/miniupnpc/
H A Dminisoap.c66 char portstr[8]; in soapPostSubmit() local
75 portstr[0] = '\0'; in soapPostSubmit()
77 snprintf(portstr, sizeof(portstr), ":%hu", port); in soapPostSubmit()
89 url, httpversion, host, portstr, bodysize, action); in soapPostSubmit()
97 url, httpversion, host, portstr); in soapPostSubmit()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpcp/src/net/
H A Dsock_ntop.c60 char portstr[8]; in sock_ntop() local
70 snprintf(portstr, sizeof(portstr) - 1, ":%d", in sock_ntop()
72 portstr[sizeof(portstr) - 1]='\0'; in sock_ntop()
73 strcat(str, portstr); in sock_ntop()
88 snprintf(portstr, sizeof(portstr) - 1, "]:%d", in sock_ntop()
90 portstr[sizeof(portstr) - 1]='\0'; in sock_ntop()
91 strcat(str, portstr); in sock_ntop()
/dports/net/miniupnpc/miniupnpc-2.2.2/
H A Dminisoap.c78 char portstr[8]; local
87 portstr[0] = '\0';
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminisoap.c78 char portstr[8];
87 portstr[0] = '\0'; in build_crap()
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminisoap.c78 char portstr[8]; local
87 portstr[0] = '\0';
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/miniupnpc/miniupnpc/
H A Dminisoap.c78 char portstr[8]; local
87 portstr[0] = '\0';
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/miniupnpc/miniupnpc/
H A Dminisoap.c78 char portstr[8]; local
87 portstr[0] = '\0';
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/net/py-miniupnpc/miniupnpc-2.2.2/
H A Dminisoap.c78 char portstr[8]; local
87 portstr[0] = '\0';
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpc/
H A Dminisoap.c78 char portstr[8]; local
87 portstr[0] = '\0';
89 snprintf(portstr, sizeof(portstr), ":%hu", port);
101 url, httpversion, host, portstr, bodysize, action);
109 url, httpversion, host, portstr);
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/miniupnpc/src/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/miniupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/miniupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/games/odamex/odamex-src-0.7.0/libraries/libminiupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/upnp/miniupnpc/
H A Dminisoap.c84 char portstr[8]; local
93 portstr[0] = '\0';
95 snprintf(portstr, sizeof(portstr), ":%hu", port);
107 url, httpversion, host, portstr, bodysize, action);
113 url, httpversion, host, portstr);

12345678910>>...32