/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 261 const char *port_str = getenv(HFND_TCP_PORT_ENV); in netDriver_getTCPPort() local 262 if (port_str) { in netDriver_getTCPPort() 264 signed long portsl = strtol(port_str, NULL, 0); in netDriver_getTCPPort() 266 PLOG_F("Couldn't convert '%s'='%s' to a number", HFND_TCP_PORT_ENV, port_str); in netDriver_getTCPPort() 269 LOG_F("Specified TCP port '%s'='%s' (%ld) cannot be < 1", HFND_TCP_PORT_ENV, port_str, in netDriver_getTCPPort() 274 port_str, portsl); in netDriver_getTCPPort()
|
/external/autotest/client/cros/cellular/ |
D | ether_io_rf_switch.py | 126 port_str = 'Invalid' 128 port_str = str(port) 129 print 'Port %s (0x%x)' % (port_str, raw_status)
|
/external/boringssl/src/crypto/bio/ |
D | socket_helper.c | 45 const char *port_str) { in OPENSSL_MSVC_PRAGMA() 55 ret = getaddrinfo(hostname, port_str, &hint, &result); in OPENSSL_MSVC_PRAGMA()
|
D | internal.h | 88 const char *port_str);
|
D | connect.c | 528 int BIO_set_conn_port(BIO *bio, const char *port_str) { in BIO_set_conn_port() argument 529 return BIO_ctrl(bio, BIO_C_SET_CONNECT, 1, (void*) port_str); in BIO_set_conn_port()
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium_stream.c | 158 char port_str[16]; in chamelium_stream_connect() local 166 snprintf(port_str, sizeof(port_str), "%u", client->port); in chamelium_stream_connect() 170 ret = getaddrinfo(client->host, port_str, &hints, &results); in chamelium_stream_connect()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_udp.c | 398 char port_str[40]; local 467 os_snprintf(port_str, sizeof(port_str), "udp:%d", port); 469 wpa_s->conf->ctrl_interface = os_strdup(port_str);
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 326 std::string port_str(GetWindowText(edit2_)); in OnDefaultAction() local 327 int port = port_str.length() ? atoi(port_str.c_str()) : 0; in OnDefaultAction()
|
/external/curl/tests/server/ |
D | sws.c | 1963 char port_str[11]; in main() local 1964 const char *location_str = port_str; in main() 2001 location_str = port_str; in main() 2008 location_str = port_str; in main() 2079 msnprintf(port_str, sizeof(port_str), "port %hu", port); in main()
|
/external/libiio/src/ |
D | network.c | 1441 char port_str[6]; in network_create_context() local 1457 iio_snprintf(port_str, sizeof(port_str), "%hu", port); in network_create_context() 1458 ret = getaddrinfo(addr_str, port_str, &hints, &res); in network_create_context()
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 551 OPENSSL_EXPORT int BIO_set_conn_port(BIO *bio, const char *port_str);
|
/external/selinux/python/semanage/ |
D | seobject.py | 1220 port_str = "%s-%s" % (low, high) 1222 (k, proto_d, low, high) = self.__genkey(port_str, proto_str) 1224 raise ValueError(_("Could not create a key for %s") % port_str) 1228 raise ValueError(_("Could not delete the port %s") % port_str) 1232 port_str = low 1234 …self.mylog.log_change("resrc=port op=delete lport=%s proto=%s" % (port_str, socket.getprotobyname(…
|
/external/selinux/libsepol/src/ |
D | kernel_to_conf.c | 2745 char port_str[4]; in write_selinux_ibendport_rules_to_conf() local 2751 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_conf() 2763 sepol_printf(out, "ibendportcon %s %s %s\n", ibendportcon->u.ibendport.dev_name, port_str, ctx); in write_selinux_ibendport_rules_to_conf()
|
D | kernel_to_cil.c | 2871 char port_str[4]; in write_selinux_ibendport_rules_to_cil() local 2877 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port); in write_selinux_ibendport_rules_to_cil() 2890 ibendportcon->u.ibendport.dev_name, port_str, ctx); in write_selinux_ibendport_rules_to_cil()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 3892 char port_str[40], *tmp; in hostapd_ctrl_iface_init() local 3957 os_snprintf(port_str, sizeof(port_str), "udp:%d", port); in hostapd_ctrl_iface_init() 3958 tmp = os_strdup(port_str); in hostapd_ctrl_iface_init()
|