Searched refs:to (Results 576 - 600 of 1175) sorted by relevance

<<21222324252627282930>>

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dfcache.c18 * may be used to endorse or promote products derived from this software
131 "Failed to unlock file: %s", strerror(ret));
172 * Try to scrub the contents of `filename' safely.
199 * Erase `filename' if it exists, trying to remove the contents if
200 * it's `safe'. We always try to remove the file, it it exists. It's
240 /* there are still hard links to this file */
771 fcc_move(krb5_context context, krb5_ccache from, krb5_ccache to) argument
775 ret = rename(FILENAME(from), FILENAME(to));
779 "Rename of file from %s to %s failed: %s",
780 FILENAME(from), FILENAME(to),
[all...]
H A Dkrbhst.c18 * may be used to endorse or promote products derived from this software
53 * set `res' and `count' to the result of looking up SRV RR in DNS for
180 * parse `spec' into a krb5_krbhst_info, defaulting the port to `def_port'
181 * and forcing it to `port' if port != 0
215 /* get rid of trailing /, and convert to lower case */
244 krb5_krbhst_info **to)
248 *to = calloc(1, sizeof(**to) + hostnamelen);
249 if(*to == NULL) {
254 (*to)
242 _krb5_krbhost_info_move(krb5_context context, krb5_krbhst_info *from, krb5_krbhst_info **to) argument
[all...]
/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofw_machdep.c17 * 4. The name of TooLs GmbH may not be used to endorse or promote products
76 * Saved SPRG0-3 from OpenFirmware. Will be restored prior to the callback.
127 memr_merge(struct mem_region *from, struct mem_region *to) argument
130 end = ulmax(to->mr_start + to->mr_size, from->mr_start + from->mr_size);
131 to->mr_start = ulmin(from->mr_start, to->mr_start);
132 to->mr_size = end - to->mr_start;
169 * Get #address-cells from root node, defaulting to
[all...]
/freebsd-9.3-release/sbin/ping/
H A Dping.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
62 * This program has to run SUID to ROOT to access the ICMP socket.
99 #define FLOOD_BACKOFF 20000 /* usecs to back off if F_FLOOD mode */
103 #define MAXWAIT 10000 /* max ms to wait for response */
151 * to 8192 for complete accuracy...
157 struct sockaddr_in whereto; /* who to ping */
167 int ident; /* process id to identif
233 struct sockaddr_in *to; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Duipc_syscalls.c17 * may be used to endorse or promote products derived from this software
131 * Convert a user file descriptor to a kernel file entry and check that, if
175 * System call interface to the socket abstraction.
432 * Before changing the flags on the socket, we have to bump the
434 * the socket will be released due to a zero refcount.
504 * a reference on nfp to the caller on success if they request it.
646 /* We might want to have a separate check for socket pairs. */
658 /* On success extra reference to `fp1' and 'fp2' is set by falloc. */
731 struct sockaddr *to; local
740 error = getsockaddr(&to, m
2476 struct sockaddr *to = NULL; local
2588 struct sockaddr *to = NULL; local
[all...]
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh9 # which it populates, to allow you to compile a FOO module
14 # arg1 to this script is expected to be lowercase "foo"
15 # arg2 path to the kernel sources, "/sys" if omitted
32 echo "Using ${TOP} as the path to the kernel sources!"
41 echo "There appears to already be a module called ${1}"
77 # Create configuration information needed to create a kernel
80 # Not really needed if we are going to do this as a module.
82 # First add the file to
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl82 /* Promotes a possibly negative, possibly signed char to an unsigned
84 * we want to instead treat it as an 8-bit unsigned char, hence the
89 /* Enter a start condition. This macro really ought to take a parameter,
96 * to BEGIN to return to the state. The YYSTATE alias is for lex
124 /* The funky do-while in the following #define is used to turn the definition
133 * Prior to using the do-while the compiler would get upset at the
138 /* Return all but the first 'n' matched characters back to the input stream. */
155 * flex-generated scanners to compil
[all...]
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Delf.sc3 # NOP - four byte opcode for no-op (defaults to 0)
41 # SHLIB_TEXT_START_ADDR - if set, add to SIZEOF_HEADERS to set
43 # INPUT_FILES - INPUT command of files to always include
50 # OTHER_SYMBOLS - symbols to place right at the end of the script.
54 # so that .got can be in the RELRO area. It should be set to
57 # USER_LABEL_PREFIX - prefix to add to user-visible symbols.
203 /* gcc uses crtbegin.o to find the start of
208 linker won't look for a file to matc
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/ap/
H A Dap.c538 /* send to tap */
791 struct timeval to, now; local
808 to.tv_sec = el/1000/1000;
809 to.tv_usec = el - to.tv_sec*1000*1000;
826 if ((to.tv_sec*1000*1000 + to.tv_usec) > el) {
827 to.tv_sec = el/1000/1000;
828 to.tv_usec = el - to
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm5 slightly edited to match the desired calling convention, and also to
15 mov %o0, %y ! multiplier to Y register
92 * .div name of function to generate
97 * N how many bits per iteration we try to get (4)
107 * equal to ceil(log2(quotient) / N). Note that this
147 ! Ready to divide. Compute size of quotient; scale comparand.
170 ! Compute ITER in an unorthodox manner: know we need to shift V into
171 ! the top decade: so do not even bother to compare to
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Doptabs.c19 along with GCC; see the file COPYING. If not, write to the Free
53 The operation to be performed is often specified
62 /* Tables of patterns for converting one mode to another. */
69 gives the gen_function to make a branch to test that condition. */
74 gives the insn code to make a store-condition insn
75 to test that condition. */
80 /* Indexed by the machine mode, gives the insn code to make a conditional
82 setcc_gen_code to cut down on the number of named patterns. Consider a day
96 the code to b
4492 expand_float(rtx to, rtx from, int unsignedp) argument
4694 expand_fix(rtx to, rtx from, int unsignedp) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s33 ; if it wants the register to be preserved.
54 ; Arguments to the routines
134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
152 ; then go straight to the cleanup code.
235 CMPIB,<= 2,num,bn_mul_add_words_unroll2 ; go again if more to do
321 ; See if only 1 word to do, thus just do cleanup
475 ; If only 1, the goto straight to cleanup
611 ADD,DC %r0,%r0,%ret1 ; set c to carry
619 ADD,DC %r0,%r0,%ret1 ; set c to carr
[all...]
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DHP-UX.mk9 # HP-UX's cc does not provide any clues as to wether this is 9.x or 10.x
24 # +b<path> is needed to stop the binaries from insisting on having
26 # +s tells the dynamic loader to use SHLIB_PATH if set
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dia64-tdep.c19 along with this program; if not, write to the Free Software
72 is set to six (which is how it was set up initially). -- objdump
74 we'll set bytes_per_line to SLOT_MULTIPLIER. This is okay since we
75 never want to also display the raw bytes the way objdump does. */
314 int to = from + len; local
316 int to_byte = to / 8;
324 c = ((unsigned char) (c << (8 - to % 8))) >> (8 - to % 8);
334 if (from_byte < to_byte && (to % 8 != 0))
337 c = ((unsigned char) (c << (8 - to
349 int to = from + len; local
3177 char to[MAX_REGISTER_SIZE]; local
3247 char to[MAX_REGISTER_SIZE]; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp320 "Potential buffer overflow in call to 'gets'",
322 "Call to function 'gets' is extremely insecure as it can "
360 "Potential buffer overflow in call to 'getpw'",
374 // Fall back to the security check of looking for enough 'X's in the
403 "Call to function 'mktemp' is insecure as it always "
438 // Currently we only handle string literals. It is possible to do better,
439 // either by looking at references to const variables, or by doing real
474 out << "Call to '" << Name << "' should have at least 6 'X's in the"
475 " format string to be secure (" << numX << " 'X'";
511 "Call to functio
[all...]
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscvtb.c230 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) argument
235 p2 = vtb_pointer(vtb2, to);
308 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) argument
314 if (to + count > vtb->vtb_size)
315 count = vtb->vtb_size - to;
320 p2 = vtb_pointer(vtb, to);
/freebsd-9.3-release/usr.bin/m4/
H A Deval.c8 * This code is derived from software contributed to Berkeley by
20 * may be used to endorse or promote products derived from this software
91 * argv[2] = parameters to user-defined
140 * argc to avoid further checking..
406 * characters in the "to" string.
433 * doerrp - print the arguments to stderr
445 * dodnl - eat-up-to and including
653 * table to stderr. If nothing is specified, the entire
804 * dodivert - divert the output to a temporary file
894 * This is derived from the a standard implementation of map(s,from,to)
901 map(char *dest, const char *src, const char *from, const char *to) argument
[all...]
/freebsd-9.3-release/usr.sbin/powerd/
H A Dpowerd.c274 * Try to use ACPI to find the AC line status. If this fails, fall back
275 * to APM. If nothing succeeds, we'll just run in default mode.
300 warnx("unable to determine AC line status");
316 warnx("lost devd connection, switching to sysctl");
353 /* try to (re)connect to devd */
452 int ch, mode, mode_ac, mode_battery, mode_none, idle, to; local
465 /* User must be root to control frequencies. */
467 errx(1, "must be root to ru
[all...]
/freebsd-9.3-release/crypto/openssl/engines/
H A De_4758cca.c22 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
90 unsigned char *to, RSA *rsa, int padding);
92 unsigned char *to, RSA *rsa, int padding);
183 "Specifies the path to the '4758cca' shared library",
561 unsigned char *to, RSA *rsa, int padding)
582 keyToken, &outputLength, to);
590 unsigned char *to, RSA *rsa, int padding)
611 keyToken, &outputLength, to);
944 /* Goo to handle building as a dynamic engine */
560 cca_rsa_pub_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
589 cca_rsa_priv_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dxhci_pci.c153 device_printf(self, "Port routing mask set to 0x%08x\n", temp);
223 /* On Intel chipsets reroute ports from EHCI to XHCI controller. */
304 uint16_t to; local
323 "to give up control\n");
326 to = 500;
333 if (--to == 0) {
/freebsd-9.3-release/bin/pax/
H A Dfile_subs.c6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
83 * assume file doesn't exist, so just try to create it, most times this
84 * works. We have to take special handling when the file does exist. To
85 * detect this, we use O_EXCL. For example when trying to create a
87 * can accidentally open the device by mistake (or block waiting to
89 * to figure out why. This strategy was found to have better average
99 * the file seems to exist. First we try to ge
268 mk_link(char *to, struct stat *to_sb, char *from, int ign) argument
[all...]
/freebsd-9.3-release/contrib/amd/include/
H A Dmount_headers1.h8 * This code is derived from software contributed to Berkeley by
24 * may be used to endorse or promote products derived from this software
180 # error causes errors with other header files. Instead, add it to the
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dexternal.h16 along with this program; if not, write to the Free Software
30 char f_symptr[4]; /* file pointer to symtab */
47 char tsize[4]; /* text size in bytes, padded to FW bdry*/
63 char tsize[4]; /* Text size in bytes, padded to FW bdry*/
83 char s_scnptr[4]; /* file ptr to raw data for section */
84 char s_relptr[4]; /* file ptr to relocation */
85 char s_lnnoptr[4]; /* file ptr to line numbers */
108 #error L_LNNO_SIZE needs to be defined
214 char x_lnnoptr[4]; /* ptr to fcn line # */
218 struct /* if ISARY, up to
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddep.mk12 # it would be nice to be able to query .SUFFIXES
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m410 * divisor -- how many ways to divide it
12 * N -- how many bits per iteration we try to get
23 * be required. Equal to CEIL( lg2(quotient)/N )
50 * We add a new bit to $2 and either recurse or insert the bits in the quotient.
144 ! Compute ITER in an unorthodox manner: know we need to Shift V into
145 ! the top decade: so don't even bother to compare to R.
176 ! We have to be careful here. We know that R >= V, so we can do the

Completed in 389 milliseconds

<<21222324252627282930>>