HomeSort by: relevance | last modified time | path
    Searched refs:to (Results 1 - 25 of 5733) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
der_copy.c 22 * may be used to endorse or promote products derived from this software
26 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
44 heim_general_string *to)
46 *to = strdup(*from);
47 if(*to == NULL)
53 der_copy_integer (const int *from, int *to)
55 *to = *from;
60 der_copy_integer64 (const int64_t *from, int64_t *to)
62 *to = *from
    [all...]
  /src/external/bsd/ipf/dist/lib/
bcopywrap.c 13 int bcopywrap(from, to, size)
14 void *from, *to;
17 bcopy((caddr_t)from, (caddr_t)to, size);
kmemcpywrap.c 14 int kmemcpywrap(from, to, size)
15 void *from, *to;
20 ret = kmemcpy((caddr_t)to, (u_long)from, size);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
swab.c 20 * may be used to endorse or promote products derived from this software
24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
42 swab (char *from, char *to, int nbytes)
45 *(to + 1) = *from;
46 *to = *(from + 1);
47 to += 2;
  /src/usr.bin/make/unit-tests/
varmod-to-abs.exp 1 make: varmod-to-abs.mk:19: does-not-exist.c
2 make: varmod-to-abs.mk:21: does-not-exist.c
3 cached_realpath: varmod-to-abs.mk -> varmod-to-abs.mk
4 make: varmod-to-abs.mk:26: varmod-to-abs.mk
archive-suffix.exp 1 `all' is up to date.
  /src/sys/arch/sparc/include/
sljit_machdep.h 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
36 #define SLJIT_CACHE_FLUSH(from, to) \
37 sparc_cache_flush((sljit_ins *)(from), (sljit_ins *)(to))
  /src/external/gpl3/binutils/dist/libiberty/
bzero.c 20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /src/external/gpl3/binutils.old/dist/libiberty/
bzero.c 20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /src/external/gpl3/gcc/dist/libiberty/
bzero.c 20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /src/external/gpl3/gcc.old/dist/libiberty/
bzero.c 20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
time.d 4 D header file for Linux extensions to POSIX's time.h.
  /src/external/gpl3/gdb/dist/libiberty/
bzero.c 20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /src/external/gpl3/gdb.old/dist/libiberty/
bzero.c 20 bzero (void *to, size_t count)
22 memset (to, 0, count);
  /src/common/lib/libc/string/
strcpy.c 16 * may be used to endorse or promote products derived from this software
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
51 strcpy(char *to, const char *from)
53 char *save = to;
55 for (; (*to = *from) != '\0'; ++from, ++to);
  /src/lib/libc/string/
stpcpy.c 18 * may be used to endorse or promote products derived from this software
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
51 stpcpy(char * __restrict to, const char * __restrict from)
54 for (; (*to = *from); ++from, ++to);
55 return(to);
  /src/sys/arch/i386/include/
sljit_machdep.h 18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
38 #define SLJIT_CACHE_FLUSH(from, to)
  /src/external/bsd/wpa/dist/src/fst/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /src/external/bsd/wpa/dist/src/pae/
Makefile 2 @echo Nothing to be made.
8 @echo Nothing to be made.
  /src/external/gpl3/binutils/dist/bfd/
elf-linux-core.h 17 along with this program; if not, write to the Free Software
25 ABI-defined, thus we choose to use char arrays here in order to
52 /* Helper function to copy an elf_internal_linux_prpsinfo in host
53 endian to an elf_external_linux_prpsinfo32_ugid32 in target endian. */
59 struct elf_external_linux_prpsinfo32_ugid32 *to)
61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-linux-core.h 17 along with this program; if not, write to the Free Software
25 ABI-defined, thus we choose to use char arrays here in order to
52 /* Helper function to copy an elf_internal_linux_prpsinfo in host
53 endian to an elf_external_linux_prpsinfo32_ugid32 in target endian. */
59 struct elf_external_linux_prpsinfo32_ugid32 *to)
61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-linux-core.h 17 along with this program; if not, write to the Free Software
25 ABI-defined, thus we choose to use char arrays here in order to
52 /* Helper function to copy an elf_internal_linux_prpsinfo in host
53 endian to an elf_external_linux_prpsinfo32_ugid32 in target endian. */
59 struct elf_external_linux_prpsinfo32_ugid32 *to)
61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/m32c/
blinky.s 1 ;;; blinky.s --- sample program to blink LED's on M32C simulator
  /src/external/ibm-public/postfix/dist/src/util/
sane_rename.c 13 /* const char *to;
43 int sane_rename(const char *from, const char *to)
52 if (rename(from, to) >= 0)
60 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
62 myname, from, to);
  /src/external/gpl3/gdb/dist/bfd/
elf-linux-core.h 17 along with this program; if not, write to the Free Software
25 ABI-defined, thus we choose to use char arrays here in order to
52 /* Helper function to copy an elf_internal_linux_prpsinfo in host
53 endian to an elf_external_linux_prpsinfo32_ugid32 in target endian. */
59 struct elf_external_linux_prpsinfo32_ugid32 *to)
61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice)
    [all...]

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>