Searched refs:copy (Results 151 - 175 of 699) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dasn1-template.h107 asn1_type_copy copy; member in struct:asn1_type_func
/freebsd-current/contrib/kyua/utils/sqlite/
H A Ddatabase_test.cpp141 ATF_TEST_CASE_WITHOUT_HEAD(copy); variable
142 ATF_TEST_CASE_BODY(copy)
271 ATF_ADD_TEST_CASE(tcs, copy);
/freebsd-current/contrib/tcsh/
H A Dsh.set.c329 Char *copy; local
331 copy = Strsave(p);
332 cleanup_push(copy, xfree);
333 asx(vp, subscr, copy);
334 cleanup_ignore(copy);
335 cleanup_until(copy);
626 Char *copy; local
628 copy = Strsave(val);
629 cleanup_push(copy, xfree);
630 setv(var, copy, flag
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp206 std::copy(NamedFeatures.begin(), NamedFeatures.end(), Ptr);
208 std::copy(InstructionHistogram.begin(), InstructionHistogram.end(), Ptr);
210 std::copy(InstructionPairHistogram.begin(), InstructionPairHistogram.end(),
/freebsd-current/lib/nss_tacplus/
H A Dnss_tacplus.c98 char *copy = *buffer; local
105 memcpy(copy, str, len);
108 return (copy);
152 /* copy name */
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dwrite_escaped.h73 std::ranges::copy(__prefix, __nul_terminator{}, __out_it);
78 std::ranges::copy(std::begin(__buffer), __r.ptr, __out_it);
184 ranges::copy(__first, __view.__position(), std::back_insert_iterator(__str));
/freebsd-current/lib/libc/db/btree/
H A Dbt_utils.c55 * copy: always copy the key/data item
61 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy) argument
69 * We must copy big keys/data to make them contiguous. Otherwise,
70 * leave the page pinned and don't copy unless the user specified
81 } else if (copy || F_ISSET(t, B_DB_LOCK)) {
106 } else if (copy || F_ISSET(t, B_DB_LOCK)) {
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl5 # this file except in compliance with the License. You can obtain a copy
112 copy $TX[0],$TX[1] ; move
208 copy $dat1,$dat0
265 copy %r0,@XX[0]
275 copy %r0,@XX[0]
276 copy %r0,@XX[1]
/freebsd-current/crypto/openssl/crypto/pem/
H A Dpem_pkey.c5 * this file except in compliance with the License. You can obtain a copy
337 * encoding. Therefore, if the pkey is provided, we try to take a copy
345 EVP_PKEY *copy = NULL; local
353 && evp_pkey_copy_downgraded(&copy, x))
354 x = copy;
358 EVP_PKEY_free(copy);
365 EVP_PKEY_free(copy);
/freebsd-current/usr.bin/ul/
H A Dul.c162 int copy; local
164 copy = 0;
170 copy = 1;
176 } else if (copy) {
178 copy = 0;
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c130 * Return a shallow copy of @p plist.
141 bhnd_nvram_plist *copy; local
146 if ((copy = bhnd_nvram_plist_new()) == NULL)
152 error = bhnd_nvram_plist_append(copy, prop);
159 bhnd_nvram_plist_release(copy);
164 /* Return ownership of the copy to our caller */
165 return (copy);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h533 iterator copy = *this;
534 ++copy;
535 return copy;
539 iterator copy = *this;
541 return copy;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dfcache.c800 krb5_ccache copy, newfile; local
807 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &copy);
811 ret = krb5_cc_copy_cache(context, id, copy);
813 krb5_cc_destroy(context, copy);
817 ret = krb5_cc_remove_cred(context, copy, which, cred);
819 krb5_cc_destroy(context, copy);
825 krb5_cc_destroy(context, copy);
832 krb5_cc_destroy(context, copy);
841 krb5_cc_destroy(context, copy);
845 ret = krb5_cc_copy_cache(context, copy, newfil
[all...]
/freebsd-current/sys/gnu/gcov/
H A Dgcov_fs.c11 // You should have received a copy of the GNU General Public License
72 * Private copy taken from libc
188 * @unloaded_info: accumulated copy of profiling data sets for unloaded
287 * either a data set for a loaded object file or a data set copy in case
322 * open() implementation for gcov data files. Create a copy of the profiling
336 * Read from a profiling data copy to minimize reference tracking
475 char *copy; local
477 copy = strdup_flags(path, M_GCOV, M_NOWAIT);
478 if (!copy)
480 old_ext = strrchr(copy, '
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstpncpy.S62 sub %rsi, %rdx # copy until the NUL byte
75 call CNAME(memcpy) # copy whole string
95 test %rdx, %rdx # no bytes to copy?
107 movdqa %xmm0, bounce(%rsp) # stash copy of head on the stack
224 /* 1--32 bytes to copy, bounce through the stack */
225 .Lrunt: movdqa %xmm1, bounce+16(%rsp) # clear out rest of on-stack copy
231 movdqa %xmm0, bounce+16(%rsp) # stash copy on stack
240 lea bounce(%rsp, %rcx, 1), %rsi # start of string copy on stack
/freebsd-current/crypto/openssh/
H A Dkrl.c5 * Permission to use, copy, modify, and distribute this software for any
422 /* need to copy hash, as revoke_blob steals ownership */
1046 struct sshbuf *copy = NULL, *sect = NULL; local
1066 if ((copy = sshbuf_fromb(buf)) == NULL) {
1070 if ((r = sshbuf_consume(copy, sizeof(KRL_MAGIC) - 1)) != 0 ||
1071 (r = sshbuf_get_u32(copy, &format_version)) != 0)
1078 if ((r = sshbuf_get_u64(copy, &krl->krl_version)) != 0 ||
1079 (r = sshbuf_get_u64(copy, &krl->generated_date)) != 0 ||
1080 (r = sshbuf_get_u64(copy, &krl->flags)) != 0 ||
1081 (r = sshbuf_skip_string(copy)) !
[all...]
H A Dmisc.c7 * Permission to use, copy, modify, and distribute this software for any
486 struct passwd *copy = xcalloc(1, sizeof(*copy)); local
488 copy->pw_name = xstrdup(pw->pw_name);
489 copy->pw_passwd = xstrdup(pw->pw_passwd == NULL ? "*" : pw->pw_passwd);
491 copy->pw_gecos = xstrdup(pw->pw_gecos);
493 copy->pw_uid = pw->pw_uid;
494 copy->pw_gid = pw->pw_gid;
496 copy->pw_expire = pw->pw_expire;
499 copy
1166 char *ocopy = NULL, *copy, *s = NULL; local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c949 int copy = IWL_FIRST_TB_SIZE - copy_size; local
951 if (copy > cmdlen[i])
952 copy = cmdlen[i];
953 cmdlen[i] -= copy;
954 cmddata[i] += copy;
955 copy_size += copy;
1051 /* and copy the data that needs to be copied */
1053 int copy; local
1058 /* copy everything if not nocopy/dup */
1061 copy
[all...]
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c288 /* copy part up to the brace */
647 /* Find end of next segment, copy tentatively to pathend. */
818 char *copy; local
842 copy = strdup(origpat);
847 if ((copy = malloc(len)) != NULL) {
848 if (g_Ctoc(path, copy, len)) {
849 free(copy);
855 if (copy != NULL) {
856 limit->l_string_cnt += strlen(copy) + 1;
859 free(copy);
[all...]
H A Dglob.c320 /* copy part up to the brace */
680 /* Find end of next segment, copy tentatively to pathend. */
850 char *copy; local
874 copy = strdup(origpat);
879 if ((copy = malloc(len)) != NULL) {
880 if (g_Ctoc(path, copy, len)) {
881 free(copy);
887 if (copy != NULL) {
888 limit->l_string_cnt += strlen(copy) + 1;
891 free(copy);
[all...]
/freebsd-current/sys/dev/netmap/
H A Dif_ptnet.c1503 int copy = NETMAP_BUF_SIZE(na) - nmbuf_bytes; local
1505 if (mlen < copy) {
1506 copy = mlen;
1508 memcpy(nmbuf, mdata, copy);
1510 mdata += copy;
1511 mlen -= copy;
1512 nmbuf += copy;
1513 nmbuf_bytes += copy;
1644 unsigned int copy; local
1660 copy
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp430 std::copy(VL.begin(), VL.end(), varlist_end());
455 std::copy(VL.begin(), VL.end(), varlist_end());
461 std::copy(VL.begin(), VL.end(), getPrivateCopies().end());
488 std::copy(PrivateCopies.begin(), PrivateCopies.end(), varlist_end());
495 std::copy(SrcExprs.begin(), SrcExprs.end(), getPrivateCopies().end());
502 std::copy(DstExprs.begin(), DstExprs.end(), getSourceExprs().end());
509 std::copy(AssignmentOps.begin(), AssignmentOps.end(),
557 std::copy(PL.begin(), PL.end(), varlist_end());
563 std::copy(IL.begin(), IL.end(), getPrivates().end());
569 std::copy(U
[all...]
/freebsd-current/stand/efi/libefi/
H A Ddevpath.c595 EFI_DEVICE_PATH *node, *copy; local
604 copy = malloc(len);
605 if (copy != NULL) {
606 memcpy(copy, devpath, prefix);
607 node = (EFI_DEVICE_PATH *)((UINT8 *)copy + prefix);
610 return (copy);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-match-escape.mk5 # first backslash or not. See ParseModifier_Match, "copy = true".
33 # ':' is seen, and this time, copy=true is not executed but stays copy=false.
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c6 * copy of this software and associated documentation files (the *
8 * without limitation the rights to use, copy, modify, merge, publish, *
378 char *copy, *p; local
382 copy = strdup(arg);
384 if (copy == 0 || mapp == 0)
387 assert(copy != 0);
466 err("illegal -m option format: %s", copy);
470 free(copy);

Completed in 345 milliseconds

1234567891011>>