Searched refs:to (Results 26 - 50 of 1425) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.c4 * Permission to use, copy, modify, and distribute this software for any
29 copy_statfs_to_statvfs(struct statvfs *to, struct statfs *from) argument
31 to->f_bsize = from->f_bsize;
32 to->f_frsize = from->f_bsize; /* no exact equivalent */
33 to->f_blocks = from->f_blocks;
34 to->f_bfree = from->f_bfree;
35 to->f_bavail = from->f_bavail;
36 to->f_files = from->f_files;
37 to->f_ffree = from->f_ffree;
38 to
[all...]
/freebsd-11-stable/contrib/openbsm/compat/
H A Dendian.h43 * permit encoding to and decoding from byte streams. For those systems, we
51 unsigned char *to; local
55 to = (unsigned char *) &t;
57 to[0] = from[1];
58 to[1] = from[0];
67 unsigned char *to; local
71 to = (unsigned char *) &t;
73 to[0] = from[3];
74 to[1] = from[2];
75 to[
85 unsigned char *to; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_none.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.
65 int RSA_padding_add_none(unsigned char *to, int tlen, argument
78 memcpy(to, from, (unsigned int)flen);
82 int RSA_padding_check_none(unsigned char *to, int tlen, argument
91 memset(to, 0, tlen - flen);
92 memcpy(to + tlen - flen, from, flen);
H A Drsa_null.c26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
68 * It is designed to allow some RSA functions to work while stopping those
75 unsigned char *to, RSA *rsa, int padding);
77 unsigned char *to, RSA *rsa, int padding);
79 unsigned char *to, RSA *rsa, int padding);
81 unsigned char *to, RSA *rsa, int padding);
110 unsigned char *to, RSA *rsa, int padding)
117 unsigned char *to, RSA *rsa, int padding)
125 unsigned char *to, RS
109 RSA_null_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
116 RSA_null_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
124 RSA_null_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
132 RSA_null_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/freebsd-11-stable/etc/
H A Drc.firewall46 # client - will try to protect just this machine
47 # simple - will try to protect a whole network
49 # workstation - will try to protect just this machine using stateful
60 # take time to read this book:
83 # Only in rare cases do you want to change these rules
85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to an
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { argument
32 reinterpret_cast<uptr>(to), size);
35 return memcpy(UntagPtr(to), UntagPtr(from), size);
38 void *__hwasan_memmove(void *to, const void *from, uptr size) { argument
40 reinterpret_cast<uptr>(to), size);
43 return memmove(UntagPtr(to), UntagPtr(from), size);
/freebsd-11-stable/sbin/natd/samples/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
11 ipfw add pass ip from any to any
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Duaccess.h37 copy_to_user(void *to, const void *from, unsigned long n) argument
39 if (linux_copyout(from, to, n) != 0)
46 copy_from_user(void *to, const void *from, unsigned long n) argument
48 if (linux_copyin(from, to, n) != 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp21 void *__asan_memcpy(void *to, const void *from, uptr size) { argument
22 ASAN_MEMCPY_IMPL(nullptr, to, from, size);
29 void *__asan_memmove(void *to, const void *from, uptr size) { argument
30 ASAN_MEMMOVE_IMPL(nullptr, to, from, size);
/freebsd-11-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall46 # client - will try to protect just this machine
47 # simple - will try to protect a whole network
58 # take time to read this book:
82 # Only in rare cases do you want to change these rules
84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
111 # Network Address Translation. All packets are passed to natd(8)
116 # For ``simple'' firewall type the divert rule should be put to a
117 # different place to no
[all...]
/freebsd-11-stable/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall46 # client - will try to protect just this machine
47 # simple - will try to protect a whole network
58 # take time to read this book:
82 # Only in rare cases do you want to change these rules
84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
111 # Network Address Translation. All packets are passed to natd(8)
116 # For ``simple'' firewall type the divert rule should be put to a
117 # different place to no
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_copy.c18 * may be used to endorse or promote products derived from this software
41 copy_primitive (const char *typename, const char *from, const char *to) argument
44 typename, from, to);
49 copy_type (const char *from, const char *to, const Type *t, int preserve) argument
54 copy_type (from, to, t->symbol->type, preserve);
57 t->symbol->gen_name, from, to);
62 copy_primitive ("heim_integer", from, to);
67 fprintf(codefile, "*(%s) = *(%s);\n", to, from);
70 copy_primitive ("octet_string", from, to);
74 copy_primitive ("bit_string", from, to);
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_vnops.h7 * This code is derived from software contributed to The NetBSD Foundation
39 #error not supposed to be exposed to userland.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_cmdline_private.h33 #error This header is only to be used internally to libarchive.
H A Darchive_write_set_format_private.h33 #error This header is only to be used internally to libarchive.
H A Darchive_platform_acl.h35 #error This header is only to be used internally to libarchive.
H A Dfilter_fork.h32 #error This header is only to be used internally to libarchive.
/freebsd-11-stable/bin/mv/
H A Dmv.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
174 do_move(const char *from, const char *to) argument
183 * make sure the user wants to clobber it.
185 if (!fflg && !access(to, F_OK)) {
197 printf("%s not overwritten\n", to);
200 (void)fprintf(stderr, "overwrite %s? %s", to, YESNO);
202 } else if (access(to, W_OK) && !stat(to, &sb) && isatty(STDIN_FILENO)) {
207 group_from_gid((unsigned long)sb.st_gid, 0), to, YESN
274 fastcopy(const char *from, const char *to, struct stat *sbp) argument
374 copy(const char *from, const char *to) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c71 struct timespec to; variable in typeref:struct:timespec
100 ATF_REQUIRE_EQ_MSG(clock_gettime(CLOCK_REALTIME, &to), 0,
102 to.tv_sec++;
103 error = pthread_rwlock_timedwrlock(&lk, &to);
109 ATF_REQUIRE_EQ_MSG(clock_gettime(CLOCK_REALTIME, &to), 0,
111 to.tv_sec++;
112 PTHREAD_REQUIRE(pthread_rwlock_timedwrlock(&lk, &to));
114 ATF_REQUIRE_EQ_MSG(clock_gettime(CLOCK_REALTIME, &to), 0,
116 to.tv_sec++;
117 error = pthread_rwlock_timedwrlock(&lk, &to);
[all...]
/freebsd-11-stable/bin/cp/
H A Dcp.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
48 * Cp copies source files to target files.
50 * The global PATH_T structure "to" always contains the path to the
54 * The basic algorithm is to initialize "to" and use fts(3) to traverse
58 * path (relative to the root of the traversal) is appended to di
84 PATH_T to = { to.p_path, emptystring, "" }; variable
[all...]
H A Dutils.c14 * may be used to endorse or promote products derived from this software
66 /* Maximum buffer size in bytes - do not allow it to grow larger than this. */
70 * Small (default) buffer size in bytes. It's inefficient for this to be
101 * If the file DNE, set the mode to be the from file, minus setuid
111 printf("%s not overwritten\n", to.p_path);
116 to.p_path, YESNO);
132 (void)unlink(to.p_path);
134 to_fd = open(to.p_path,
140 to_fd = open(to.p_path, O_WRONLY | O_TRUNC, 0);
143 to_fd = open(to
[all...]
/freebsd-11-stable/sys/sys/
H A Dttyqueue.h138 void ttyoutq_flush(struct ttyoutq *to);
139 int ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t len);
140 void ttyoutq_free(struct ttyoutq *to);
141 size_t ttyoutq_read(struct ttyoutq *to, void *buf, size_t len);
142 int ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio);
143 size_t ttyoutq_write(struct ttyoutq *to, const void *buf, size_t len);
144 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len);
147 ttyoutq_getsize(struct ttyoutq *to) argument
149 return (to->to_nblocks * TTYOUTQ_DATASIZE);
153 ttyoutq_getallocatedsize(struct ttyoutq *to) argument
160 ttyoutq_bytesleft(struct ttyoutq *to) argument
172 ttyoutq_bytesused(struct ttyoutq *to) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dexport-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 *from, *to;
75 /* If only one target was given, split off the basename to use as
76 the `to' path. Else, a `to' path was supplied. */
80 to = svn_uri_basename(truefrom, pool);
82 to = svn_dirent_basename(truefrom, pool);
86 to
50 const char *from, *to; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap23 # As a special exception to the GNU General Public License, if you
29 # bugs to <bug-automake@gnu.org> or send patches to
42 # The CPP macro used to guard inclusion of FILE.
54 # Return STRING (or stdin) quoted to be used as a sed pattern.
82 PROGRAM is program to run
83 ARGS are passed to PROG
87 Report bugs to <bug-automake@gnu.org>.
116 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
126 # A sed program to
[all...]

Completed in 135 milliseconds

1234567891011>>