Home
last modified time | relevance | path

Searched full:free (Results 1 – 25 of 6466) sorted by relevance

12345678910>>...259

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dkfree.c62 free(val->contents); in krb5_free_address()
63 free(val); in krb5_free_address()
74 free((*temp)->contents); in krb5_free_addresses()
75 free(*temp); in krb5_free_addresses()
77 free(val); in krb5_free_addresses()
85 free(val->enc_part.ciphertext.data); in krb5_free_ap_rep()
86 free(val); in krb5_free_ap_rep()
95 free(val->authenticator.ciphertext.data); in krb5_free_ap_req()
96 free(val); in krb5_free_ap_req()
105 free(val); in krb5_free_ap_rep_enc_part()
[all …]
/freebsd/usr.sbin/ctld/
H A Dparse.y112 free($2);
115 free($2);
127 free($2);
130 free($2);
142 free($2);
145 free($2);
156 free($2);
167 free($2);
179 free($2);
182 free($2);
[all …]
/freebsd/contrib/unbound/util/
H A Dconfigparser.y477 free($2);
497 free($2);
509 free(cfg_parser->cfg->auths->rpz_cname);
520 free($2);
527 free(cfg_parser->cfg->auths->rpz_log_name);
537 free($2);
572 free($2);
581 free($2);
592 free($2);
601 free(
[all...]
/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_parse.c37 free(user); free(host); free(path); in test_parse()
46 free(user); free(host); free(path); in test_parse()
55 free(user); free(host); free(path); in test_parse()
64 free(user); free(host); free(path); in test_parse()
73 free(user); free(host); free(path); in test_parse()
83 free(user); free(host); free(path); in test_parse()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_lib.c65 free(opts); in pkinit_fini_req_opts()
98 free(opts); in pkinit_fini_plg_opts()
106 free((*in)->signedAuthPack.data); in free_krb5_pa_pk_as_req()
109 free((*in)->kdcPkId.data); in free_krb5_pa_pk_as_req()
110 free(*in); in free_krb5_pa_pk_as_req()
117 free((*in)->replyKey.contents); in free_krb5_reply_key_pack()
118 free((*in)->asChecksum.contents); in free_krb5_reply_key_pack()
119 free(*in); in free_krb5_reply_key_pack()
127 free((*in)->pkAuthenticator.paChecksum.contents); in free_krb5_auth_pack()
136 free(supportedKDFs); in free_krb5_auth_pack()
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c93 free(name); in kcm_op_get_name()
100 free(name); in kcm_op_get_name()
104 free(name); in kcm_op_get_name()
133 free(name); in kcm_op_gen_new()
169 free(name); in kcm_op_initialize()
175 free(name); in kcm_op_initialize()
182 free(name); in kcm_op_initialize()
232 free(name); in kcm_op_destroy()
265 free(name); in kcm_op_store()
272 free(name); in kcm_op_store()
[all …]
/freebsd/share/man/man9/
H A Dvm_map_find.931 .Nd find a free region within a map, and optionally map a vm_object
45 function attempts to find a free region in the target
49 If a free region is found,
64 when creating the mapping, if and only if a free region is found.
77 The mapping will only succeed if a free region can be found that resides
83 argument specifies the strategy to use when searching for a free region of
88 is called to locate a free region of the requested length with a starting
94 The mapping will only succeed if there is a free region of the requested
98 The mapping will succeed as long as there is a free region.
100 The mapping will succeed as long as there is a free region that begins on
[all …]
/freebsd/crypto/krb5/src/lib/kadm5/
H A Dmisc_free.c21 free(val->policy); in kadm5_free_policy_ent()
22 free(val->allowed_keysalts); in kadm5_free_policy_ent()
25 free(val->tl_data->tl_data_contents); in kadm5_free_policy_ent()
26 free(val->tl_data); in kadm5_free_policy_ent()
38 free(names[count]); in kadm5_free_name_list()
39 free(names); in kadm5_free_name_list()
70 free(key_data); in kadm5_free_key_data()
88 free(val->policy); in kadm5_free_principal_ent()
92 free(val->key_data); in kadm5_free_principal_ent()
97 free(val->tl_data->tl_data_contents); in kadm5_free_principal_ent()
[all …]
/freebsd/share/doc/papers/malloc/
H A Dimplementation.ms33 This is a free page.
47 describe the free space as runs of free pages.
49 Notice that these structures are not part of the free pages themselves,
50 but rather allocated with malloc so that the free pages themselves
51 are never referenced while they are free.
55 The free list will be searched and the first run of free pages that
62 If there were no pages on the free list, brk(2) will be called, and
68 page directory to MALLOC_FREE, and then traversing the free-pages list to
85 how many are free and so on.
90 pages that have free chunks in them form a list.
[all …]
H A Dmalloc.ms11 Malloc and free
21 Each item on the list has a status as either free or used, a pointer
26 front and if a free chunk big enough to hold the request is found,
27 it is returned, if the free chunk is bigger than the size requested,
28 a new free chunk is made from the excess and put back on the list.
31 .B free(3) 'ed,
33 is changed to free and if one or both of the surrounding chunks
34 are free, they are collapsed to one.
56 free, we can return that to the kernel by calling brk(2) with the first
64 Splitting the list in two, one for used and one for free chunks, to
[all …]
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.supp43 Memcheck:Free
44 fun:free
53 Memcheck:Free
54 fun:free
64 Memcheck:Free
65 fun:free
73 Memcheck:Free
74 fun:free
82 Memcheck:Free
83 fun:free
[all …]
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c73 free(acl); in acl_list_delete()
442 /* free the items as we go to free up memory */ in read_acl_view()
444 free(p->str); in read_acl_view()
445 free(p->str2); in read_acl_view()
446 free(p); in read_acl_view()
464 /* free the items as we go to free up memory */ in read_acl_tags()
466 free(p->str); in read_acl_tags()
467 free( in read_acl_tags()
[all...]
/freebsd/usr.sbin/ypldap/
H A Dparse.y135 free($2);
138 free($2);
156 free($1);
157 free($3);
192 free($2);
195 free($2);
203 free($2);
206 free($2);
213 free($2);
216 free($2);
[all …]
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c62 free(result); in kex_proposal_tests()
68 free(result); free(in); free(out); in kex_proposal_tests()
74 free(result); free(in); free(out); in kex_proposal_tests()
83 free(result); free(in); free(out); in kex_proposal_tests()
120 free(kexalgs); in kex_proposal_populate_tests()
121 free(ciphers); in kex_proposal_populate_tests()
122 free(macs); in kex_proposal_populate_tests()
123 free(hkalgs); in kex_proposal_populate_tests()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dparse.y133 free($2);
140 free($2);
143 free($2);
154 free($2);
159 free($2);
166 free($2);
169 free($2);
413 free($2);
425 free($2);
431 free($2);
[all …]
/freebsd/contrib/bc/tests/
H A Dbcl.c135 free(res); in main()
146 free(res); in main()
156 free(res); in main()
160 free(res); in main()
170 free(res); in main()
174 free(res); in main()
187 free(res); in main()
198 free(res); in main()
208 free(res); in main()
224 free(re in main()
[all...]
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb_convert.c191 free(p->k_realm.utf8str_t_val); in conv_princ_2ulog()
204 free(components[j].k_data.utf8str_t_val); in conv_princ_2ulog()
207 free(components); in conv_princ_2ulog()
209 free(p->k_realm.utf8str_t_val); in conv_princ_2ulog()
334 free(attr_types); in ulog_conv_2logentry()
409 free(attr_types); in ulog_conv_2logentry()
425 free(attr_types); in ulog_conv_2logentry()
439 free(attr_types); in ulog_conv_2logentry()
445 free(attr_types); in ulog_conv_2logentry()
455 free(attr_types); in ulog_conv_2logentry()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c67 free(fmt.dtfd_string); in dt_strdata_add()
83 free(*data); in dt_strdata_add()
127 free(new_pdesc);
138 free(dtp->dt_pdesc);
141 free(dtp->dt_edesc);
165 free(enabled);
178 free(enabled);
191 free(enabled);
197 free(enabled);
235 * If we failed, free our allocated probes. Note that if we failed
[all …]
/freebsd/contrib/libfido2/src/
H A Dtypes.c14 free(sa->ptr[i]); in fido_str_array_free()
16 free(sa->ptr); in fido_str_array_free()
25 free(oa->name[i]); in fido_opt_array_free()
27 free(oa->name); in fido_opt_array_free()
28 free(oa->value); in fido_opt_array_free()
37 free(ba->ptr); in fido_byte_array_free()
46 free(a->type); in fido_algo_free()
57 free(aa->ptr); in fido_algo_array_free()
66 free(ca->name[i]); in fido_cert_array_free()
68 free(ca->name); in fido_cert_array_free()
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_dir.c99 free(path); in subsidiary_residual()
138 free(dirname); in split_path()
139 free(filename); in split_path()
215 free(newpath); in write_primary_file()
325 free(cache); in make_cache()
326 free(data); in make_cache()
327 free(residual_copy); in make_cache()
347 free(dirname); in dcc_resolve()
348 free(filename); in dcc_resolve()
382 free(primary_path); in dcc_resolve()
[all …]
/freebsd/usr.sbin/mptutil/
H A Dmpt_drive.c163 free(ioc2); in mpt_pd_list()
172 free(ioc3); in mpt_pd_list()
173 free(ioc2); in mpt_pd_list()
192 free(volumes); in mpt_pd_list()
193 free(ioc5); in mpt_pd_list()
194 free(ioc3); in mpt_pd_list()
195 free(ioc2); in mpt_pd_list()
212 free(volumes); in mpt_pd_list()
213 free(ioc5); in mpt_pd_list()
214 free(ioc3); in mpt_pd_list()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2.c133 free(out); in argon2_hash()
147 free(out); in argon2_hash()
153 free(out); in argon2_hash()
230 free(ctx.ad); in argon2_verify()
231 free(ctx.salt); in argon2_verify()
232 free(ctx.out); in argon2_verify()
237 free(ctx.ad); in argon2_verify()
238 free(ctx.salt); in argon2_verify()
239 free(ctx.out); in argon2_verify()
245 free(ctx.ad); in argon2_verify()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv24 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]
/freebsd/gnu/
H A DCOPYING4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]
/freebsd/contrib/diff/
H A DCOPYING4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
17 using it. (Some other Free Software Foundation software is covered by
21 When we speak of free software, we are referring to freedom, not
23 have the freedom to distribute copies of free software (and charge for
26 in new free programs; and that you know you can do these things.
44 that everyone understands that there is no warranty for this free
50 Finally, any free program is threatened constantly by software
[all …]

12345678910>>...259