HomeSort by: relevance | last modified time | path
    Searched refs:copy (Results 1 - 25 of 3112) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/util/
merge-err-lines 5 # this file except in compliance with the License. You can obtain a copy
23 my $copy = $_;
24 chop($copy);
25 $copy =~ s/ +$//;
28 $_ = $copy . ' ' . $next;
  /src/crypto/external/bsd/openssl/dist/util/
merge-err-lines 5 # this file except in compliance with the License. You can obtain a copy
23 my $copy = $_;
24 chop($copy);
25 $copy =~ s/ +$//;
28 $_ = $copy . ' ' . $next;
  /src/external/bsd/mdocml/dist/
compat_strndup.c 7 * Permission to use, copy, modify, and distribute this software for any
29 char *copy; local
35 copy = malloc(len + 1);
36 if (copy != NULL) {
37 (void)memcpy(copy, str, len);
38 copy[len] = '\0';
41 return copy;
  /src/external/bsd/tmux/dist/compat/
strndup.c 6 * Permission to use, copy, modify, and distribute this software for any
30 char *copy; local
34 copy = malloc(len + 1);
35 if (copy != NULL) {
36 (void)memcpy(copy, str, len);
37 copy[len] = '\0';
40 return copy;
  /src/external/gpl3/gdb/dist/gnulib/import/malloc/
scratch_buffer_dupfree.c 15 You should have received a copy of the GNU Lesser General Public
32 void *copy = malloc (size); local
33 return copy != NULL ? memcpy (copy, data, size) : NULL;
37 void *copy = realloc (data, size); local
38 return copy != NULL ? copy : data;
  /src/external/gpl3/gdb.old/dist/gnulib/import/malloc/
scratch_buffer_dupfree.c 15 You should have received a copy of the GNU Lesser General Public
32 void *copy = malloc (size); local
33 return copy != NULL ? memcpy (copy, data, size) : NULL;
37 void *copy = realloc (data, size); local
38 return copy != NULL ? copy : data;
  /src/external/bsd/nvi/dist/clib/
strdup.c 58 char *copy; local
61 if (!(copy = malloc((u_int)len)))
63 memcpy(copy, str, len);
64 return (copy);
  /src/external/bsd/openpam/dist/
autogen.sh 3 libtoolize --copy --force
6 automake --add-missing --copy --foreign
  /src/external/bsd/tcpdump/dist/missing/
strdup.c 45 char *copy; local
48 if ((copy = malloc(len)) == NULL)
50 memcpy(copy, str, len);
51 return (copy);
  /src/lib/libc/compat/stdlib/
compat_putenv.c 64 char *copy; local
75 if ((copy = strdup(name)) == NULL)
77 copy[l_name++] = '\0';
79 rv = setenv(copy, copy + l_name, 1);
81 free(copy);
  /src/crypto/external/bsd/openssh/bin/ssh-copy-id/
Makefile 5 SCRIPTS= ssh-copy-id
6 MAN= ssh-copy-id.1
  /src/external/apache2/llvm/dist/llvm/benchmarks/
DummyYAML.cpp 7 std::string copy(x);
8 llvm::yaml::isNumeric(copy);
  /src/lib/libc/string/
strdup.c 56 char *copy; local
61 if (!(copy = malloc(len)))
63 memcpy(copy, str, len);
64 return (copy);
strndup.c 61 char *copy; local
68 if (!(copy = malloc(len + 1)))
70 memcpy(copy, str, len);
71 copy[len] = '\0';
72 return (copy);
wcsdup.c 9 * Permission to use or copy this software for any purpose is hereby granted
31 wchar_t *copy; local
38 copy = NULL;
39 errno = reallocarr(&copy, len, sizeof(*copy));
43 return wmemcpy(copy, str, len);
  /src/sys/arch/ia64/stand/common/
strdup.c 53 char *copy = NULL; local
57 if ((copy = alloc(len)) == NULL)
59 memcpy(copy, str, len);
61 return (copy);
  /src/external/mit/libcbor/dist/test/
copy_test.c 17 cbor_item_t *item, *copy, *tmp; variable
21 assert_uint8(copy = cbor_copy(item), 10);
23 cbor_decref(&copy);
26 assert_uint16(copy = cbor_copy(item), 10);
28 cbor_decref(&copy);
31 assert_uint32(copy = cbor_copy(item), 10);
33 cbor_decref(&copy);
36 assert_uint64(copy = cbor_copy(item), 10);
38 cbor_decref(&copy);
43 assert_true(cbor_get_uint8(copy = cbor_copy(item)) == 10)
    [all...]
  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 18 return checked::manage(obj.copy());
22 return manage(obj.copy());
26 return checked::manage(obj.copy());
30 return manage(obj.copy());
34 return checked::manage(obj.copy());
38 return manage(obj.copy());
42 return checked::manage(obj.copy());
46 return manage(obj.copy());
50 return checked::manage(obj.copy()).as<checked::ast_expr_id>();
54 return manage(obj.copy()).as<ast_expr_id>()
    [all...]
  /src/lib/csu/arch/hppa/
crt0.S 54 copy %r27, %r19
60 copy %arg0, %arg2 ; ps_strings -> tmp
61 copy %arg1, %arg0 ; cleanup -> arg0
63 copy %arg2, %arg1 ; ps_strings -> arg1
  /src/tests/kernel/arch/hppa/
threadspfunc.S 42 copy %sp, %ret0 /* return sp */
  /src/crypto/dist/ipsec-tools/
bootstrap 19 ${LIBTOOLIZE} --force --copy || exit 1
20 automake --foreign --add-missing --copy || exit 1
  /src/external/bsd/nvi/dist/
LICENSE 6 to this copy of the Vi software.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
pa-nullify.s 9 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
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
pa-nullify.s 9 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
  /src/external/bsd/libbind/dist/
include4netbsd 25 copy() function
36 copy $LIBBIND/include/$i $INCLUDE/$i
43 copy $LIBBIND/include/arpa/$i $INCLUDE/arpa/$i

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>