Searched refs:to (Results 276 - 300 of 1175) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
87 /* This function is aliased to mod_exp (with the mont stuff dropped). */
95 unsigned char *to, RSA *rsa, int padding);
97 unsigned char *to, RSA *rsa, int padding);
99 unsigned char *to, RSA *rsa,
102 unsigned char *to, RSA *rsa,
124 /* This function is alised to mod_exp (with the DH and mont dropped). */
133 /* The definitions for control commands specific to this engine */
138 "Specifies the path to the 'cluster labs' shared library",
143 /* Our internal RSA_METHOD that we provide pointers to */
574 cluster_labs_rsa_pub_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
591 cluster_labs_rsa_pub_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
608 cluster_labs_rsa_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
626 cluster_labs_rsa_priv_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/freebsd-9.3-release/contrib/less/
H A Dline.c13 * Routines to manipulate the "line buffer".
15 * in preparation for output to the screen.
22 static char *attr = NULL; /* Extension of linebuf to hold attributes */
98 /* Just realloc to expand the buffer, if we can. */
182 * of plinenum to re-seek if necessary. }}
226 * Append enough spaces to bring us to the lmargin.
247 int to; local
259 to = from = lmargin;
262 * to ge
1224 char *to; local
[all...]
/freebsd-9.3-release/sys/dev/ksyms/
H A Dksyms.c125 * Get the symbol and string table sizes for a kernel module. Add it to the
172 struct toffsets *to; local
182 to = arg;
203 symp[i].st_name += to->to_stridx;
210 if (len > to->to_resid) {
215 to->to_resid -= len;
216 KSYMS_EMIT(buf, to->to_symoff, len);
224 if (strsz > to->to_resid)
227 to->to_resid -= strsz;
228 KSYMS_EMIT(strtab, to
244 struct toffsets to; local
[all...]
/freebsd-9.3-release/sys/isa/
H A Dpnpparse.c357 struct isa_config *to)
364 if (to->ic_nmem == ISA_NMEM) {
368 to->ic_mem[to->ic_nmem] = from->ic_mem[i];
369 to->ic_nmem++;
372 if (to->ic_nport == ISA_NPORT) {
376 to->ic_port[to->ic_nport] = from->ic_port[i];
377 to->ic_nport++;
380 if (to
356 pnp_merge_resources(device_t dev, struct isa_config *from, struct isa_config *to) argument
[all...]
/freebsd-9.3-release/contrib/top/
H A DConfigure46 echo "Unable to build the synopsis."
159 ./getans "Is this what you want to use?" yesno 1 .$$
167 First we need to find out a little bit about the executables needed to
177 full path name, but the named command does need to exist somewhere on
188 The installer command needs to understand Berkeley-esque arguments:
200 What other options should be used with the $Cmdcc command (use "none" to
211 Now you need to answer some questions concerning the configuration of
228 "Default TOPN" is the default number of processes to show. This is the
230 processes to sho
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkern.mk30 # enough to error out the whole kernel build. Display them anyway, so there is
31 # some incentive to fix them eventually.
37 # On i386, do not align the stack to 16-byte boundaries. Otherwise GCC 2.95
38 # and above adds code to the entry and exit point of every function to align the
39 # stack to 16-byte boundaries -- thus wasting approximately 12 bytes of stack
80 # anywhere in the 64-bit address space. We also tell GCC to use floating
82 # operations which it has a tendency to do.
117 # For PowerPC we tell gcc to use floating point emulation. This avoids using
118 # floating point registers for integer operations which it has a tendency to d
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh4 # The contents of this file are subject to the terms of the
48 echo "failed to enable $prog: `cat $err`"
64 echo success at $lower, raised to $upper
95 echo "maximum supported enabled probes found to be $lower"
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
33 # to time it out.
43 * This is guaranteed to not race with signal-handle.
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
47 * Toss out the first 100 samples to wait for the program to enter
/freebsd-9.3-release/contrib/amd/scripts/
H A Damd2ldif.in6 mapname: name of the amd map beeing converted to ldif
10 with ldif2ldbm(8C) to automagically update the ldap
/freebsd-9.3-release/contrib/bmake/mk/
H A Down.mk39 # we need to make sure these are defined too in case sys.mk fails to.
80 # we really like to have SRCTOP and OBJTOP defined...
147 # Define MANZ to have the man pages compressed (gzip)
206 # Define SYS_INCLUDE to indicate whether you want symbolic links to the system
208 # in environments where it's not possible to keep /sys publicly readable)
211 # don't try to generate PIC versions of libraries on machines
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_endianness.h106 #error Unable to determine endian
/freebsd-9.3-release/contrib/cvs/contrib/
H A DMakefile.am1 ## Process this file with automake to produce Makefile.in
35 rcs-to-cvs \
62 rcs-to-cvs.sh \
/freebsd-9.3-release/contrib/cvs/src/
H A Dfilesubr.c28 * Copies "from" to "to".
31 copy_file (from, to)
33 const char *to;
41 CLIENT_SERVER_STR, from, to);
45 /* If the file to be copied is a link or a device, then just create
50 symlink (source, to);
60 mknod (to, sb.st_mode, sb.st_rdev);
72 if ((fdout = creat (to, (int) sb.st_mode & 07777)) < 0)
73 error (1, errno, "cannot create %s for copying", to);
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Di387-tdep.h18 along with this program; if not, write to the Free Software
33 The following definitions are intended to help writing code that
35 registers. In order to use these, one should provide a definition
64 struct type *type, void *to);
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dsbpf.c127 struct timeval to; local
181 to.tv_sec = 1;
182 to.tv_usec = 0;
183 if (ioctl(fd, BIOCSRTIMEOUT, (caddr_t)&to) == -1)
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc16 //=== is guaranteed to work on *all* UNIX variants.
70 /// Therefore, never allow this class to call close on a file descriptor that
71 /// has been read from or written to.
141 // Try to open + create the file.
239 /// GetMainExecutable - Return the path to the main executable, given the
243 // On OS X the executable path is saved to the stack by dyld. Reading it
269 // Fall back to the classical detection.
274 // Use dladdr to get executable path if available.
280 // If the filename is a symlink, we need to resolve and return the location of
350 error_code create_hard_link(const Twine &to, cons
[all...]
/freebsd-9.3-release/contrib/wpa/src/tls/
H A DMakefile7 @echo Nothing to be made.
/freebsd-9.3-release/crypto/openssh/
H A Ddigest.h5 * Permission to use, copy, modify, and distribute this software for any
41 /* Copies internal state of digest of 'from' to 'to' */
43 struct ssh_digest_ctx *to);
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A DMakefile9 log log_accum mfpipe rcs-to-cvs rcs2log rcslock sccs2rcs \
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcmp.S7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
61 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
62 bne v0, zero, unaligned # not possible to align addresses
75 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
101 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Drtld_start.S34 subq $24,%rsp # A place to store exit procedure addr
44 * %rdx contains a pointer to a termination function that should be
48 .rtld_goto_main: # This symbol exists just to make debugging easier.
53 * Binder entry point. Control is transferred to here by code in the PLT.
55 * order, they are (1) "obj", a pointer to the calling object's Obj_Entry,
59 * We are careful to preserve all registers, even the caller-save
121 call _rtld_bind@PLT # Transfer control to the binder
155 ret # "Return" to target address
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk65 # is set to low values, these have to be disabled explicitly.
125 # suppression when building the base system to catch bugs in our headers.
126 # Eventually we'll want to start building the base system C++ code as C++11,
149 # Tell bmake not to mistake standard targets for things to be searched for
150 # or expect to ever be up-to-date.
/freebsd-9.3-release/sys/i386/svr4/
H A Dsvr4_locore.s18 1: pushl %eax # pointer to ucontext
/freebsd-9.3-release/sys/i386/xbox/
H A Dxbox.c13 * 3. The name of the author may not be used to endorse or promote products
39 #error You must have a I686_CPU in your kernel if you want to make an XBOX-compatible kernel
65 * nve(4) driver to fail attaching to the NIC.
68 * Nvidia driver to fail as the NIC does not return any sensible
72 * We bluntly tell the NIC to stop whatever it's doing; this makes

Completed in 287 milliseconds

<<11121314151617181920>>