Searched refs:copy (Results 51 - 75 of 700) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DTargetExecutionUtils.cpp26 llvm::copy(*ProgramName, &ArgVStorage.back()[0]);
33 llvm::copy(Arg, &ArgVStorage.back()[0]);
/freebsd-current/crypto/openssl/providers/
H A Dstores.inc5 * this file except in compliance with the License. You can obtain a copy
/freebsd-current/lib/libc/i386/string/
H A Dswab.S35 * copy len bytes from src to dst, swapping adjacent bytes
55 testl $7,%ecx # copy first group of 1 to 7 words
65 L2: shrl $3,%ecx # copy remainder 8 words at a time
/freebsd-current/stand/common/
H A Dinterp_parse.c53 free(copy); \
88 char *val, *p, *q, *copy = NULL; local
95 if (!str || (p = copy = backslash(str)) == NULL)
188 free(copy);
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcopy_n.h12 #include <__algorithm/copy.h>
55 return std::copy(__first, __first + difference_type(__n), __result);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c5 * to any person obtaining a copy of this software and associated documentation
7 * including without limitation the rights to use, copy, modify, merge, publish,
284 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
312 // Its a stack block. Make a copy.
322 //printf("calling block copy helper %p(%p, %p)...\n", aBlock->descriptor->copy, result, aBlock);
323 (*aBlock->descriptor->copy)(result, aBlock); // do fixup
329 // This allows the copy helper routines to make non-refcounted block copies under GC
336 // if we copy a malloc block to a GC block then we need to clear NEEDS_FREE.
344 //printf("calling block copy helpe
382 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak); local
[all...]
/freebsd-current/stand/libsa/
H A Denvironment.c56 * If the EV_VOLATILE flag is set, a copy of the variable is made.
162 char *value, *copy; local
165 copy = strdup(string);
166 if ((value = strchr(copy, '=')) != NULL)
168 result = setenv(copy, value, 1);
169 free(copy);
/freebsd-current/contrib/flex/src/
H A Dnfa.c81 int copy, i; local
83 copy = mkstate (SYM_EPSILON);
86 copy = link_machines (copy, dupmachine (singl));
88 return copy;
134 * copy = dupmachine( mach );
136 * copy - holds duplicate of mach
139 * note that the copy of mach is NOT an exact duplicate; rather, all the
140 * transition states values are adjusted so that the copy is self-contained,
546 int base_mach, tail, copy, local
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dconfig.c51 char *copy, *name, *tofree; local
54 copy = strdup(path);
55 if (copy == NULL)
57 tofree = copy;
59 while ((name = strsep(&copy, ".")) != NULL) {
78 for (copy = tofree; copy < name; copy++)
79 if (*copy == '\0')
80 *copy
[all...]
/freebsd-current/usr.bin/ldd/
H A Dldd.c273 void *copy; local
290 dst.d_buf = copy = malloc(len);
297 free(copy);
301 buf = copy;
329 free(copy);
338 void *copy; local
364 dst.d_buf = copy = malloc(count * sizeof(*dyn));
371 free(copy);
375 dyn = copy;
385 free(copy);
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c6 * copy of this software and associated documentation files (the *
8 * without limitation the rights to use, copy, modify, merge, publish, *
94 /* save a copy of string in the string buffer */
128 /* copy the string parts to allocated storage, preserving pointers to it */
139 /* copy term_names, Strings, uses */
232 TERMTYPE2 copy; local
240 _nc_copy_termtype2(&copy, from);
241 from = &copy;
286 free(copy.Booleans);
287 free(copy
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Doperations.hpp50 void copy(const fs::path&, const fs::path&);
/freebsd-current/contrib/kyua/utils/
H A Dauto_array_test.cpp129 ATF_TEST_CASE(copy); variable
130 ATF_TEST_CASE_HEAD(copy)
132 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
135 ATF_TEST_CASE_BODY(copy)
155 set_md_var("descr", "Tests the auto_array smart pointer class' copy "
304 ATF_ADD_TEST_CASE(tcs, copy);
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dcheck-common.h58 int (ASN1CALL *copy)(const void *a, void *b));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h109 auto copy = [&code_to_substr, &dict_len1](LzwCodeType code, ItOut out) { local
132 out = copy(prev_code, out);
141 out = copy(prev_code, out);
145 out = copy(code, out);
/freebsd-current/crypto/openssl/crypto/
H A Dpariscid.pl5 # this file except in compliance with the License. You can obtain a copy
186 copy $cnt,$rv
188 copy $tick,$lasttick
198 copy $tick,$lasttick
219 copy $cnt,$rv
223 copy $tick,$lasttick
233 copy $tick,$lasttick
235 copy $diff,$lastdiff
246 copy $tick,$lasttick
/freebsd-current/usr.bin/users/
H A Dusers.cc68 copy(names.begin(), last, ostream_iterator<string>(cout, " "));
/freebsd-current/contrib/dma/
H A Dmail.c163 * We copy escapes and quoted strings directly, since
221 goto copy;
229 goto copy;
233 goto copy;
240 goto copy;
258 goto copy;
262 goto copy;
300 * Next address, copy previous one.
305 * really something to copy.
313 goto copy;
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dconnection-timeout.sh65 rm -f $OBJ/copy.1
68 "sleep 8; touch $OBJ/copy.1" &
71 test -f $OBJ/copy.1 || fail "missing result file"
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_aesni.inc5 * this file except in compliance with the License. You can obtain a copy
H A Dcipher_aes_ccm_hw_t4.inc5 * this file except in compliance with the License. You can obtain a copy
H A Dcipher_aes_gcm_hw_aesni.inc5 * this file except in compliance with the License. You can obtain a copy
/freebsd-current/sys/dev/netmap/
H A Dnetmap_offloadings.c263 size_t copy; local
368 copy = src_len;
369 if (gso_bytes + copy > dst_na->mfs)
370 copy = dst_na->mfs - gso_bytes;
371 memcpy(dst + gso_bytes, src, copy);
372 gso_bytes += copy;
373 src += copy;
374 src_len -= copy;
/freebsd-current/contrib/unifdef/scripts/
H A Dreversion.sh5 echo Your copy of unifdef is incomplete 1>&2
/freebsd-current/usr.bin/printf/
H A Dprintf.c436 static char *copy; local
444 if ((newcopy = realloc(copy, newlen)) == NULL) {
448 copy = newcopy;
452 memmove(copy, str, len - 3);
453 copy[len - 3] = 'j';
454 copy[len - 2] = ch;
455 copy[len - 1] = '\0';
456 return (copy);

Completed in 365 milliseconds

1234567891011>>