Searched refs:to (Results 151 - 175 of 1425) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c31 int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, argument
35 return RSA_padding_add_PKCS1_OAEP_mgf1(to, tlen, from, flen,
39 int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, argument
68 to[0] = 0;
69 seed = to + 1;
70 db = to + mdlen + 1;
109 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, argument
113 return RSA_padding_check_PKCS1_OAEP_mgf1(to, tlen, from, flen, num,
117 int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, argument
127 * |em| is the encoded message, zero-padded to exactl
[all...]
/freebsd-11-stable/usr.bin/patch/
H A Dutil.c21 * patch - a program to apply diffs to original files
53 move_file(const char *from, const char *to) argument
58 /* to stdout? */
60 if (strEQ(to, "-")) {
63 say("Moving %s to stdout.\n", from);
74 if (backup_file(to) < 0) {
75 say("Can't backup %s, output is in %s: %s\n", to, from,
81 say("Moving %s to %s.\n", from, to);
165 copy_file(const char *from, const char *to) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-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.
99 /** The string argument to an option. The argument type must be \"string\". */
143 # warning undefining IPV4 due to option name conflict
147 # warning undefining IPV6 due to option name conflict
151 # warning undefining COMMAND due to option name conflict
155 # warning undefining DEBUG_LEVEL due to option name conflict
159 # warning undefining SET_DEBUG_LEVEL due to optio
[all...]
/freebsd-11-stable/contrib/amd/amq/
H A Dpawd.c8 * This code is derived from software contributed to Berkeley by
20 * may be used to endorse or promote products derived from this software
41 * pawd is similar to pwd, except that it returns more "natural" versions of
92 char *to, *ch, *hes_name, *dot; local
107 to = partition;
108 while (*ch && *ch != '/') *to++ = *ch++;
109 to = '\0';
114 to = username;
115 while (*ch && *ch != '/') *to++ = *ch++;
116 to
[all...]
/freebsd-11-stable/tools/test/ppsapi/
H A Dppsapitest.c40 struct timespec to; local
152 * Pick up first event outside the loop in order to not
155 to.tv_nsec = 0;
156 to.tv_sec = 0;
157 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to);
164 to.tv_nsec = 0;
165 to.tv_sec = 0;
166 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Drefill.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
36 ** This #define uses a select() to wait for the 'fd' to become readable.
37 ** The select() can be active for up to 'To' time. The select() may not
39 ** measured to decide how much to subtract from 'To' to update it. On some
43 ** since a BSD-like system will have updated it and we don't want to
50 ** fd -- raw file descriptor (from 'fp') to us
146 struct timeval to; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_nist.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
323 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0;
324 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0;
329 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from[(m)/2]<<32))\
330 :(to[(n)/2] =((m)&1)?(from[(m)/2]>>32):(from[(m)/2]&BN_MASK2l)))
331 # define bn_32_set_0(to, n) (((n)&1)?(to[(
[all...]
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
4 Rem format, or else stock DOS/Windows shells will refuse to run it.
8 Rem with other file names after truncation to DOS 8+3 namespace.
17 Rem The following 2 lines need to be changed with each new GDB release, to
18 Rem be identical to the name of the top-level directory where the GDB
48 echo FAIL: the file %1 does not seem to exist.
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk9 # Permission to copy, redistribute or otherwise
14 # Please send copies of changes and bug-fixes to:
25 # this makes it simpler to get the args to -MF and -MT right
29 # don't even try to handle 'make depend' gracefully.
38 # set this to -MMD to ignore /usr/include
H A Dsys.vars.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
40 # :L says to use the variable's name as its value - ie. literal
60 # convert a path to a valid shell variable
63 # convert path to absolute
73 # we use big jumps to handle 3 digits per dot:
79 # absoulte path to what we are reading.
H A Ddpadd.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
65 # DPLIBS_* allows bsd.libnames.mk to flag libs which must be included
91 # now back to the original order
96 # Convert DPADD into -I and -L options and add them to CPPFLAGS and LDADD
97 # For the -I's convert the path to a relative one. For separate objdirs
98 # the DPADD paths will be to the obj tree so we need to subst anyway.
103 # Order -L's to search ours first.
114 # Each lib is its own src_lib, we want to includ
[all...]
H A Dauto.obj.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
20 # if another process made a dir that mkdir expected to.
21 # We repeat the mkdir -p a number of times to try and work around this.
23 # If we get to the end of the loop, a plain mkdir will issue an error.
34 # if MKOBJDIRS is set to auto (and NOOBJ isn't defined) do some magic...
41 # Use __objdir here so it is easier to tweak without impacting
53 # We need to chdir, make the directory if needed
61 # This causes make to use the specified directory as .OBJDIR
H A Dyacc.mk8 # Permission to copy, redistribute or otherwise
13 # Please send copies of changes and bug-fixes to:
17 # this file contains rules to DTRT when SRCS contains foo.y or foo.c
35 # the touch of the .c is to ensure it is newer than .h (paranoia)
44 # Normally the .y.h rule does the work - to avoid races.
/freebsd-11-stable/share/mk/
H A Datf.test.mk5 # Logic to build and install ATF test programs; i.e. test programs linked
12 # List of C, C++ and shell test programs to build.
15 # respectively, from bsd.prog.mk. However, the build rules are tweaked to
18 # Test programs registered in this manner are set to be installed into TESTSDIR
19 # (which should be overriden by the Makefile) and are not required to provide a
68 # TODO(jmmv): It seems to me that this SED and SRC functionality should
70 # this proves to be useful within the tests.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc80 // from its argument to such files because it thinks they already had one.
182 // executable path, but since we use an explicit executable, we have to add
188 // Windows wants a command line, not an array of args, to pass to the new
189 // process. We have to concatenate them all, while quoting the args that
193 // The pointer to the environment block for the new process.
198 // null-terminated strings. Convert the array of environment variables to
204 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16");
237 // If stdout and stderr should go to th
[all...]
H A DDynamicLibrary.inc31 // llvm_shutdown called, Return to default
36 // Create the instance and return it to be the *Process* handle
37 // simillar to dlopen(NULL, RTLD_LAZY|RTLD_GLOBAL)
44 MakeErrMsg(Err, std::string(File) + ": Can't convert to UTF-16");
109 // There's still a case to somehow cache the result of EnumProcessModulesEx
111 // Possibly using LdrRegisterDllNotification to invalidate the cache?
119 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
120 // MSDN is pretty clear that if the module list changes during the call to
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex52 assembler file ready to be built into a firmware or bootwrapper
57 to make it the only supported method for all \texttt{powerpc}
70 the Linux kernel uses OF calls to scan the device tree and transfer it
71 to an internal representation that is used at run time to look up
87 variety of hacks spread across the kernel to deal with the lack of
88 device tree. These vary from specialised boot wrappers to parse
89 parameters (which are at least reasonably localised) to
90 CONFIG-dependent hacks in drivers to override normal probe logic with
92 itself, such CONFIG-dependent hacks make it hard to buil
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp28 // really defined to replace libc functions.
75 // FIXME: ask frontend whether we need to return failure.
149 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \
152 ASAN_MEMMOVE_IMPL(ctx, to, from, size); \
155 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \
158 ASAN_MEMCPY_IMPL(ctx, to, from, size); \
225 // the linked list it's stored in doesn't even hold valid pointers to the
240 // the |arg| pointer. This may cause LSan to report a leak if leak checking
258 // Align to page size.
291 // swapcontext technically does not return, but program may swap context to
381 INTERCEPTOR(char *, strcat, char *to, const char *from) argument
402 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) argument
421 INTERCEPTOR(char *, strcpy, char *to, const char *from) argument
475 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) argument
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_output.c14 * may be used to endorse or promote products derived from this software
142 struct tcphdr *th, struct tcpopt *to,
151 struct tcpopt *to, long len, int tso)
158 hhook_data.to = to;
201 struct tcpopt to; local
234 * to send, then transmit; otherwise, investigate further.
249 * snd_nxt. There may be SACK information that allows us to avoid
264 * to send out new data (when sendalot is 1), bypass this function.
270 * Still in sack recovery , reset rxmit flag to zer
150 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to, long len, int tso) argument
1692 tcp_addoptions(struct tcpopt *to, u_char *optp) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc11 In addition to the permissions in the GNU General Public License, the
12 Free Software Foundation gives you unlimited permission to link the
14 and to distribute those combinations without any restriction coming
26 along with GCC; see the file COPYING. If not, write to the Free
36 Unwind the stack calling the personality routine to find both the
91 /* Set up this_context to describe the current stack frame. */
101 /* Set up fs to describe the FDE for the caller of cur_context. The
125 /* Update cur_context to describe the same frame as fs. */
129 /* Indicate to _Unwind_Resume and associated subroutines that this
158 /* Set up fs to describ
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin.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.
38 /* Function prologue calls _alloca to probe the stack when allocating more
40 increments is necessary to ensure that the guard pages used
49 addl $0x8,%ecx /* and point to return addr */
/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c19 along with GAS; see the file COPYING. If not, write to the Free
51 /* The pseudo-op for which we need to special-case `@' characters.
116 /* I370 uses single-quotes to delimit integer, float constants. */
137 /* This macro permits the processor to specify all characters which
140 backend uses this to support prefixes, which can confuse the
141 scrubber as to whether it is parsing operands or opcodes. */
146 /* The m68k backend wants to be able to change comment_chars. */
160 /* This macro permits the processor to specify all characters which
208 app is called asynchronously to th
341 char *to = tostart; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c18 * may be used to endorse or promote products derived from this software
187 _gss_copy_cred(ntlm_cred from, ntlm_cred *to) argument
189 *to = calloc(1, sizeof(**to));
190 if (*to == NULL)
192 (*to)->username = strdup(from->username);
193 if ((*to)->username == NULL) {
194 free(*to);
197 (*to)->domain = strdup(from->domain);
198 if ((*to)
[all...]
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c22 * contract to Juniper Networks, Inc.
36 * may be used to endorse or promote products derived from this software
146 * - Our last ack wasn't a 0-sized window. We never want to delay
159 * It basically allows us to also stay in the fastpath
162 * due to the fact that along with moving forward
167 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen,
207 * NOTE that the test is modified according to the latest
210 if ((to->to_flags & TOF_TS) != 0 &&
213 tp->ts_recent = to->to_tsval;
242 if ((to
166 tcp_do_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin) argument
337 tcp_do_fastnewdata(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin) argument
441 tcp_do_slowpath(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin, int thflags) argument
1694 struct tcpopt to; local
1944 tcp_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin) argument
2168 struct tcpopt to; local
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm7 linker simply sets DT_INIT to that value. gcc's initialization and
13 to a linker-created function (placed in .init) that calls each of the -init
16 specially; it will only be called if the -init options arrange for it to
20 to go in .init, just like it can with the GNU linker. However, doing this
21 seems to confuse the linker and triggers an internal error:

Completed in 303 milliseconds

1234567891011>>