Searched refs:copy (Results 201 - 225 of 503) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf-strtab.c18 You should have received a copy of the GNU General Public License
142 bfd_boolean copy)
153 bfd_hash_lookup (&tab->table, str, TRUE, copy);
140 _bfd_elf_strtab_add(struct elf_strtab_hash *tab, const char *str, bfd_boolean copy) argument
/freebsd-10.0-release/contrib/bmake/mk/
H A Dauto.obj.mk7 # Permission to copy, redistribute or otherwise
H A Dlibs.mk7 # Permission to copy, redistribute or otherwise
H A Dmeta.subdir.mk8 # Permission to copy, redistribute or otherwise
H A Dobj.mk7 # Permission to copy, redistribute or otherwise
H A Dprogs.mk7 # Permission to copy, redistribute or otherwise
/freebsd-10.0-release/contrib/byacc/
H A Dvmsbuild.com183 $ copy nl: BYACC.com
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm24 ! You should have received a copy of the GNU General Public License
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm22 # You should have received a copy of the GNU General Public License
/freebsd-10.0-release/contrib/libyaml/src/
H A Demitter.c368 yaml_tag_directive_t copy = { NULL, NULL }; local
380 copy.handle = yaml_strdup(value.handle);
381 copy.prefix = yaml_strdup(value.prefix);
382 if (!copy.handle || !copy.prefix) {
387 if (!PUSH(emitter, emitter->tag_directives, copy))
393 yaml_free(copy.handle);
394 yaml_free(copy.prefix);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c985 sopno copy; local
1019 copy = dupl(p, start+1, finish+1);
1020 assert(copy == finish+4);
1021 repeat(p, copy, 1, to-1);
1028 copy = dupl(p, start, finish);
1029 repeat(p, copy, from-1, to-1);
1032 copy = dupl(p, start, finish);
1033 repeat(p, copy, from-1, to);
/freebsd-10.0-release/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-10.0-release/share/mk/
H A Dbsd.progs.mk8 # Permission to copy, redistribute or otherwise
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_algobase.h17 // You should have received a copy of the GNU General Public License along
36 * Permission to use, copy, modify, distribute and sell this software
48 * Permission to use, copy, modify, distribute and sell this software
89 * any type which has a copy constructor and an assignment operator.
255 // calls to copy with memmove whenever possible. (Memmove, not memcpy,
265 copy(_II __first, _II __last, _OI __result) function in struct:__copy
278 copy(_II __first, _II __last, _OI __result) function in struct:__copy
296 copy(const _Tp* __first, const _Tp* __last, _Tp* __result) function in struct:__copy
315 return std::__copy<__simple, _Category>::copy(__first, __last, __result);
389 copy(_InputIterato function
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dglob.c265 /* copy part up to the brace */
666 /* Find end of next segment, copy tentatively to pathend. */
801 char *copy = NULL; local
874 if ((copy = malloc(len)) != NULL) {
875 if (g_Ctoc(path, copy, len)) {
876 free(copy);
879 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
890 return(copy == NULL ? GLOB_NOSPACE : 0);
/freebsd-10.0-release/games/fortune/fortune/
H A Dfortune.c134 static char *copy(const char *, u_int);
627 new = copy(file, (unsigned int) (strlen(file) + 2));
718 name = copy(dirent->d_name, dirent->d_namlen);
805 datfile = copy(file, (unsigned int) (strlen(file) + 4)); /* +4 for ".dat" */
822 *posp = copy(file, (unsigned int) (strlen(file) + 4)); /* +4 for ".dat" */
835 * copy:
836 * Return a malloc()'ed copy of the string
839 copy(const char *str, unsigned int len) function
/freebsd-10.0-release/lib/libc/gen/
H A Dglob.c304 /* copy part up to the brace */
617 /* Find end of next segment, copy tentatively to pathend. */
759 char *copy; local
791 if ((copy = malloc(len)) != NULL) {
792 if (g_Ctoc(path, copy, len)) {
793 free(copy);
796 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
799 return (copy == NULL ? GLOB_NOSPACE : 0);
/freebsd-10.0-release/contrib/binutils/gas/
H A Dread.c18 You should have received a copy of the GNU General Public License
549 int copy;
551 copy = scrub_string_end - scrub_string;
552 if (copy > buflen)
553 copy = buflen;
554 memcpy (buf, scrub_string, copy);
555 scrub_string += copy;
556 return copy;
720 char *copy;
732 copy
546 int copy; local
717 char *copy; local
[all...]
/freebsd-10.0-release/contrib/apr/
H A Dapr.mak61 -@erase "$(INTDIR)\copy.obj"
165 "$(INTDIR)\copy.obj" \
267 -@erase "$(INTDIR)\copy.obj"
372 "$(INTDIR)\copy.obj" \
474 -@erase "$(INTDIR)\copy.obj"
579 "$(INTDIR)\copy.obj" \
681 -@erase "$(INTDIR)\copy.obj"
786 "$(INTDIR)\copy.obj" \
888 -@erase "$(INTDIR)\copy.obj"
993 "$(INTDIR)\copy
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon.h7 * copy of this software and associated documentation files (the "Software"),
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1234 /* copy functions for bo handling */
1248 /* method used for bo copy */
1249 int (*copy)(struct radeon_device *rdev, member in struct:radeon_asic::__anon8176
1256 } copy; member in struct:radeon_asic
1840 #define radeon_copy_blit(rdev, s, d, np, f) (rdev)->asic->copy.blit((rdev), (s), (d), (np), (f))
1841 #define radeon_copy_dma(rdev, s, d, np, f) (rdev)->asic->copy.dma((rdev), (s), (d), (np), (f))
1842 #define radeon_copy(rdev, s, d, np, f) (rdev)->asic->copy.copy((rde
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h191 return ::std::copy(I, E, Dest);
283 // If this wasn't grown from the inline copy, deallocate the old space.
307 return ::std::copy(I, E, Dest);
322 // Just do a copy.
390 // If this wasn't grown from the inline copy, deallocate the old space.
650 std::copy(From, To, I);
761 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
784 std::copy(RHS.begin(), RHS.begin()+CurSize, this->begin());
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dtset.c5 * copy of this software and associated documentation files (the *
7 * without limitation the rights to use, copy, modify, merge, publish, *
383 char *copy, *p; local
387 copy = strdup(arg);
389 if (copy == 0 || mapp == 0)
470 err("illegal -m option format: %s", copy);
474 free(copy);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_sess.c151 /* aka SSL_get0_session; gets 0 objects, just returns a copy of the pointer */
540 int copy=1; local
542 if ((ret=s->session_ctx->get_session_cb(s,session_id,len,&copy)))
549 * it must handle the reference count itself [i.e. copy == 0],
551 if (copy)
1109 unsigned char *data,int len,int *copy))
1115 unsigned char *data,int len,int *copy)
1107 SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy)) argument
/freebsd-10.0-release/contrib/libstdc++/src/
H A Distream.cc16 // You should have received a copy of the GNU General Public License along
70 traits_type::copy(__s, __sb->gptr(), __size);
230 __traits_type::copy(__s, __sb->gptr(), __size);
450 traits_type::copy(__s, __sb->gptr(), __size);
/freebsd-10.0-release/usr.bin/make/
H A Darch.c886 char copy[AR_NAMSIZ + 1]; local
965 strlcpy(copy, member, AR_NAMSIZ + 1);
967 if ((he = Hash_FindEntry(&ar->members, copy)) != NULL)

Completed in 578 milliseconds

1234567891011>>