Searched refs:to (Results 51 - 75 of 1175) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Dfilter_fork.h29 #error This header is only to be used internally to libarchive.
H A Darchive_read_disk_private.h30 #error This header is only to be used internally to libarchive.
48 * Since symlink interaction changes, we need to track whether
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/rsa/
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-9.3-release/contrib/cvs/lib/
H A Drename.c25 /* Rename file FROM to file TO.
29 rename (from, to)
31 char *to;
40 if (CVS_UNLINK (to) && errno != ENOENT)
49 /* Need a setuid root process to link and unlink directories. */
57 execl (MVDIR, "mvdir", from, to, (char *) 0);
75 if (link (from, to) == 0 && (CVS_UNLINK (from) == 0 || errno == ENOENT))
/freebsd-9.3-release/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
371 copy(const char *from, const char *to) argument
[all...]
/freebsd-9.3-release/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
64 /* Maximum buffer size in bytes - do not allow it to grow larger than this */
67 /* Small (default) buffer size in bytes. It's inefficient for this to be
95 * If the file DNE, set the mode to be the from file, minus setuid
105 printf("%s not overwritten\n", to.p_path);
110 to.p_path, YESNO);
124 (void)unlink(to.p_path);
126 to_fd = open(to.p_path, O_WRONLY | O_TRUNC | O_CREAT,
131 to_fd = open(to.p_path, O_WRONLY | O_TRUNC, 0);
135 to_fd = open(to
[all...]
/freebsd-9.3-release/sys/sys/
H A Dttyqueue.h138 void ttyoutq_flush(struct ttyoutq *to);
139 void 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-9.3-release/usr.sbin/ppp/
H A Dsystems.c67 /* Move string from ``from'' to ``to'', interpreting ``~'' and $.... */
69 InterpretArg(const char *from, char *to) argument
78 startto = to;
79 endto = to + LINE_LEN - 1;
88 *to++ = *from++;
97 *to++ = '\\'; /* Pass the escapes on, maybe skipping \# */
100 *to++ = *from++;
104 *to = '\0'; /* For an empty var name below */
110 if (endto - to < (in
[all...]
/freebsd-9.3-release/contrib/ipfilter/rules/
H A DBASIC_1.FW7 # ppp0 - (external) PPP connection to ISP, address a.b.c.d/32
11 # This file contains the basic rules needed to construct a firewall for the
15 # *Nasty* packets we don't want to allow near us at all!
16 # short packets which are packets fragmented too short to be real.
22 # (especially for ed0) and needs to be further refined.
27 block in log on ed0 from w.x.y.z/24 to any head 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
38 block in log quick from 127.0.0.0/8 to any group 200
39 block in log quick from any to 127.
[all...]
H A Dexample.132 # Log all short TCP packets to qe3, with 10.3.3.3 as the intended
5 block in on qe0 to qe3:10.3.3.3 proto tcp all with short
9 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
15 # Route all ICMP packets to network 10 out through le1, to 10.3.3.1
17 pass in on le0 to le1:10.3.3.1 proto icmp all
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drename.c17 along with this program; if not, write to the Free Software
35 /* We need to open the file in binary modes on system where that makes
44 /* The number of bytes to copy at once. */
47 /* Copy file FROM to file TO, performing no translations.
51 simple_copy (const char *from, const char *to) argument
61 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777);
63 tofd = creat (to, 0777);
95 /* Set the times of the file DESTINATION to be the same as those in
142 /* Rename FROM to TO, copying if TO is a link.
146 smart_rename (const char *from, const char *to, in argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dfixpaths12 die $0: nothing to do - no substitutions listed!
/freebsd-9.3-release/lib/libkiconv/
H A Dxlat16_sysctl.c17 * may be used to endorse or promote products derived from this software
51 kiconv_add_xlat16_table(const char *to, const char *from, const void *data, int datalen) argument
57 if (strlen(from) >= ICONV_CSNMAXLEN || strlen(to) >= ICONV_CSNMAXLEN)
62 strcpy(din.ia_to, to);
78 kiconv_add_xlat16_table(const char *to __unused, const char *from __unused,
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Dlib.h60 char *strcpy(char *to, const char *from);
61 void memcpy(void *to, const void *from, unsigned size);
62 int p_memcmp(const char *to, const char *from, unsigned size);
63 int strcmp(const char *to, const char *from);
/freebsd-9.3-release/usr.bin/gzip/
H A Dzforce9 # Permission to use, copy, modify, and distribute this software for any
45 echo "$1" -- renamed to "$n"
48 echo $prog: cannot rename "$1" to "$n"
/freebsd-9.3-release/lib/libc/gen/
H A Dstatvfs.c4 * Permission to use, copy, modify, and distribute this software and
10 * in advertising or publicity pertaining to distribution of the
43 static int sfs2svfs(const struct statfs *from, struct statvfs *to);
98 sfs2svfs(const struct statfs *from, struct statvfs *to) argument
102 *to = zvfs;
105 to->f_flag |= ST_RDONLY;
107 to->f_flag |= ST_NOSUID;
112 to->field = from->field; \
113 if (from->field != to->field) { \
124 to
[all...]
/freebsd-9.3-release/share/doc/psd/20.ipctut/
H A Dudgramread.c17 .\" may be used to endorse or promote products derived from this software
51 * This program creates a UNIX domain datagram socket, binds a name to it,
60 /* Create socket from which to read. */
70 perror("binding name to datagram socket");
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl99 B<ipfmeta> is used to simplify the maintenance of your IP filter
101 object gets replaced by its values at runtime. This is similar to
109 Rules to be processed are read from stdin, output goes to stdout.
115 file, the filename defaults to F<ipf.objs>. An object is delimited
118 whitespace are allowed. A value belongs to the first object that
123 for instance to keep them in sync with filter rules. Combine
124 B<ipfmeta> with a Makefile to save typing.
133 metarules. Higher levels cause expanded metarules to be included.
162 block in from UNWANTED to an
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES5 Permission to use, copy, modify, and distribute this software and
12 to distribution of the software without specific, written prior
26 was sent to the printers in August, 1987.
29 fiddled makefile to get correct yacc and bison flags. pick yacc
32 added __attribute__((__noreturn__)) to a couple of lines in
33 proto.h, to silence someone's enthusiastic checker.
38 to paul patience and arnold robbins for passing it on and for
41 tiny fiddle in setfval to eliminate -0 results in T.expr, which
45 another fix to avoid core dump with delete(ARGV); again, many thanks
46 to rusla
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dlimit.cpp18 with groff; see the file COPYING. If not, write to the Free Software
28 box *to; member in class:limit_box
44 : p(pp), from(qq), to(rr)
53 delete to;
69 if (to != 0) {
70 int r = to->compute_metrics(script_style(style));
74 mark_uid = to->uid;
93 if (to != 0)
95 p->uid, to->uid);
103 if (to !
[all...]
/freebsd-9.3-release/sys/netatalk/
H A Dddp_input.c28 * Permission to use, copy, modify, and distribute this software and
33 * of Michigan not be used in advertising or publicity pertaining to
124 struct sockaddr_at from, to; local
133 bzero((caddr_t)&to, sizeof(struct sockaddr_at));
137 * information is defaulted to ATADDR_ANYNET and node
153 to.sat_addr.s_net = ATADDR_ANYNET;
154 to.sat_addr.s_node = elh->el_dnode;
155 to.sat_port = ddps.dsh_dport;
161 * Make sure that we point to the phase1 ifaddr info and that
168 && ((to
[all...]
/freebsd-9.3-release/contrib/top/
H A Dutils.c50 * itoa - convert integer (decimal) to ascii string for positive numbers
90 * a front end to a more general routine for efficiency.
143 * strecpy(to, from) - copy string "from" into "to" and return a pointer
144 * to the END of the string "to".
147 char *strecpy(to, from)
149 register char *to;
153 while ((*to++ = *from++) != '\0');
154 return(--to);
195 register char *to; local
[all...]

Completed in 146 milliseconds

1234567891011>>