Searched refs:copy (Results 101 - 125 of 3230) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeJarFile.h16 You should have received a copy of the GNU General Public License
37 long long copy (char *toFileNname, int fromEntryNum);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cfi/
H A Dcfi-hppa-1.s14 copy %r3,%r1
15 copy %r30,%r3
37 copy %r3,%r1
38 copy %r30,%r3
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/
H A Danalyze-racy-logs.py17 # You should have received a copy of the GNU General Public License
132 nonracy_tests[state] &= files_and_tests[f][state].copy ()
134 nonracy_tests[state] = files_and_tests[f][state].copy ()
137 all_tests[state] |= files_and_tests[f][state].copy ()
139 all_tests[state] = files_and_tests[f][state].copy ()
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmacro-source-path.exp15 # You should have received a copy of the GNU General Public License
41 file copy -force $srcdir/$subdir/$srcfile $out_dir/cwd
42 file copy -force $srcdir/$subdir/$srcfile $out_dir/other
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/
H A Danalyze-racy-logs.py17 # You should have received a copy of the GNU General Public License
135 nonracy_tests[state] &= files_and_tests[f][state].copy()
137 nonracy_tests[state] = files_and_tests[f][state].copy()
140 all_tests[state] |= files_and_tests[f][state].copy()
142 all_tests[state] = files_and_tests[f][state].copy()
/netbsd-current/usr.bin/audio/common/
H A Ddecode.c80 char *copy = strdup(arg); local
83 if (copy == NULL)
84 err(1, "could not allocate a copy of %s", arg);
87 s = copy;
120 free(copy);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dobjects.c20 You should have received a copy of the GNU General Public License and
21 a copy of the GCC Runtime Library Exception along with this program;
74 id copy = class_createInstance (object->class_pointer, extraBytes); local
75 memcpy (copy, object, object->class_pointer->instance_size + extraBytes);
76 return copy;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dobjects.c20 You should have received a copy of the GNU General Public License and
21 a copy of the GCC Runtime Library Exception along with this program;
74 id copy = class_createInstance (object->class_pointer, extraBytes); local
75 memcpy (copy, object, object->class_pointer->instance_size + extraBytes);
76 return copy;
/netbsd-current/lib/libc/arch/hppa/gen/
H A D__setjmp14.S99 copy %r3, %r1
100 copy %sp, %r3
106 copy %r0, %arg0 ; set up ss
117 copy %r0, %arg1 ; set = NULL
119 copy %r0, %arg0 ; action = 0 <ignored>
126 copy %r0, %ret0
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c22 * - Unroll direct copy to three copies per loop in inffast.c
39 * - Make MATCH copy in inflate() much faster for when netpgpv_inflate_fast() not used
48 * - Unroll last copy for window match in netpgpv_inflate_fast()
124 COPY, /* i/o: waiting for input or output to copy stored block */
132 MATCH, /* o: waiting for output space to copy string */
207 unsigned long check; /* protected copy of check value */
208 unsigned long total; /* protected copy of output count */
220 unsigned length; /* literal or length of data to copy */
221 unsigned offset; /* distance back to copy string from */
484 unsigned copy, dis local
1442 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes_test.cpp88 config::bool_node* copy = static_cast< config::bool_node* >(raw_copy); local
89 ATF_REQUIRE(copy->value());
90 copy->set(false);
92 ATF_REQUIRE(!copy->value());
93 delete copy;
195 config::int_node* copy = static_cast< config::int_node* >(raw_copy); local
196 ATF_REQUIRE_EQ(5, copy->value());
197 copy->set(10);
199 ATF_REQUIRE_EQ(10, copy->value());
200 delete copy;
305 config::string_node* copy = static_cast< config::string_node* >(raw_copy); local
408 config::strings_set_node* copy = local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_draw.c7 * copy of this software and associated documentation files (the "Software"),
9 * on the rights to use, copy, modify, merge, publish, distribute, sub
226 drawable->u.copy.src_area.top = 0;
227 drawable->u.copy.src_area.bottom = height;
228 drawable->u.copy.src_area.left = 0;
229 drawable->u.copy.src_area.right = width;
231 drawable->u.copy.rop_descriptor = SPICE_ROPD_OP_PUT;
232 drawable->u.copy.scale_mode = 0;
233 drawable->u.copy.mask.flags = 0;
234 drawable->u.copy
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
264 unsigned char FAR *from; /* where to copy match bytes from */
267 unsigned len; /* length to copy for repeats, bits to drop */
340 /* copy stored block from input to output */
342 copy = state->length;
345 if (copy > have) copy = have;
346 if (copy > left) copy
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
264 unsigned char FAR *from; /* where to copy match bytes from */
267 unsigned len; /* length to copy for repeats, bits to drop */
340 /* copy stored block from input to output */
342 copy = state->length;
345 if (copy > have) copy = have;
346 if (copy > left) copy
[all...]
/netbsd-current/common/dist/zlib/
H A Dinfback.c266 unsigned copy; /* number of stored or match bytes to copy */ local
267 unsigned char FAR *from; /* where to copy match bytes from */
270 unsigned len; /* length to copy for repeats, bits to drop */
343 /* copy stored block from input to output */
345 copy = state->length;
348 if (copy > have) copy = have;
349 if (copy > left) copy
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
264 unsigned char FAR *from; /* where to copy match bytes from */
267 unsigned len; /* length to copy for repeats, bits to drop */
340 /* copy stored block from input to output */
342 copy = state->length;
345 if (copy > have) copy = have;
346 if (copy > left) copy
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsb.c19 You should have received a copy of the GNU General Public License
98 size_t copy; local
99 copy = sb_to_scrub->len - (scrub_position - sb_to_scrub->ptr);
100 if (copy > buflen)
101 copy = buflen;
102 memcpy (buf, scrub_position, copy);
103 scrub_position += copy;
104 return copy;
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsb.c19 You should have received a copy of the GNU General Public License
98 size_t copy; local
99 copy = sb_to_scrub->len - (scrub_position - sb_to_scrub->ptr);
100 if (copy > buflen)
101 copy = buflen;
102 memcpy (buf, scrub_position, copy);
103 scrub_position += copy;
104 return copy;
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
264 unsigned char FAR *from; /* where to copy match bytes from */
267 unsigned len; /* length to copy for repeats, bits to drop */
340 /* copy stored block from input to output */
342 copy = state->length;
345 if (copy > have) copy = have;
346 if (copy > left) copy
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat21 copy LLVM.Cpp.Common.props "%VCTargets%"
23 copy LLVM.Cpp.Common.targets "%VCTargets%"
30 copy PlatformX64\Toolset.props "%PlatformToolsets%\llvm"
32 copy PlatformX64\Toolset.targets "%PlatformToolsets%\llvm"
39 copy PlatformX86\Toolset.props "%PlatformToolsets%\llvm"
41 copy PlatformX86\Toolset.targets "%PlatformToolsets%\llvm"
45 copy llvm-general.xml "%VCTargets%\1033"
/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_parse.c549 struct aml_environ *copy; local
556 copy = memman_alloc(aml_memman, memid_aml_environ);
557 if (copy == NULL) {
574 *copy = *env;
575 env->dp = copy->end = start + pkglength;
578 while ((copy->dp < copy->end) && (i < numelements)) {
580 tmpname = aml_parse_termobj(copy, indent + 1);
583 objects[i] = aml_copy_object(copy, tmpname->property);
588 aml_free_objectcontent(&copy
608 struct aml_environ *copy; local
782 struct aml_environ *copy; local
826 struct aml_environ *copy; local
871 struct aml_environ *copy; local
921 struct aml_environ *copy; local
959 struct aml_environ *copy; local
1004 struct aml_environ *copy; local
1049 struct aml_environ *copy; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Daffinity.c21 You should have received a copy of the GNU General Public License and
22 a copy of the GCC Runtime Library Exception along with this program;
268 cpu_set_t *copy, char *name, bool quiet)
278 if (CPU_ISSET_S (i, gomp_cpuset_size, copy))
288 CPU_CLR_S (i, gomp_cpuset_size, copy);
301 CPU_CLR_S (i, gomp_cpuset_size, copy);
328 if (!CPU_ISSET_S (first, gomp_cpuset_size, copy))
331 gomp_affinity_init_level_1 (level, 2, count, copy,
342 CPU_CLR_S (first, gomp_cpuset_size, copy);
356 && !CPU_ISSET_S (i, gomp_cpuset_size, copy))
267 gomp_affinity_init_level_1(int level, int this_level, unsigned long count, cpu_set_t *copy, char *name, bool quiet) argument
366 gomp_affinity_init_numa_domains(unsigned long count, cpu_set_t *copy, char *name) argument
471 cpu_set_t *copy; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h20 You should have received a copy of the GNU General Public License along
65 virtual node *copy() = 0;
157 node *copy() { return new line_start_node; } function in class:line_start_node
185 node *copy();
223 node *copy();
239 node *copy();
261 node *copy();
275 node *copy();
289 node *copy();
303 node *copy();
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_cert.in59 echo "copy dance"
60 ${hxtool} certificate-copy \
63 ${hxtool} certificate-copy PEM-FILE:cert-pem.tmp DER-FILE:cert-der.tmp || exit 1
64 ${hxtool} certificate-copy DER-FILE:cert-der.tmp PEM-FILE:cert-pem2.tmp || exit 1
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dextended.c13 * A copy of this license is available in the file LICENSE in the
133 BerElement *copy; local
137 if ( (copy = ber_alloc()) == NULL ) {
143 ber_init2( copy, &op->o_request, 0 );
145 tag = ber_skip_element( copy, &bv );
161 ber_free( copy, 0 );
164 ber_free( copy, 0 );

Completed in 422 milliseconds

1234567891011>>