Searched refs:to (Results 126 - 150 of 1175) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dlocal.h7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
18 ** Information local to this implementation of stdio,
108 # define FDSET_CAST /* empty cast for fd_set arg to select */
115 ** file descriptor (fd) if possible. The 'fd' is needed to possibly
116 ** switch the mode of the file (blocking/non-blocking) to match
119 ** in blocking mode. If there is to be a finite timeout then the file
121 ** written, select() can be used to test when something can be written
125 ** will not happen. This situation arises when a late-binding-to-disk
131 ** fd -- to becom
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpw_copy.c18 * may be used to endorse or promote products derived from this software
42 * This module is used to copy the master password file, replacing a single
62 /* for use in pw_copy(). Compare a pw entry to a pw struct. */
86 FILE *from, *to; local
101 if (!(to = fdopen(tfd, "w")))
110 (void)fprintf(to, "%s", buf);
111 if (ferror(to))
119 (void)fprintf(to, "%s", buf);
120 if (ferror(to))
131 (void)fprintf(to, "
[all...]
/freebsd-9.3-release/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
80 # if it isn't supposed to be touched by us the Makefile should have
95 # sometimes we want .meta files generated to aid debugging/error detection
96 # but do not want to consider them for dependencies
103 # they probably need to b
[all...]
H A Dsys.clean-env.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
24 # A list of prefixes to match against the environment - the results
25 # are added to MAKE_ENV_SAVE_VAR_LIST after being filtered by...
32 # This gets expanded to an egrep expression like '^(A|B|C...)'
33 # and added to MAKE_ENV_SAVE_VAR_LIST below.
35 # can be used to filter.
54 # This could be a list of vars or patterns to explicitly exclude.
91 # if you don't happen to like the way I set it.
93 # We are going to se
[all...]
H A Dlibnames.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_gcore.sh16 # along with this program; if not, write to the Free Software
19 # Please email any bugs, comments, and/or additions to this file to:
24 # Script to generate a core file of a running program.
25 # It starts up gdb, attaches to the given PID and invokes the gcore command.
34 # Need to check for -o option, but set default basename to "core".
47 # Shift over to start of pid list
72 echo gcore: failed to create $name.$pid
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_private.h29 #error This header is only to be used internally to libarchive.
46 /* Utility: Pointer to a block of nulls. */
50 /* Callbacks to open/read/write/close archive stream. */
68 * the data will be padded to a full block before being
91 * Pointers to format-specific functions for writing. They're
109 * Utility function to format a USTAR header into a buffer. If
110 * "strict" is set, this tries to create the absolutely most portable
111 * version of a ustar header. If "strict" is set to 0, then it will
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc55 // Emulate %e on %d to mute '0'.
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dlink_hash.sh9 # ln a certificate to its hash
23 echo link $H to $C exists
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.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 or t1, t0, 0x3 # set rounding mode to round to zero
71 add.d $f4,$f2,$f4 # round off to integer
72 bc1f 2f # No -> will have to negate result
/freebsd-9.3-release/sys/amd64/include/
H A Dstdarg.h13 * may be used to endorse or promote products derived from this software
72 #error this file needs to be ported to your compiler
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks9 FreeBSD drivers make every attempt possible to support the standards
11 they also attempt to work around hardware which doesn't strictly
14 these devices, we have created a quirks mechanism to indicate to
18 involving CAM and UMASS but is applicable to other areas.
28 Please follow these guidelines to get your device working as soon
34 The first step is to determine what's wrong. If the device should
41 responds to all inquiries with "lun present".
50 o DA_Q_NO_SYNC_CACHE - The sync cache command is used to force a
51 drive to writ
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dmain.c14 * may be used to endorse or promote products derived from this software
62 struct name *to, *cc, *bcc, *smopts; local
81 * of users to mail to. Argp will be set to point to the
85 to = NULL;
94 * Next argument is temp file to write which
105 * Next argument is person to pretend to b
[all...]
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmaster.c14 * may be used to endorse or promote products derived from this software
52 static int slvcount; /* slaves listening to our clock */
57 * The main function of `master' is to periodically compute the differences
58 * (deltas) between its clock and the clocks of the slaves, to compute the
59 * network average delta, and to send to the slaves the differences between
62 * master's name, remote requests to set the network time, ...), and
74 struct tsp *msg, *answer, to; local
96 * to update all timers.
111 /* If a bogus master told us to qui
466 struct tsp to; local
743 struct tsp *answer, to; local
[all...]
/freebsd-9.3-release/usr.sbin/traceroute/
H A Dfindsaddr-udp.c45 * We open a UDP socket, and connect to the destination, letting the kernel
47 * This has multiple advantages: no need to do PF_ROUTE operations possibly
53 findsaddr(register const struct sockaddr_in *to, argument
63 return ("failed to open DGRAM socket for src addr selection.");
67 memcpy(&cto, to, len);
70 errstr = "failed to connect to peer for src addr selection.";
75 errstr = "failed to get socket name for src addr selection.";
90 /* No error (string) to return. */
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec11 # Do we want to disable building of x11-askpass? (1=yes 0=no)
14 # Do we want to disable building of gnome-askpass? (1=yes 0=no)
17 # Do we want to link against a static libcrypto? (1=yes 0=no)
32 # Reserve options to override askpass settings with:
37 # Add option to build without GTK2 for older platforms with only GTK+.
136 commands on a remote machine. SSH is intended to replace rlogin and
137 rsh, and to provide secure encrypted communications between two
142 it up to date in terms of security and features, as well as removing
143 all patented algorithms to separate libraries.
152 the clients necessary to mak
[all...]
/freebsd-9.3-release/contrib/dialog/samples/
H A Deditbox-utf813 Hi, this is a edit box. You can use this to
14 allow the user to enter or modify free-form text.
/freebsd-9.3-release/contrib/wpa/src/radius/
H A DMakefile7 @echo Nothing to be made.
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkeyblock.c18 * may be used to endorse or promote products derived from this software
70 krb5_keyblock *to)
72 return copy_EncryptionKey(inblock, to);
78 krb5_keyblock **to)
87 *to = k;
68 krb5_copy_keyblock_contents(krb5_context context, const krb5_keyblock *inblock, krb5_keyblock *to) argument
76 krb5_copy_keyblock(krb5_context context, const krb5_keyblock *inblock, krb5_keyblock **to) argument
/freebsd-9.3-release/contrib/ntp/util/
H A Dpps-api.c3 Try to run this program to see what the PPS-API finds. You give it the
4 device as argument and you may have to modify the pp.mode = BLA assignment.
57 struct timespec to; local
82 to.tv_nsec = 0;
83 to.tv_sec = 0;
84 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to);
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in42 repository/path/to/restrict $CVSROOT/CVSROOT/cvs_acls [-d][-u $USER][-f <logfile>]
47 -u passes the client-side userId to the cvs_acls script
57 user - userId to be allowed or restricted
58 repos - file or directory to be allowed or restricted
59 branch - branch to be allowed or restricted
81 along with this program; if not, write to the Free Software
88 well as the directory itself, are passed to this script. This script
89 checks its 'cvsacl' file to see if any of the files being committed
94 Messages are returned to the committer indicating the file(s) that
95 he/she are not allowed to commit
[all...]
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_start.S37 subl $16,%esp # A place to store exit procedure addr
44 pushl %eax # Pass initial stack pointer to rtld
51 * %edx contains a pointer to a termination function that should be
55 .rtld_goto_main: # This symbol exists just to make debugging easier.
60 * Binder entry point. Control is transferred to here by code in the PLT.
62 * order, they are (1) "obj", a pointer to the calling object's Obj_Entry,
66 * We are careful to preserve all registers, even the caller-save
81 call _rtld_bind@PLT # Transfer control to the binder
91 ret # "Return" to target address
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common13 Some commands may not be available. Use the '?' command to list
29 before attempting to boot. If <delay> is not specified, the default
37 Boot the system. If arguments are specified, they are added to the
91 List all of the devices from which it may be possible to load modules.
107 than one file, if the user elects to quit displaying a file, the
116 run as part of the boot process, in order to dynamically load modules
128 The set command is used to set variables.
135 Sets the default delay for the autoboot command to <value> seconds.
136 Set value to -1 if you don't want to allo
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
44 * separated, you need to also edit the libc sparcv9 platform
73 * separated, you need to also edit the libc sparcv9 platform
80 and %o0, 0x3, %o4 ! %o4 = byte offset, left-to-right
81 xor %o4, 0x3, %g1 ! %g1 = byte offset, right-to-left
82 sll %g1, 3, %g1 ! %g1 = bit offset, right-to-left
84 sll %o3, %g1, %o3 ! %o3 = shifted to bit offset
85 sll %o1, %g1, %o1 ! %o1 = shifted to bit offset
/freebsd-9.3-release/sys/crypto/aesni/
H A Daesni.h75 const uint8_t from[AES_BLOCK_LEN], uint8_t to[AES_BLOCK_LEN],
78 const uint8_t from[AES_BLOCK_LEN], uint8_t to[AES_BLOCK_LEN],
89 const uint8_t *from, uint8_t *to, const uint8_t iv[AES_BLOCK_LEN]);
93 const uint8_t from[AES_BLOCK_LEN], uint8_t to[AES_BLOCK_LEN]);
95 const uint8_t from[AES_BLOCK_LEN], uint8_t to[AES_BLOCK_LEN]);

Completed in 307 milliseconds

1234567891011>>