Searched refs:to (Results 176 - 200 of 1425) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/i386/gptboot/
H A Dgptldr.S15 * may be used to endorse or promote products derived from this software
49 # to copy for boot2 (<= 15)
57 * Copy BTX and boot2 to the right locations and start it all up.
61 * Setup the segment registers to flat addressing (segment 0) and setup the
62 * stack to end just below the start of our code.
72 * its header to find boot2. We need to copy boot2 to MEM_USR and BTX
73 * to MEM_BTX. Since those might overlap, we have to cop
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc15 //=== is guaranteed to work on *all* UNIX variants.
87 // Check to see if this first directory contains the executable...
101 // Redirect empty paths to /dev/null
131 // Redirect empty paths to /dev/null
206 // If we call posix_spawn_file_actions_addopen we have to make sure the
207 // c strings we pass to it stay alive until the call to posix_spawn,
233 // If stdout and stderr should go to the same place, redirect stderr
234 // to the FD already open for stdout.
236 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdou
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.h28 * Permission to use, copy, modify, and distribute this software and its
33 * advertising or publicity pertaining to distribution of the software
39 * This file contains the programmatic interface to the Automated
42 * "AutoOpts" chapter. Please refer to that doc for usage help.
98 /** The string argument to an option. The argument type must be \"string\". */
142 # warning undefining IPV4 due to option name conflict
146 # warning undefining IPV6 due to option name conflict
150 # warning undefining COMMAND due to option name conflict
154 # warning undefining DEBUG_LEVEL due to option name conflict
158 # warning undefining SET_DEBUG_LEVEL due to optio
[all...]
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcopy.S8 * Permission to use, copy, modify and distribute this software and its
18 * Carnegie Mellon requests users of this software to return to
26 * the rights to redistribute these changes.
118 and t0,SIZEREG,AT # count truncated to multiples
119 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
120 sltu AT,SRCREG,a3 # any work to do?
153 PTR_SUBU t2,SIZEREG,t2 # t2 = words to copy * SZREG
165 beq SIZEREG,zero,4f # nothing left to do?
180 * Copy from unaligned source to aligne
[all...]
H A Dbzero.S7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
57 blt a1, 3*SZREG, smallclr # small amount to clear?
58 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
62 REG_SHI zero, 0(a0) # clear 1, 2, or 3 bytes to align
/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S8 * Permission to use, copy, modify and distribute this software and its
18 * Carnegie Mellon requests users of this software to return to
26 * the rights to redistribute these changes.
107 and t0,SIZEREG,AT # count truncated to multiples
108 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
109 sltu AT,SRCREG,a3 # any work to do?
142 PTR_SUBU t2,SIZEREG,t2 # t2 = words to copy * SZREG
154 beq SIZEREG,zero,4f # nothing left to do?
169 * Copy from unaligned source to aligne
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk8 # Permission to copy, redistribute or otherwise
13 # Please send copies of changes and bug-fixes to:
24 # it would be nice to be able to query .SUFFIXES
39 # you are supposed to know what you are doing!
48 # it is a bad idea to update anything
98 # if it isn't supposed to be touched by us the Makefile should have
113 # sometimes we want .meta files generated to aid debugging/error detection
114 # but do not want to consider them for dependencies
123 # they probably need to b
[all...]
H A Dlinks.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
61 # sometimes we want to ensure DESTDIR is ignored
H A Dwarnings.mk8 # Permission to copy, redistribute or otherwise
13 # Please send copies of changes and bug-fixes to:
49 # The two step default makes it easier to test build with different defaults.
58 # If you add sets, besure to list them (you don't have to touch this list).
77 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
78 # we need to turn off -Wuninitialized as otherwise we get a warning that
87 # so adding to WARNINGS_SET[_${MACHINE_ARCH}] after this file is
96 # which makes it easy to turn off override individual flags
99 # The last bit expands to
[all...]
H A Dobj.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
29 # this has to match how make behaves
63 # this just allows us to be included by ourselves
85 echo "No ${__objdir} to link to - do a 'make obj'"; \
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk9 # Permission to copy, redistribute or otherwise
14 # Please send copies of changes and bug-fixes to:
25 # it would be nice to be able to query .SUFFIXES
40 # you are supposed to know what you are doing!
49 # it is a bad idea to update anything
99 # if it isn't supposed to be touched by us the Makefile should have
114 # sometimes we want .meta files generated to aid debugging/error detection
115 # but do not want to consider them for dependencies
124 # they probably need to b
[all...]
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi15 configuration is, it coordinates all the things that need to be built.
47 that additional tools may be required beyond what is normally needed to
70 You can specify specific tests by setting RUNTESTFLAGS to be the name
85 and using the new compiler to build target libraries.
88 for @command{make} is to do a full three-stage bootstrap. This means
93 separately and compiled into a separate directory, to minimize problems
94 due to ABI incompatibilities between the native compiler and GCC.
99 rebuilt, and copied to its subdirectory. This will allow you to, for
101 stage2 build to cras
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk4 # Permission is hereby granted, free of charge, to any person obtaining a #
6 # to deal in the Software without restriction, including without limitation #
7 # the rights to use, copy, modify, merge, publish, distribute, distribute #
8 # with modifications, sublicense, and/or sell copies of the Software, and to #
9 # permit persons to whom the Software is furnished to do so, subject to the #
24 # holders shall not be used in advertising or otherwise to promote the sale, #
31 # This only needs to be used directly as a makefile by developers, but
33 # to
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec26 ldns is a library with the aim to simplify DNS programing in C. All
28 level API which allows a programmer to (for instance) create or sign
122 - Updated to 1.6.11
127 - Updated to 1.6.10
131 - Updated to 1.6.9
134 - Updated to 1.6.8
137 - Upgraded to 1.6.6
140 - Disable a debug line that was added to find the LOC issue that causes
150 - Upgraded to 1.6.4
159 -Updated to 1.
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dstats.c8 * By using this file, you agree to the terms and conditions set
22 static bool GotStats = false; /* set when we have stats to merge */
32 ** to -- to address.
43 markstats(e, to, type)
45 register ADDRESS *to;
67 if (to == NULL)
74 if (to == NULL)
85 Stat.stat_nt[to->q_mailer->m_mno]++;
86 Stat.stat_bt[to
[all...]
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S7 * contributed to Berkeley.
18 * may be used to endorse or promote products derived from this software
47 * Convert double to unsigned integer (for gcc).
60 * Same as above but to unsigned long
69 fbul,a 1f ! if so, use fdtox to convert to long
77 fdtox %f0, %f0 ! convert to long
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.h46 volatile int rp; /* pointers to the ready area */
115 unsigned int sndbuf_xbytes(unsigned int v, struct snd_dbuf *from, struct snd_dbuf *to);
120 int sndbuf_dispose(struct snd_dbuf *b, u_int8_t *to, unsigned int count);
121 int sndbuf_feed(struct snd_dbuf *from, struct snd_dbuf *to, struct pcm_channel *channel, struct pcm_feeder *feeder, unsigned int count);
137 snd_xbytes(u_int32_t v, u_int32_t from, u_int32_t to) argument
140 if (from == to)
144 return ((u_int64_t)v * to / from);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dnames.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
150 const char *from, const char *to, void *arg);
163 const char *from, const char *to, void *x),
173 const char *from, const char *to,
185 const char *from, const char *to, void *arg);
198 const char *from, const char *to, void *x),
208 const char *from, const char *to,
162 EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
172 EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
197 EVP_MD_do_all(void (*fn) (const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
207 EVP_MD_do_all_sorted(void (*fn) (const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd16 if /I "%wget%"=="" echo Wget not found. If installed, add path to PATH environment variable. & exit 1
29 rem then add an include line to your unbound.conf pointing to the full path of
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp43 GlobalVariable *to) {
44 to->setLinkage(from->getLinkage());
45 to->setVisibility(from->getVisibility());
47 to->setComdat(M.getOrInsertComdat(to->getName()));
48 to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind());
103 // the emutls library function to reset newly allocated TLS variables.
112 // void *ptr; // initialized to 0; set at run time per thread.
113 // void *templ; // 0 or point to __emutls_t.*
143 assert(EmuTlsTmplVar && "Failed to creat
41 copyLinkageVisibility(Module &M, const GlobalVariable *from, GlobalVariable *to) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp86 // This will fail to link with -static.
90 static void UnmapFromTo(uptr from, uptr to) { argument
91 CHECK(to >= from);
92 if (to == from) return;
93 uptr res = internal_munmap(reinterpret_cast<void *>(from), to - from);
96 "ERROR: AddresSanitizer failed to unmap 0x%zx (%zd) bytes at address "
98 to - from, to - from, from);
99 CHECK("unable to unmap" && 0);
197 "you should either link runtime to you
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dswitch-cmd.c5 * Licensed to the Apache Software Foundation (ASF) under one
9 * to you under the Apache License, Version 2.0 (the
15 * Unless required by applicable law or agreed to in writing,
52 const char *to;
58 to = APR_ARRAY_IDX(targets, 1, const char *);
62 if (svn_path_is_url(from) != svn_path_is_url(to))
65 _("'%s' to '%s' is not a valid relocation"), from, to);
71 SVN_ERR(svn_client_relocate2("", from, to, ignore_externals,
82 SVN_ERR(svn_client_relocate2(target, from, to,
50 const char *to; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm11 ! In addition to the permissions in the GNU General Public License, the
12 ! Free Software Foundation gives you unlimited permission to link the
13 ! compiled version of this file with other programs, and to distribute
25 ! along with this program; see the file COPYING. If not, write to
30 ! compiled with GCC to produce an executable, this does not cause
31 ! the resulting executable to be covered by the GNU General Public License.
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the
10 # Free Software Foundation gives you unlimited permission to link the
11 # compiled version of this file with other programs, and to distribute
23 # along with this program; see the file COPYING. If not, write to
28 # compiled with GCC to produce an executable, this does not cause
29 # the resulting executable to be covered by the GNU General Public License.
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.h119 #define MAKE_CAPABILITY(to, from, rights) do { \
121 REQUIRE(to = cap_new(from, rights)); \
122 CHECK_SYSCALL_SUCCEEDS(cap_getrights, to, &_rights); \

Completed in 250 milliseconds

1234567891011>>