Home
last modified time | relevance | path

Searched refs:client (Results 1 – 25 of 1338) sorted by relevance

12345678910>>...54

/freebsd/contrib/pkgconf/libpkgconf/
H A Dclient.c35 trace_path_list(const pkgconf_client_t *client, const char *desc, pkgconf_list_t *list) in trace_path_list() argument
39 PKGCONF_TRACE(client, "%s:", desc); in trace_path_list()
44 PKGCONF_TRACE(client, " - '%s'", p->path); in trace_path_list()
61 pkgconf_client_dir_list_build(pkgconf_client_t *client, const pkgconf_cross_personality_t *personal… in pkgconf_client_dir_list_build() argument
63 pkgconf_path_build_from_environ("PKG_CONFIG_PATH", NULL, &client->dir_list, true); in pkgconf_client_dir_list_build()
65 if (!(client->flags & PKGCONF_PKG_PKGF_ENV_ONLY)) in pkgconf_client_dir_list_build()
71 (void) pkgconf_path_build_from_registry(HKEY_CURRENT_USER, &client->dir_list, true); in pkgconf_client_dir_list_build()
72 (void) pkgconf_path_build_from_registry(HKEY_LOCAL_MACHINE, &client->dir_list, true); in pkgconf_client_dir_list_build()
82 pkgconf_path_copy_list(&client->dir_list, prepend_list); in pkgconf_client_dir_list_build()
101 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… in pkgconf_client_init() argument
[all …]
H A Dcache.c59 cache_dump(const pkgconf_client_t *client) in cache_dump() argument
63 PKGCONF_TRACE(client, "dumping package cache contents"); in cache_dump()
65 for (i = 0; i < client->cache_count; i++) in cache_dump()
67 const pkgconf_pkg_t *pkg = client->cache_table[i]; in cache_dump()
69 PKGCONF_TRACE(client, SIZE_FMT_SPECIFIER": %p(%s)", in cache_dump()
89 pkgconf_cache_lookup(pkgconf_client_t *client, const char *id) in pkgconf_cache_lookup() argument
91 if (client->cache_table == NULL) in pkgconf_cache_lookup()
96 pkg = bsearch(id, client->cache_table, in pkgconf_cache_lookup()
97 client->cache_count, sizeof (void *), in pkgconf_cache_lookup()
102 PKGCONF_TRACE(client, "found: %s @%p", id, *pkg); in pkgconf_cache_lookup()
[all …]
H A Dqueue.c66 pkgconf_queue_compile(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_list_t *list) in pkgconf_queue_compile() argument
75 pkgconf_dependency_parse(client, world, &world->required, pkgq->package, PKGCONF_PKG_DEPF_QUERY); in pkgconf_queue_compile()
106 pkgconf_queue_mark_public(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *data) in pkgconf_queue_mark_public() argument
122 PKGCONF_TRACE(client, "%s: updated, public", pkg->id); in pkgconf_queue_mark_public()
127 pkgconf_queue_collect_dependencies_main(pkgconf_client_t *client,
133 pkgconf_queue_collect_dependencies_walk(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies_walk() argument
153 PKGCONF_TRACE(client, "WTF: unmatched dependency %p <%s>", dep, dep->package); in pkgconf_queue_collect_dependencies_walk()
157 if (pkg->serial == client->serial) in pkgconf_queue_collect_dependencies_walk()
160 if (client->flags & PKGCONF_PKG_PKGF_ITER_PKG_IS_PRIVATE) in pkgconf_queue_collect_dependencies_walk()
165 eflags |= pkgconf_queue_collect_dependencies_main(client, pkg, data, depth - 1); in pkgconf_queue_collect_dependencies_walk()
[all …]
H A Dlibpkgconf.h194 typedef void (*pkgconf_pkg_traverse_func_t)(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *dat…
195 typedef bool (*pkgconf_queue_apply_func_t)(pkgconf_client_t *client, pkgconf_pkg_t *world, void *da…
196 typedef bool (*pkgconf_error_handler_func_t)(const char *msg, const pkgconf_client_t *client, void …
197 typedef void (*pkgconf_unveil_handler_func_t)(const pkgconf_client_t *client, const char *path, con…
252 PKGCONF_API void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_h…
254 PKGCONF_API void pkgconf_client_deinit(pkgconf_client_t *client);
255 PKGCONF_API void pkgconf_client_free(pkgconf_client_t *client);
256 PKGCONF_API const char *pkgconf_client_get_sysroot_dir(const pkgconf_client_t *client);
257 PKGCONF_API void pkgconf_client_set_sysroot_dir(pkgconf_client_t *client, const char *sysroot_dir);
258 PKGCONF_API const char *pkgconf_client_get_buildroot_dir(const pkgconf_client_t *client);
[all …]
H A Dpkg.c49 pkgconf_pkg_traverse_main(pkgconf_client_t *client,
142 typedef void (*pkgconf_pkg_parser_keyword_func_t)(pkgconf_client_t *client, pkgconf_pkg_t *pkg, con…
156 pkgconf_pkg_parser_tuple_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, co… in pkgconf_pkg_parser_tuple_func() argument
162 *dest = pkgconf_tuple_parse(client, &pkg->vars, value, pkg->flags); in pkgconf_pkg_parser_tuple_func()
166 pkgconf_pkg_parser_version_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, … in pkgconf_pkg_parser_version_func() argument
175 p = pkgconf_tuple_parse(client, &pkg->vars, value, pkg->flags); in pkgconf_pkg_parser_version_func()
183 …pkgconf_warn(client, "%s:" SIZE_FMT_SPECIFIER ": warning: malformed version field with whitespace,… in pkgconf_pkg_parser_version_func()
191 pkgconf_pkg_parser_fragment_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword,… in pkgconf_pkg_parser_fragment_func() argument
196 char *sysroot_dir = client->sysroot_dir; in pkgconf_pkg_parser_fragment_func()
197 char *pkg_sysroot_dir = pkgconf_tuple_find(client, &pkg->vars, "pc_sysrootdir"); in pkgconf_pkg_parser_fragment_func()
[all …]
H A Dtuple.c46 pkgconf_tuple_add_global(pkgconf_client_t *client, const char *key, const char *value) in pkgconf_tuple_add_global() argument
48 pkgconf_tuple_add(client, &client->global_vars, key, value, false, 0); in pkgconf_tuple_add_global()
52 lookup_global_tuple(const pkgconf_client_t *client, const char *key) in lookup_global_tuple() argument
56 PKGCONF_FOREACH_LIST_ENTRY(client->global_vars.head, node) in lookup_global_tuple()
80 pkgconf_tuple_find_global(const pkgconf_client_t *client, const char *key) in pkgconf_tuple_find_global() argument
84 tuple = lookup_global_tuple(client, key); in pkgconf_tuple_find_global()
102 pkgconf_tuple_free_global(pkgconf_client_t *client) in pkgconf_tuple_free_global() argument
104 pkgconf_tuple_free(&client->global_vars); in pkgconf_tuple_free_global()
119 pkgconf_tuple_define_global(pkgconf_client_t *client, const char *kv) in pkgconf_tuple_define_global() argument
131 tuple = pkgconf_tuple_add(client, &client->global_vars, workbuf, value, false, 0); in pkgconf_tuple_define_global()
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D26-tls13_client_auth.cnf6 test-1 = 1-client-auth-TLSv1.3-request
7 test-2 = 2-client-auth-TLSv1.3-require-fail
8 test-3 = 3-client-auth-TLSv1.3-require
9 test-4 = 4-client-auth-TLSv1.3-require-non-empty-names
10 test-5 = 5-client-auth-TLSv1.3-noroot
11 test-6 = 6-client-auth-TLSv1.3-request-post-handshake
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
13 test-8 = 8-client-auth-TLSv1.3-require-post-handshake
14 test-9 = 9-client-auth-TLSv1.3-require-non-empty-names-post-handshake
15 test-10 = 10-client-auth-TLSv1.3-noroot-post-handshake
[all …]
H A D04-client_auth.cnf6 test-1 = 1-client-auth-flex-request
7 test-2 = 2-client-auth-flex-require-fail
8 test-3 = 3-client-auth-flex-require
9 test-4 = 4-client-auth-flex-rsa-pss
10 test-5 = 5-client-auth-flex-rsa-pss-bad
11 test-6 = 6-client-auth-flex-require-non-empty-names
12 test-7 = 7-client-auth-flex-noroot
14 test-9 = 9-client-auth-TLSv1-request
15 test-10 = 10-client-auth-TLSv1-require-fail
16 test-11 = 11-client-auth-TLSv1-require
[all …]
H A D17-renegotiate.cnf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
9 test-4 = 4-renegotiate-client-auth-require
10 test-5 = 5-renegotiate-client-auth-once
11 test-6 = 6-renegotiate-client-legacy-connect
16 test-11 = 11-no-renegotiation-server-by-client
18 test-13 = 13-no-renegotiation-client-by-server
19 test-14 = 14-no-renegotiation-client-by-client
21 test-16 = 16-allow-client-renegotiation
22 test-17 = 17-no-client-renegotiation
[all …]
H A D08-npn.cnf6 test-1 = 1-npn-client-finds-match
7 test-2 = 2-npn-client-honours-server-pref
8 test-3 = 3-npn-client-first-pref-on-mismatch
10 test-5 = 5-npn-no-client-support
11 test-6 = 6-npn-empty-client-list
21 test-16 = 16-npn-client-switch-resumption
22 test-17 = 17-npn-client-first-pref-on-mismatch-resumption
24 test-19 = 19-npn-no-client-support-resumption
34 client = 0-npn-simple-client
41 [0-npn-simple-client]
[all …]
H A D09-alpn.cnf10 test-5 = 5-alpn-no-client-support
17 test-12 = 12-alpn-client-switch-resumption
20 test-15 = 15-alpn-no-client-support-resumption
21 test-16 = 16-alpn-empty-client-list
30 client = 0-alpn-simple-client
37 [0-alpn-simple-client]
45 client = 0-alpn-simple-client-extra
50 [0-alpn-simple-client-extra]
61 client = 1-alpn-server-finds-match-client
68 [1-alpn-server-finds-match-client]
[all …]
H A D18-dtls-renegotiate.cnf5 test-0 = 0-renegotiate-client-no-resume
6 test-1 = 1-renegotiate-client-resume
8 test-3 = 3-renegotiate-client-auth-require
9 test-4 = 4-renegotiate-client-auth-once
16 [0-renegotiate-client-no-resume]
17 ssl_conf = 0-renegotiate-client-no-resume-ssl
19 [0-renegotiate-client-no-resume-ssl]
20 server = 0-renegotiate-client-no-resume-server
21 client = 0-renegotiate-client-no-resume-client
23 [0-renegotiate-client-no-resume-server]
[all …]
H A D10-resumption.cnf77 client = 0-resumption-client
79 resume-client = 0-resumption-client
96 [0-resumption-client]
114 client = 1-resumption-client
116 resume-client = 1-resumption-client
133 [1-resumption-client]
151 client = 2-resumption-client
153 resume-client = 2-resumption-client
170 [2-resumption-client]
188 client = 3-resumption-client
[all …]
H A D12-ct.cnf18 client = 0-ct-permissive-without-scts-client
25 [0-ct-permissive-without-scts-client]
32 client = 0-ct-permissive-without-scts-client-extra
34 [0-ct-permissive-without-scts-client-extra]
45 client = 1-ct-permissive-with-scts-client
52 [1-ct-permissive-with-scts-client]
59 client = 1-ct-permissive-with-scts-client-extra
61 [1-ct-permissive-with-scts-client-extra]
72 client = 2-ct-strict-without-scts-client
79 [2-ct-strict-without-scts-client]
[all …]
H A D11-dtls_resumption.cnf28 client = 0-resumption-client
30 resume-client = 0-resumption-client
47 [0-resumption-client]
66 client = 1-resumption-client
68 resume-client = 1-resumption-client
85 [1-resumption-client]
104 client = 2-resumption-client
106 resume-client = 2-resumption-client
123 [2-resumption-client]
142 client = 3-resumption-client
[all …]
H A D03-custom_verify.cnf22 client = 0-verify-success-client
29 [0-verify-success-client]
45 client = 1-verify-custom-reject-client
52 [1-verify-custom-reject-client]
60 client = 1-verify-custom-reject-client-extra
62 [1-verify-custom-reject-client-extra]
73 client = 2-verify-custom-allow-client
80 [2-verify-custom-allow-client]
87 client = 2-verify-custom-allow-client-extra
89 [2-verify-custom-allow-client-extra]
[all …]
H A D02-protocol-version.cnf681 test-676 = 676-ciphersuite-sanity-check-client
690 client = 0-version-negotiation-client
698 [0-version-negotiation-client]
715 client = 1-version-negotiation-client
723 [1-version-negotiation-client]
740 client = 2-version-negotiation-client
748 [2-version-negotiation-client]
765 client = 3-version-negotiation-client
773 [3-version-negotiation-client]
790 client = 4-version-negotiation-client
[all …]
H A D22-compression.cnf6 test-1 = 1-tlsv1_3-client-compress
10 test-5 = 5-tlsv1_2-client-compress
20 client = 0-tlsv1_3-both-compress-client
28 [0-tlsv1_3-both-compress-client]
41 [1-tlsv1_3-client-compress]
42 ssl_conf = 1-tlsv1_3-client-compress-ssl
44 [1-tlsv1_3-client-compress-ssl]
45 server = 1-tlsv1_3-client-compress-server
46 client = 1-tlsv1_3-client-compress-client
48 [1-tlsv1_3-client-compress-server]
[all …]
/freebsd/sys/dev/evdev/
H A Dcdev.c62 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args) argument
64 #define debugf(client, fmt, args...) argument
106 struct evdev_client *client; in evdev_open() local
115 client = malloc(offsetof(struct evdev_client, ec_buffer) + in evdev_open()
120 client->ec_buffer_size = buffer_size; in evdev_open()
121 client->ec_buffer_head = 0; in evdev_open()
122 client->ec_buffer_tail = 0; in evdev_open()
123 client->ec_buffer_ready = 0; in evdev_open()
125 client->ec_evdev = evdev; in evdev_open()
126 mtx_init(&client->ec_buffer_mtx, "evclient", "evdev", MTX_DEF); in evdev_open()
[all …]
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c494 struct svc_rpc_gss_client *client; in rpc_gss_getcred() local
500 client = cc->cc_client; in rpc_gss_getcred()
502 *rcred = &client->cl_rawcred; in rpc_gss_getcred()
504 *ucred = &client->cl_ucred; in rpc_gss_getcred()
506 *cookie = client->cl_cookie; in rpc_gss_getcred()
519 struct svc_rpc_gss_client *client; in rpc_gss_svc_getcred() local
526 client = cc->cc_client; in rpc_gss_svc_getcred()
529 *flavorp = client->cl_rpcflavor; in rpc_gss_svc_getcred()
531 if (client->cl_cred) { in rpc_gss_svc_getcred()
532 *crp = crhold(client->cl_cred); in rpc_gss_svc_getcred()
[all …]
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c320 struct svc_rpc_gss_client *client; in rpc_gss_getcred() local
325 client = req->rq_clntcred; in rpc_gss_getcred()
327 *rcred = &client->cl_rawcred; in rpc_gss_getcred()
329 *ucred = &client->cl_ucred; in rpc_gss_getcred()
331 *cookie = client->cl_cookie; in rpc_gss_getcred()
338 struct svc_rpc_gss_client *client = req->rq_clntcred; in rpc_gss_svc_max_data_length() local
344 switch (client->cl_rawcred.service) { in rpc_gss_svc_max_data_length()
362 maj_stat = gss_wrap_size_limit(&min_stat, client->cl_ctx, want_conf, in rpc_gss_svc_max_data_length()
363 client->cl_qop, max_tp_unit_len, &max); in rpc_gss_svc_max_data_length()
371 log_status("gss_wrap_size_limit", client->cl_mech, in rpc_gss_svc_max_data_length()
[all …]
/freebsd/sbin/dhclient/
H A Ddhclient.c214 if (_ifi->client->active != NULL) { in disassoc()
217 _ifi->client->active); in disassoc()
218 if (_ifi->client->alias) in disassoc()
220 _ifi->client->alias); in disassoc()
223 _ifi->client->state = S_INIT; in disassoc()
271 for (l = ifi->client->active; l != NULL; l = l->next) in routehandler()
349 if (ifi->client->alias) in routehandler()
350 script_write_params("alias_", ifi->client->alias); in routehandler()
500 if (ifi->client->alias) in main()
501 priv_script_write_params("alias_", ifi->client->alias); in main()
[all …]
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c43 struct client { struct
60 static struct client **clients; argument
64 init_sec_context(struct client *client, in init_sec_context() argument
72 put32(client, eInitContext); in init_sec_context()
73 put32(client, *hContext); in init_sec_context()
74 put32(client, *hCred); in init_sec_context()
75 put32(client, flags); in init_sec_context()
76 putstring(client, targetname); in init_sec_context()
77 putdata(client, *itoken); in init_sec_context()
78 ret32(client, *hContext); in init_sec_context()
[all …]
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-client.rst2 libpkgconf `client` module
5 The libpkgconf `client` module implements the `pkgconf_client_t` "client" object.
9 Client objects are not thread safe, in other words, a client object should not be shared across
12 .. c:function:: void pkgconf_client_dir_list_build(pkgconf_client_t *client)
14 …straps the package search paths. If the ``PKGCONF_PKG_PKGF_ENV_ONLY`` `flag` is set on the client,
18 :param pkgconf_client_t* client: The pkgconf client object to bootstrap.
21 .. c:function:: void pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t err…
23 Initialise a pkgconf client object.
25 :param pkgconf_client_t* client: The client to initialise.
33 Allocate and initialise a pkgconf client object.
[all …]
/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c272 CLIENT *client; in getclnthandle() local
283 client = NULL; in getclnthandle()
291 client = clnt_tli_create(RPC_ANYFD, nconf, addr, in getclnthandle()
293 if (client != NULL) { in getclnthandle()
297 return (client); in getclnthandle()
334 client = local_rpcb(); in getclnthandle()
335 if (! client) { in getclnthandle()
345 CLNT_DESTROY(client); in getclnthandle()
351 return (client); in getclnthandle()
386 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr, in getclnthandle()
[all …]

12345678910>>...54