Searched refs:provider_name (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c496 const char *provider_name,
502 if (apr_strnatcmp(provider_name, "gnome_keyring") == 0 ||
503 apr_strnatcmp(provider_name, "kwallet") == 0)
512 provider_name,
514 library_label = apr_psprintf(pool, "svn_%s", provider_name);
517 provider_name, provider_type);
520 provider_name);
562 if (strcmp(provider_name, "gpg_agent") == 0 &&
569 if (strcmp(provider_name, "keychain") == 0 &&
574 else if (strcmp(provider_name, "keychai
495 svn_auth_get_platform_specific_provider(svn_auth_provider_object_t **provider, const char *provider_name, const char *provider_type, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.h67 char * provider_name; member in struct:dnsc_env
H A Ddnscrypt.c678 * provider_name and the content of the TXT record from the certificate content.
688 strdup(dnscenv->provider_name),
691 dnscenv->provider_name);
722 if((unsigned)strlen(dnscenv->provider_name) >= (unsigned)0xffff0000) {
727 rrlen = strlen(dnscenv->provider_name) +
737 snprintf(rr, rrlen - 1, "%s 86400 IN TXT \"", dnscenv->provider_name);
971 env->provider_name = cfg->dnscrypt_provider;
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dprofile.c239 char provider_name[] = "FreeBSD"; local
242 (uint8_t const *) provider_name,
243 strlen(provider_name)));
/freebsd-12-stable/sbin/geom/core/
H A Dgeom.c76 static void list_one_geom_by_provider(const char *provider_name);
798 char *provider_name; local
802 provider_name = NULL;
809 provider_name = strdup(optarg);
810 if (provider_name == NULL)
827 if (tflag && provider_name != NULL) {
832 if (provider_name != NULL) {
833 list_one_geom_by_provider(provider_name);
959 list_one_geom_by_provider(const char *provider_name) argument
969 gp = find_geom_by_provider(&mesh, provider_name);
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_auth.h825 * Valid @a provider_name values are: "gnome_keyring", "keychain", "kwallet",
843 const char *provider_name,
891 * svn_auth_get_platform_specific_provider with provider_name of "windows"
917 * Use svn_auth_get_platform_specific_provider with provider_name
938 * Use svn_auth_get_platform_specific_provider with provider_name
962 * Use svn_auth_get_platform_specific_provider with provider_name
982 * Use svn_auth_get_platform_specific_provider with provider_name
1058 * Use svn_auth_get_platform_specific_provider with provider_name
1089 * Use svn_auth_get_platform_specific_provider with provider_name
1121 * Use svn_auth_get_platform_specific_provider with provider_name
[all...]
/freebsd-12-stable/contrib/unbound/daemon/
H A Dworker.c1152 worker->daemon->dnscenv->provider_name) == 0)) {
1155 worker->daemon->dnscenv->provider_name,

Completed in 118 milliseconds