Searched refs:copy (Results 276 - 300 of 656) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm23 You should have received a copy of the GNU General Public License
H A Deabi-cn.asm23 You should have received a copy of the GNU General Public License
H A Dsol-ci.asm24 # You should have received a copy of the GNU General Public License
H A Dsol-cn.asm24 # You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm24 ! You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c1013 sopno copy; local
1051 copy = dupl(p, start+1, finish+1);
1052 assert(copy == finish+4);
1053 repeat(p, copy, 1, to-1, reclimit);
1060 copy = dupl(p, start, finish);
1061 repeat(p, copy, from-1, to-1, reclimit);
1064 copy = dupl(p, start, finish);
1065 repeat(p, copy, from-1, to, reclimit);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_test.c5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
55 DRM_ERROR("Unknown copy method\n");
133 DRM_ERROR("Failed GTT->VRAM copy %d\n", i);
147 DRM_ERROR("Failed to map VRAM object after copy %d\n", i);
156 DRM_ERROR("Incorrect GTT->VRAM copy %d: Got 0x%p, "
179 DRM_ERROR("Failed VRAM->GTT copy %d\n", i);
193 DRM_ERROR("Failed to map GTT object after copy %d\n", i);
202 DRM_ERROR("Incorrect VRAM->GTT copy %d: Got 0x%p, "
219 DRM_INFO("Tested GTT->VRAM and VRAM->GTT copy fo
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile73 @copy &&|
79 @copy &&|
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.obj.mk7 # Permission to copy, redistribute or otherwise
H A Dsys.mk7 # Permission to copy, redistribute or otherwise
H A Dsys.clean-env.mk7 # Permission to copy, redistribute or otherwise
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id34 # See the ssh-copy-id(1) man page for details
63 printf '\t-f: force mode -- copy keys without trying to check if they are already installed\n' >&2
215 local L_TMP_ID_FILE=$(mktemp ~/.ssh/ssh-copy-id_id.XXXXXXXXXX)
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1185 sopno copy; local
1219 copy = dupl(p, start+1, finish+1);
1220 assert(copy == finish+4);
1221 repeat(p, copy, 1, to-1);
1228 copy = dupl(p, start, finish);
1229 repeat(p, copy, from-1, to-1);
1232 copy = dupl(p, start, finish);
1233 repeat(p, copy, from-1, to);
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslcstyle.y23 * copy of the source code appearing in this file ("Covered Code") an
25 * base code distributed originally by Intel ("Original Intel Code") to copy,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h173 std::copy(List.begin(), List.end(), ParameterList);
510 std::copy(Overrides.begin(), Overrides.end(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h204 copy(Other);
213 copy(Other);
217 void copy(TypeLoc other);
392 // Some subclasses have no data to copy.
1629 void copy(TemplateSpecializationTypeLoc Loc) {
2044 void copy(AutoTypeLoc Loc) {
2133 void copy(ElaboratedTypeLoc Loc) {
2186 void copy(DependentNameTypeLoc Loc) {
2299 void copy(DependentTemplateSpecializationTypeLoc Loc) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp31 SBCommandReturnObjectImpl copy(rhs);
32 std::swap(*this, copy);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h383 /// Creates a copy (owned by this MachOLinkingContext) of a string.
384 StringRef copy(StringRef str) { return str.copy(_allocator); } function in class:lld::MachOLinkingContext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp225 copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData));
257 copy(PathData, std::back_inserter(Block));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql11 * with the License. You may obtain a copy of the License at
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_buckets.h6 * the License. You may obtain a copy of the License at
75 * read, split, copy, setaside, and destroy.
96 * copy makes a duplicate of the bucket structure as long as it's
97 * possible to have multiple references to a single copy of the
183 * the given pool, or in a disjoint pool) must somehow copy, shift, or
208 * @param e The bucket to copy
211 apr_status_t (*copy)(apr_bucket *e, apr_bucket **c); member in struct:apr_bucket_type_t
1026 * as hard as possible to avoid a memory copy.
1111 * @param e The bucket to copy
1114 #define apr_bucket_copy(e,c) (e)->type->copy(
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c19 You should have received a copy of the GNU General Public License
278 the input sections and copy the data into the output sections.
495 bfd_boolean copy,
501 bfd_hash_lookup (&table->table, string, create, copy));
522 bfd_boolean copy,
597 return bfd_link_hash_lookup (info->hash, string, create, copy, follow);
918 #define archive_hash_lookup(t, string, create, copy) \
920 bfd_hash_lookup (&(t)->table, (string), (create), (copy)))
1536 bfd_boolean copy,
1570 h = bfd_wrapped_link_hash_lookup (abfd, info, name, TRUE, copy, FALS
492 bfd_link_hash_lookup(struct bfd_link_hash_table *table, const char *string, bfd_boolean create, bfd_boolean copy, bfd_boolean follow) argument
518 bfd_wrapped_link_hash_lookup(bfd *abfd, struct bfd_link_info *info, const char *string, bfd_boolean create, bfd_boolean copy, bfd_boolean follow) argument
1524 _bfd_generic_link_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-cfg.c18 You should have received a copy of the GNU General Public License
1330 tree copy; local
1349 copy = build2 (MODIFY_EXPR, void_type_node, def, use);
1350 bsi_insert_after (&bsi, copy, BSI_NEW_STMT);
1352 SSA_NAME_DEF_STMT (def) = copy;
4312 tree copy = create_phi_node (PHI_RESULT (phi), new_bb); local
4313 create_new_def_for (PHI_RESULT (copy), copy, PHI_RESULT_PTR (copy)); local
4325 tree stmt, copy; local
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk5 # copy of this software and associated documentation files (the "Software"), #
7 # the rights to use, copy, modify, merge, publish, distribute, distribute #
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh37 # Where to put temporary copy before it's validated
60 -s Specify the URL of the master copy to download
100 a new copy will be downloaded. If the new copy validates, it is installed and
106 functions, e.g. to copy the file to other local systems.
364 log "notice" "$LEAPFILE was missing, creating new copy - check permissions"
366 # Can't copy permissions from old file, copy from NTPCONF instead

Completed in 743 milliseconds

<<11121314151617181920>>