Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/freebsd/contrib/pkgconf/libpkgconf/
H A Dclient.c37 trace_path_list(const pkgconf_client_t *client, const char *desc, pkgconf_list_t *list) in trace_path_list()
63 pkgconf_client_dir_list_build(pkgconf_client_t *client, const pkgconf_cross_personality_t *personal… in pkgconf_client_dir_list_build()
109 pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error_handler, void *err… in pkgconf_client_init()
196 unref_preload_list(pkgconf_client_t *client) in unref_preload_list()
218 pkgconf_client_deinit(pkgconf_client_t *client) in pkgconf_client_deinit()
256 pkgconf_client_free(pkgconf_client_t *client) in pkgconf_client_free()
274 pkgconf_client_get_sysroot_dir(const pkgconf_client_t *client) in pkgconf_client_get_sysroot_dir()
294 pkgconf_client_set_sysroot_dir(pkgconf_client_t *client, const char *sysroot_dir) in pkgconf_client_set_sysroot_dir()
324 pkgconf_client_get_buildroot_dir(const pkgconf_client_t *client) in pkgconf_client_get_buildroot_dir()
344 pkgconf_client_set_buildroot_dir(pkgconf_client_t *client, const char *buildroot_dir) in pkgconf_client_set_buildroot_dir()
[all …]
H A Dqueue.c100 pkgconf_queue_compile(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_list_t *list) in pkgconf_queue_compile()
140 pkgconf_queue_mark_public(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *data) in pkgconf_queue_mark_public()
167 pkgconf_queue_collect_dependencies_walk(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies_walk()
215 pkgconf_queue_collect_dependencies_main(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies_main()
263 pkgconf_queue_collect_dependencies(pkgconf_client_t *client, in pkgconf_queue_collect_dependencies()
273 pkgconf_queue_collect_conflicts(pkgconf_client_t *client, in pkgconf_queue_collect_conflicts()
317 pkgconf_queue_verify(pkgconf_client_t *client, pkgconf_pkg_t *world, pkgconf_list_t *list, int maxd… in pkgconf_queue_verify()
400 pkgconf_solution_free(pkgconf_client_t *client, pkgconf_pkg_t *world) in pkgconf_solution_free()
427 pkgconf_queue_solve(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_pkg_t *world, int maxde… in pkgconf_queue_solve()
461 pkgconf_queue_apply(pkgconf_client_t *client, pkgconf_list_t *list, pkgconf_queue_apply_func_t func… in pkgconf_queue_apply()
[all …]
H A Dpkg.c150 pkgconf_pkg_parser_tuple_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, co… in pkgconf_pkg_parser_tuple_func()
164 pkgconf_pkg_parser_bufferset_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword… in pkgconf_pkg_parser_bufferset_func()
179 pkgconf_pkg_parser_link_abi_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword,… in pkgconf_pkg_parser_link_abi_func()
210 pkgconf_pkg_parser_version_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword, … in pkgconf_pkg_parser_version_func()
239 pkgconf_pkg_parser_fragment_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword,… in pkgconf_pkg_parser_fragment_func()
252 pkgconf_pkg_parser_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keywor… in pkgconf_pkg_parser_dependency_func()
267 pkgconf_pkg_parser_internal_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const cha… in pkgconf_pkg_parser_internal_dependency_func()
282 pkgconf_pkg_parser_private_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char… in pkgconf_pkg_parser_private_dependency_func()
297 pkgconf_pkg_parser_shared_dependency_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char … in pkgconf_pkg_parser_shared_dependency_func()
312 pkgconf_pkg_evaluate_license_func(pkgconf_client_t *client, pkgconf_pkg_t *pkg, const char *keyword… in pkgconf_pkg_evaluate_license_func()
[all …]
H A Dcache.c61 cache_dump(const pkgconf_client_t *client) in cache_dump()
91 pkgconf_cache_lookup(pkgconf_client_t *client, const char *id) in pkgconf_cache_lookup()
125 pkgconf_cache_add(pkgconf_client_t *client, pkgconf_pkg_t *pkg) in pkgconf_cache_add()
171 pkgconf_cache_remove(pkgconf_client_t *client, pkgconf_pkg_t *pkg) in pkgconf_cache_remove()
236 pkgconf_cache_free(pkgconf_client_t *client) in pkgconf_cache_free()
H A Dtuple.c48 pkgconf_tuple_add_global(pkgconf_client_t *client, const char *key, const char *value) in pkgconf_tuple_add_global()
66 pkgconf_tuple_find_global(pkgconf_client_t *client, const char *key) in pkgconf_tuple_find_global()
93 pkgconf_tuple_free_global(pkgconf_client_t *client) in pkgconf_tuple_free_global()
110 pkgconf_tuple_define_global(pkgconf_client_t *client, const char *kv) in pkgconf_tuple_define_global()
177 pkgconf_tuple_add(const pkgconf_client_t *client, pkgconf_list_t *list, const char *key, const char… in pkgconf_tuple_add()
259 pkgconf_tuple_find(pkgconf_client_t *client, pkgconf_list_t *list, const char *key) in pkgconf_tuple_find()
/freebsd/contrib/pkgconf/tests/api/
H A Dtest-client.c24 pkgconf_client_t *client = pkgconf_client_new(NULL, NULL, pers, NULL, NULL); in test_client_new_and_free() local
35 pkgconf_client_t client = { 0 }; in test_client_init_and_deinit_stack() local
45 pkgconf_client_t *client = test_client_new(); in test_client_sysroot_dir() local
59 pkgconf_client_t *client = test_client_new(); in test_client_buildroot_dir() local
70 pkgconf_client_t *client = test_client_new(); in test_client_flags() local
85 pkgconf_client_t *client = test_client_new(); in test_client_prefix_varname() local
104 capture_handler(const char *msg, const pkgconf_client_t *client, void *data) in capture_handler()
123 pkgconf_client_t *client = test_client_new(); in test_client_error_handler_fires() local
141 pkgconf_client_t *client = test_client_new(); in test_client_warn_handler_fires() local
160 pkgconf_client_t *client = test_client_new(); in test_client_trace_handler_fires() local
[all …]
H A Dtest-tuple.c25 pkgconf_client_t *client = test_client_new(); in test_tuple_add_and_find() local
44 pkgconf_client_t *client = test_client_new(); in test_tuple_find_absent() local
57 pkgconf_client_t *client = test_client_new(); in test_tuple_add_multiple() local
76 pkgconf_client_t *client = test_client_new(); in test_tuple_global_add_and_find() local
91 pkgconf_client_t *client = test_client_new(); in test_tuple_global_find_absent() local
102 pkgconf_client_t *client = test_client_new(); in test_tuple_define_global_kv_form() local
119 pkgconf_client_t *client = test_client_new(); in test_tuple_define_global_with_equals_in_value() local
135 pkgconf_client_t *client = test_client_new(); in test_tuple_global_multiple() local
152 pkgconf_client_t *client = test_client_new(); in test_tuple_global_free_resets() local
175 pkgconf_client_t *client = test_client_new(); in test_tuple_define_variable_end_to_end() local
[all …]
H A Dtest-license.c35 render_to_string(pkgconf_client_t *client, const pkgconf_list_t *list) in render_to_string()
48 pkgconf_client_t *client = test_client_new(); in test_license_insert_and_free() local
78 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_single() local
95 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_or() local
113 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_and() local
129 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_multiple_keys_implicit_and() local
146 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_brackets() local
162 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_empty() local
175 pkgconf_client_t *client = test_client_new(); in test_license_evaluate_sanitizes() local
193 pkgconf_client_t *client = test_client_new(); in test_license_render_empty() local
[all …]
H A Dtest-bytecode.c45 pkgconf_client_t *client = test_client_new(); in test_emit_text_and_eval() local
82 pkgconf_client_t *client = test_client_new(); in test_emit_var_and_eval() local
107 pkgconf_client_t *client = test_client_new(); in test_emit_sysroot_and_eval() local
133 pkgconf_client_t *client = test_client_new(); in test_eval_null_args() local
162 pkgconf_client_t *client = test_client_new(); in test_dollar_escape() local
179 pkgconf_client_t *client = test_client_new(); in test_malformed_unclosed() local
196 pkgconf_client_t *client = test_client_new(); in test_empty_braces() local
213 pkgconf_client_t *client = test_client_new(); in test_compile_time_sysroot() local
233 pkgconf_client_t *client = test_client_new(); in test_sysroot_dot_disables() local
252 pkgconf_client_t *client = test_client_new(); in test_sysroot_root_disables() local
[all …]
H A Dtest-fragment.c70 pkgconf_client_t *client = test_client_new(); in test_fragment_parse_cflags() local
90 pkgconf_client_t *client = test_client_new(); in test_fragment_parse_libs() local
120 pkgconf_client_t *client = test_client_new(); in test_fragment_parse_empty() local
135 pkgconf_client_t *client = test_client_new(); in test_fragment_add_single() local
156 pkgconf_client_t *client = test_client_new(); in test_fragment_render_cflags() local
175 pkgconf_client_t *client = test_client_new(); in test_fragment_render_libs() local
205 filter_only_includes(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_only_includes()
214 filter_only_libnames(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_only_libnames()
223 filter_nothing(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_nothing()
234 pkgconf_client_t *client = test_client_new(); in test_fragment_filter_only_includes() local
[all …]
H A Dtest-queue.c55 pkgconf_client_t *client = test_client_new(); in fixture_client() local
96 pkgconf_client_t *client = fixture_client(); in test_queue_validate_success() local
109 pkgconf_client_t *client = fixture_client(); in test_queue_validate_version_satisfied() local
122 pkgconf_client_t *client = fixture_client(); in test_queue_validate_missing_package() local
135 pkgconf_client_t *client = fixture_client(); in test_queue_validate_unsatisfiable_version() local
148 pkgconf_client_t *client = fixture_client(); in test_queue_validate_empty() local
166 apply_cb(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_cb()
184 pkgconf_client_t *client = fixture_client(); in test_queue_apply_success() local
203 pkgconf_client_t *client = fixture_client(); in test_queue_apply_callback_failure() local
218 pkgconf_client_t *client = fixture_client(); in test_queue_apply_missing_package() local
H A Dtest-audit.c35 pkgconf_client_t *client = test_client_new(); in test_audit_log_no_logfile_is_noop() local
46 pkgconf_client_t *client = test_client_new(); in test_audit_set_log_and_write() local
64 pkgconf_client_t *client = test_client_new(); in test_audit_log_multiple_writes() local
83 pkgconf_client_t *client = test_client_new(); in test_audit_log_dependency_versionless() local
113 pkgconf_client_t *client = test_client_new(); in test_audit_log_dependency_versioned() local
142 pkgconf_client_t *client = test_client_new(); in test_audit_log_dependency_no_logfile_is_noop() local
H A Dtest-dependency.c101 pkgconf_client_t *client = test_client_new(); in test_parse_str_single() local
120 pkgconf_client_t *client = test_client_new(); in test_parse_str_versioned() local
139 pkgconf_client_t *client = test_client_new(); in test_parse_str_multiple_space_separated() local
163 pkgconf_client_t *client = test_client_new(); in test_parse_str_multiple_comma_separated() local
187 pkgconf_client_t *client = test_client_new(); in test_parse_str_mixed_versioned_and_bare() local
220 pkgconf_client_t *client = test_client_new(); in test_parse_str_empty() local
233 pkgconf_client_t *client = test_client_new(); in test_parse_str_all_comparators() local
268 pkgconf_client_t *client = test_client_new(); in test_dependency_add() local
287 pkgconf_client_t *client = test_client_new(); in test_dependency_add_no_version() local
303 pkgconf_client_t *client = test_client_new(); in test_dependency_add_multiple() local
[all …]
/freebsd/contrib/pkgconf/cli/spdxtool/
H A Dutil.c33 spdxtool_util_set_key(pkgconf_client_t *client, const char *key, const char *key_value, const char … in spdxtool_util_set_key()
52 spdxtool_util_set_uri_root(pkgconf_client_t *client, const char *uri_root) in spdxtool_util_set_uri_root()
68 spdxtool_util_get_uri_root(pkgconf_client_t *client) in spdxtool_util_get_uri_root()
85 spdxtool_util_set_uri_separator_colon(pkgconf_client_t *client, bool is_colon) in spdxtool_util_set_uri_separator_colon()
104 spdxtool_util_get_uri_separator(pkgconf_client_t *client) in spdxtool_util_get_uri_separator()
124 spdxtool_util_set_spdx_version(pkgconf_client_t *client, const char *spdx_version) in spdxtool_util_set_spdx_version()
140 spdxtool_util_get_spdx_version(pkgconf_client_t *client) in spdxtool_util_get_spdx_version()
158 spdxtool_util_set_spdx_license(pkgconf_client_t *client, const char *spdx_license) in spdxtool_util_set_spdx_license()
176 spdxtool_util_get_spdx_id_int(pkgconf_client_t *client, const char *part) in spdxtool_util_get_spdx_id_int()
203 spdxtool_util_get_spdx_id_string(pkgconf_client_t *client, const char *part, const char *string_id) in spdxtool_util_get_spdx_id_string()
[all …]
H A Dcore.c32 spdxtool_core_agent_new(pkgconf_client_t *client, const char *creation_info_id, const char *name) in spdxtool_core_agent_new()
101 spdxtool_core_agent_to_object(pkgconf_client_t *client, const spdxtool_core_agent_t *agent) in spdxtool_core_agent_to_object()
143 spdxtool_core_creation_info_new(pkgconf_client_t *client, const char *agent_id, const char *id, con… in spdxtool_core_creation_info_new()
206 spdxtool_core_creation_info_to_object(pkgconf_client_t *client, const spdxtool_core_creation_info_t… in spdxtool_core_creation_info_to_object()
265 spdxtool_core_spdx_document_new(pkgconf_client_t *client, const char *spdx_id, const char *creation… in spdxtool_core_spdx_document_new()
368 spdxtool_core_spdx_document_to_object(pkgconf_client_t *client, spdxtool_core_spdx_document_t *spdx) in spdxtool_core_spdx_document_to_object()
467 spdxtool_core_spdx_document_is_license(pkgconf_client_t *client, const spdxtool_core_spdx_document_… in spdxtool_core_spdx_document_is_license()
504 spdxtool_core_spdx_document_add_license(pkgconf_client_t *client, spdxtool_core_spdx_document_t *sp… in spdxtool_core_spdx_document_add_license()
546 spdxtool_core_spdx_document_add_element(pkgconf_client_t *client, spdxtool_core_spdx_document_t *sp… in spdxtool_core_spdx_document_add_element()
587 spdxtool_core_spdx_document_add_maintainer(pkgconf_client_t *client, spdxtool_core_spdx_document_t … in spdxtool_core_spdx_document_add_maintainer()
[all …]
/freebsd/contrib/pkgconf/cli/
H A Dcore.c31 pkgconf_client_t *client = data; in print_list_entry() local
57 pkgconf_client_t *client = data; in print_package_entry() local
78 filter_cflags(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_cflags()
99 filter_libs(const pkgconf_client_t *client, const pkgconf_fragment_t *frag, void *data) in filter_libs()
154 apply_provides(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_provides()
173 print_digraph_node(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *data) in print_digraph_node()
233 apply_digraph(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_digraph()
275 print_solution_node(pkgconf_client_t *client, pkgconf_pkg_t *pkg, void *unused) in print_solution_node()
285 apply_print_solution(pkgconf_client_t *client, pkgconf_pkg_t *world, void *unused, int maxdepth) in apply_print_solution()
296 apply_modversion(pkgconf_client_t *client, pkgconf_pkg_t *world, void *data, int maxdepth) in apply_modversion()
[all …]
/freebsd/crypto/krb5/src/plugins/kadm5_auth/test/
H A Dmain.c58 krb5_const_principal client, krb5_const_principal target) in welcomer_getprinc()
66 krb5_const_principal client, krb5_const_principal target, in welcomer_addprinc()
78 krb5_const_principal client, krb5_const_principal target, in bouncer_addprinc()
88 krb5_const_principal client, krb5_const_principal target, in welcomer_modprinc()
99 krb5_const_principal client, krb5_const_principal target, in bouncer_modprinc()
109 krb5_const_principal client, krb5_const_principal target, in welcomer_setstr()
118 krb5_const_principal client, krb5_const_principal target, in bouncer_setstr()
128 krb5_const_principal client, krb5_const_principal target) in welcomer_delprinc()
140 krb5_const_principal client, krb5_const_principal target) in bouncer_delprinc()
159 krb5_const_principal client, krb5_const_principal src, in welcomer_renprinc()
[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()
85 accept_sec_context(struct client *client, in accept_sec_context()
106 acquire_cred(struct client *client, in acquire_cred()
123 toast_resource(struct client *client, in toast_resource()
134 goodbye(struct client *client) in goodbye()
141 get_targetname(struct client *client, in get_targetname()
150 encrypt_token(struct client *client, int32_t hContext, int32_t flags, in encrypt_token()
165 decrypt_token(struct client *client, int32_t hContext, int flags, in decrypt_token()
[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
155 struct evdev_client *client = (struct evdev_client *)data; in evdev_dtor() local
175 struct evdev_client *client; in evdev_read() local
257 struct evdev_client *client; in evdev_write() local
309 struct evdev_client *client; in evdev_poll() local
339 struct evdev_client *client; in evdev_kqfilter() local
365 struct evdev_client *client; in evdev_kqread() local
386 struct evdev_client *client; in evdev_kqdetach() local
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c43 kcm_is_same_session(kcm_client *client, uid_t uid, pid_t session) in kcm_is_same_session()
55 kcm_client *client, in kcm_op_noop()
74 kcm_client *client, in kcm_op_get_name()
117 kcm_client *client, in kcm_op_gen_new()
148 kcm_client *client, in kcm_op_initialize()
214 kcm_client *client, in kcm_op_destroy()
247 kcm_client *client, in kcm_op_store()
305 kcm_client *client, in kcm_op_retrieve()
396 kcm_client *client, in kcm_op_get_principal()
439 kcm_client *client, in kcm_op_get_cred_uuid_list()
[all …]
/freebsd/crypto/krb5/src/kadmin/server/
H A Dauth_acl.c65 krb5_principal client; member
262 parse_entry(krb5_context context, const char *client, const char *ops, in parse_entry()
329 char *client, *client_end, *ops, *ops_end, *target, *target_end, *rs, *end; in parse_line() local
497 find_entry(struct acl_state *state, krb5_const_principal client, in find_entry()
526 acl_check(kadm5_auth_moddata data, uint32_t op, krb5_const_principal client, in acl_check()
578 krb5_const_principal client, krb5_const_principal target, in acl_addprinc()
587 krb5_const_principal client, krb5_const_principal target, in acl_modprinc()
596 krb5_const_principal client, krb5_const_principal target, in acl_setstr()
604 krb5_const_principal client, krb5_const_principal target) in acl_cpw()
611 krb5_const_principal client, krb5_const_principal target) in acl_chrand()
[all …]
/freebsd/lib/libc/rpc/
H A Dauth_none.c106 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
127 authnone_verf(AUTH *client) in authnone_verf()
133 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate()
141 authnone_refresh(AUTH *client, void *dummy) in authnone_refresh()
149 authnone_destroy(AUTH *client) in authnone_destroy()
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c68 static CLIENT *client; in yp_bind_host() local
116 static CLIENT *client; in yp_bind_local() local
138 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host()
176 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host()
215 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host()
256 yp_all_host(CLIENT *client, char *indomain, char *inmap, in yp_all_host()
281 yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder) in yp_order_host()
308 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host()
335 yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist) in yp_maplist_host()
/freebsd/sys/rpc/
H A Dauth_none.c109 authnone_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authnone_marshal()
124 authnone_verf(AUTH *client) in authnone_verf()
130 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, in authnone_validate()
139 authnone_refresh(AUTH *client, void *dummy) in authnone_refresh()
147 authnone_destroy(AUTH *client) in authnone_destroy()
/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c494 struct svc_rpc_gss_client *client; in rpc_gss_getcred() local
519 struct svc_rpc_gss_client *client; in rpc_gss_svc_getcred() local
552 struct svc_rpc_gss_client *client = cc->cc_client; in rpc_gss_svc_max_data_length() local
594 struct svc_rpc_gss_client *client; in svc_rpc_gss_find_client() local
631 struct svc_rpc_gss_client *client; in svc_rpc_gss_create_client() local
672 svc_rpc_gss_destroy_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_destroy_client()
701 svc_rpc_gss_release_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_release_client()
714 svc_rpc_gss_forget_client_locked(struct svc_rpc_gss_client *client) in svc_rpc_gss_forget_client_locked()
730 svc_rpc_gss_forget_client(struct svc_rpc_gss_client *client) in svc_rpc_gss_forget_client()
757 struct svc_rpc_gss_client *client; in svc_rpc_gss_timeout_clients() local
[all …]

12345678910>>...12