Home
last modified time | relevance | path

Searched refs:service_string (Results 1 – 20 of 20) sorted by relevance

/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali_dns.c61 char *service_string = strchr(hostport, ':'); in resolve_remote_addresses() local
62 if(service_string) { in resolve_remote_addresses()
63 *service_string++ = '\0'; in resolve_remote_addresses()
69 char *path = strchr(service_string, '/'); in resolve_remote_addresses()
79 int error = getaddrinfo(host, service_string, &hints, &res); in resolve_remote_addresses()
81 errx(EX_NOHOST, "Resolving %s:%s: %s", host, service_string, in resolve_remote_addresses()
/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dservice.c111 char service_string[MAX_PATH + 20]; in service_install() local
120 snprintf(service_string, sizeof(service_string), "\"%s\" run", exe_path); in service_install()
127 service_string, NULL, NULL, NULL, NULL, NULL); in service_install()
/dports/mail/mpop/mpop-1.4.15/src/
H A Dpassword.c75 static const char *service_string(password_service_t service) in service_string() function
102 "service", service_string(service), in password_get()
113 "protocol", service_string(service), in password_get()
/dports/mail/msmtp/msmtp-1.8.19/src/
H A Dpassword.c75 static const char *service_string(password_service_t service) in service_string() function
102 "service", service_string(service), in password_get()
113 "protocol", service_string(service), in password_get()
/dports/www/py-spyne/spyne-2.13.16/spyne/test/interface/wsdl/
H A D__init__.py35 self.service_string = ns.WSDL11('service')
48 return self.interface_doc.root_elt.findall(self.service_string)
H A Dtest_wsdl_ports_services.py41 self.service_string = ns.WSDL11('service')
145 sl = [s for s in sa_el.iterfind(self.service_string)]
H A Dtest_bindings.py40 self.service_string = ns.WSDL11('service')
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/client/
H A Dcommandline.h123 std::string service_string = "abb_exec:" + android::base::Join(command_args, ABB_ARG_DELIMETER); in send_abb_exec_command() local
125 unique_fd fd(adb_connect(service_string, error)); in send_abb_exec_command()
H A Dcommandline.cpp586 bool empty_command, const std::string& service_string) { in RemoteShell() argument
589 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()
600 int fd = adb_connect(service_string, &error); in RemoteShell()
757 std::string service_string = ShellServiceString(use_shell_protocol, shell_type_arg, command); in adb_shell() local
759 service_string); in adb_shell()
783 std::string service_string = "abb:" + android::base::Join(args, ABB_ARG_DELIMETER); in adb_abb() local
785 D("abb -e 0x%x [%*.s]\n", escape_char, static_cast<int>(service_string.size()), in adb_abb()
786 service_string.data()); in adb_abb()
789 service_string); in adb_abb()
1166 std::string service_string = ShellServiceString(use_shell_protocol, "", command); in send_shell_command() local
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/rdflib/plugins/sparql/
H A Dparserutils.py232 service_string = sgp.searchString(instring)[0][0]
233 res['service_string'] = service_string
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/
H A Dcommandline.cpp601 std::string service_string = ShellServiceString(use_shell_protocol, in RemoteShell() local
606 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()
618 int fd = adb_connect(service_string, &error); in RemoteShell()
1100 std::string service_string = ShellServiceString(use_shell_protocol, "", command); in send_shell_command() local
1102 fd = adb_connect(service_string, &error); in send_shell_command()
/dports/net/samba412/samba-4.12.15/lib/krb5_wrap/
H A Dkrb5_samba.h189 …et(const char *ccache_string, const char *client_string, const char *service_string, time_t *expir…
H A Dkrb5_samba.c928 const char *service_string, in smb_krb5_renew_ticket() argument
976 …ret = krb5_get_renewed_creds(context, &creds, client, ccache, discard_const_p(char, service_string in smb_krb5_renew_ticket()
/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/catalogue/
H A Dcsw3.py426 def getService_urls(self, service_string=None): argument
442 url = next((d['url'] for d in rec.references if d['scheme'] == service_string), None)
H A Dcsw2.py532 def getService_urls(self, service_string=None): argument
548 url = next((d['url'] for d in rec.references if d['scheme'] == service_string), None)
/dports/devel/dbus/dbus-1.12.20/bus/
H A Dactivation.c2013 DBusString service_string; in bus_activation_activate_service() local
2062 _dbus_string_init_const (&service_string, "org.freedesktop.systemd1"); in bus_activation_activate_service()
2063 service = bus_registry_lookup (registry, &service_string); in bus_activation_activate_service()
H A Ddriver.c1011 DBusString service_string; in bus_driver_send_or_activate() local
1019 _dbus_string_init_const (&service_string, service_name); in bus_driver_send_or_activate()
1024 &service_string); in bus_driver_send_or_activate()
H A Ddispatch.c409 DBusString service_string; in bus_dispatch() local
417 _dbus_string_init_const (&service_string, service_name); in bus_dispatch()
418 service = bus_registry_lookup (registry, &service_string); in bus_dispatch()
/dports/www/node10/node-v10.24.1/src/
H A Denv.h278 V(service_string, "service") \
H A Dcares_wrap.cc1024 env->service_string(), in ParseNaptrReply()