Searched refs:copy (Results 226 - 250 of 656) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/
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 Doptions.mk7 # Permission to copy, redistribute or otherwise
H A Dprogs.mk7 # Permission to copy, redistribute or otherwise
H A Dsys.dependfile.mk7 # Permission to copy, redistribute or otherwise
H A Dsys.vars.mk7 # Permission to copy, redistribute or otherwise
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com183 $ copy nl: BYACC.com
/freebsd-11-stable/bin/pax/
H A Dextern.h68 void copy(void);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm24 ! You should have received a copy of the GNU General Public License
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm22 # You should have received a copy of the GNU General Public License
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk8 # Permission to copy, redistribute or otherwise
H A Dmeta.subdir.mk9 # Permission to copy, redistribute or otherwise
H A Dsys.dependfile.mk8 # Permission to copy, redistribute or otherwise
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql11 * with the License. You may obtain a copy of the License at
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get());
143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1121 sopno copy; local
1155 copy = dupl(p, start+1, finish+1);
1156 assert(copy == finish+4);
1157 repeat(p, copy, 1, to-1);
1164 copy = dupl(p, start, finish);
1165 repeat(p, copy, from-1, to-1);
1168 copy = dupl(p, start, finish);
1169 repeat(p, copy, from-1, to);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp32 llvm::copy(*ProgramName, &ArgVStorage.back()[0]);
39 llvm::copy(Arg, &ArgVStorage.back()[0]);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp83 std::copy(Path.begin(), Path.end(), LC.Payload.begin());
97 llvm::copy(Sec.Content, Buf->getBufferStart());
/freebsd-11-stable/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, *
404 char *copy, *p; local
408 copy = strdup(arg);
410 if (copy == 0 || mapp == 0)
413 assert(copy != 0);
492 err("illegal -m option format: %s", copy);
496 free(copy);
/freebsd-11-stable/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-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c266 /* copy part up to the brace */
667 /* Find end of next segment, copy tentatively to pathend. */
802 char *copy = NULL; local
875 if ((copy = malloc(len)) != NULL) {
876 if (g_Ctoc(path, copy, len)) {
877 free(copy);
880 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
891 return(copy == NULL ? GLOB_NOSPACE : 0);
/freebsd-11-stable/usr.bin/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" */
818 *posp = copy(file, (unsigned int) (strlen(file) + 4)); /* +4 for ".dat" */
831 * copy:
832 * Return a malloc()'ed copy of the string
835 copy(const char *str, unsigned int len) function
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in422 -u Specify the URL of the master copy to download
441 expiring soon, a new copy will be downloaded. If the new copy is
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c140 char *copy = NULL; local
148 copy = os_zalloc(end - pos + 1);
149 if (!copy)
151 os_memcpy(copy, pos, end - pos);
152 pos = copy;
155 os_free(copy);

Completed in 265 milliseconds

1234567891011>>