Searched refs:copy (Results 1 - 25 of 1931) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr42559.c1 void jumpfunc(int copy, void *p) argument
4 if (copy)
/netbsd-6-1-5-RELEASE/dist/nvi/clib/
H A Dstrdup.c57 char *copy; local
60 if (!(copy = malloc((u_int)len)))
62 memcpy(copy, str, len);
63 return (copy);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/missing/
H A Dstrdup.c50 char *copy; local
53 if ((copy = malloc(len)) == NULL)
55 memcpy(copy, str, len);
56 return (copy);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dextern1.C6 extern void *copy (void) // { dg-error "storage class specified" } function in class:A
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Dextern1.C6 extern void *copy (void) // { dg-error "storage class specified" } function in class:A
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dcopy-file.exp13 # You should have received a copy of the GNU General Public License
23 file copy -force $f $dstdir
26 file copy -force $symlink $dstdir
29 file copy -force $dirname/$symlink $dstdir
/netbsd-6-1-5-RELEASE/lib/libc/compat/stdlib/
H A Dcompat_putenv.c65 char *copy; local
76 if ((copy = strdup(name)) == NULL)
78 copy[l_name++] = '\0';
80 rv = setenv(copy, copy + l_name, 1);
82 free(copy);
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/
H A Dautogen.sh7 libtoolize --copy --force
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dautogunk.sh18 libtoolize --copy --force
19 automake --foreign --add-missing --copy
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dstrdup.c53 char *copy = NULL; local
57 if ((copy = alloc(len)) == NULL)
59 memcpy(copy, str, len);
61 return (copy);
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrdup.c57 char *copy; local
62 if (!(copy = malloc(len)))
64 memcpy(copy, str, len);
65 return (copy);
H A Dwcsdup.c9 * Permission to use or copy this software for any purpose is hereby granted
30 wchar_t *copy; local
36 copy = malloc(len * sizeof (wchar_t));
38 if (!copy)
41 return wmemcpy(copy, str, len);
H A Dstrndup.c61 char *copy; local
68 if (!(copy = malloc(len + 1)))
70 memcpy(copy, str, len);
71 copy[len] = '\0';
72 return (copy);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dcopy-file.exp13 # You should have received a copy of the GNU General Public License
25 file copy -force $f $dstdir
28 file copy -force $symlink $dstdir
31 file copy -force $dirname/$symlink $dstdir
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/
H A Dbootstrap19 ${LIBTOOLIZE} --force --copy || exit 1
20 automake --foreign --add-missing --copy || exit 1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/rope/
H A D36832.cc14 // You should have received a copy of the GNU General Public License along
28 myRope.copy(1, 1, buffer);
/netbsd-6-1-5-RELEASE/dist/nvi/
H A DLICENSE6 to this copy of the Vi software.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/valarray/
H A Dconst_bracket.cc16 // You should have received a copy of the GNU General Public License along
26 void copy(P, std::size_t) { } function
31 copy(&v[0], v.size());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/valarray/
H A Dvalarray_const_bracket.cc16 // You should have received a copy of the GNU General Public License along
35 void copy(P, std::size_t) { } function
40 copy(&v[0], v.size());
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpa-nullify.s9 copy %r3,%r1
10 copy %r30,%r3
14 copy %r19,%r28
27 copy %r3,%r1
28 copy %r30,%r3
43 copy %r3,%r1
44 copy %r30,%r3
51 copy %r28,%r19
52 copy %r19,%r28
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dutil.c129 char *copy; local
131 MALLOC(sp, copy, char *, (len + 1));
132 if (copy == NULL)
134 memcpy(copy, str, len);
135 copy[len] = '\0';
136 return (copy);
148 CHAR_T *copy; local
150 MALLOC(sp, copy, CHAR_T *, (len + 1) * sizeof(CHAR_T));
151 if (copy == NULL)
153 MEMCPYW(copy, st
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/
H A Dinclude4netbsd25 copy() function
36 copy $LIBBIND/include/$i $INCLUDE/$i
43 copy $LIBBIND/include/arpa/$i $INCLUDE/arpa/$i
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ms/
H A Dtestpemce.bat8 copy ..\test\testcrl.pem >nul
12 copy ..\test\testp7.pem >nul
16 copy ..\test\testreq2.pem >nul
20 copy ..\test\testrsa.pem >nul
24 copy ..\test\testx509.pem >nul
28 copy ..\test\v3-cert1.pem >nul
32 copy ..\test\v3-cert1.pem >nul
36 copy ..\test\testsid.pem >nul
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dnot_special.C5 // copy ctor or assignment. Rather they should overload with the
19 int copy = 0; variable
25 base(const base&) {++copy;}
41 assert(copy == 0);
43 assert(copy == 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb73.C14 copy (daten, daten+16, back_inserter(menge));

Completed in 136 milliseconds

1234567891011>>