Searched refs:from (Results 1 - 25 of 2536) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dbcopywrap.c13 int bcopywrap(from, to, size)
14 void *from, *to;
17 bcopy((caddr_t)from, (caddr_t)to, size);
H A Dkmemcpywrap.c14 int kmemcpywrap(from, to, size)
15 void *from, *to;
20 ret = kmemcpy((caddr_t)to, (u_long)from, size);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dswab.c20 * may be used to endorse or promote products derived from this software
42 swab (char *from, char *to, int nbytes) argument
45 *(to + 1) = *from;
46 *to = *(from + 1);
48 from += 2;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dapi.h13 * license is obtained from Japan Network Information Center ("JPNIC"),
31 * derived from this Software without specific prior written approval of
64 mdn_encodename(int actions, const char *from, char *to, size_t tolen);
67 mdn_decodename(int actions, const char *from, char *to, size_t tolen);
69 #define mdn_localtoutf8(from, to, tolen) \
70 mdn_encodename(IDN_LOCALCONV, from, to, len)
71 #define mdn_delimitermap(from, to, tolen) \
72 mdn_encodename(IDN_DELIMMAP, from, to, len)
73 #define mdn_localmap(from, to, tolen) \
74 mdn_encodename(IDN_LOCALMAP, from, t
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstpcpy.c18 * may be used to endorse or promote products derived from this software
47 stpcpy(char * __restrict to, const char * __restrict from) argument
50 for (; (*to = *from); ++from, ++to);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dsunddi.h35 #define ddi_copyin(from, to, size, flag) (bcopy((from), (to), (size)), 0)
36 #define ddi_copyout(from, to, size, flag) (bcopy((from), (to), (size)), 0)
38 #define ddi_copyin(from, to, size, flag) (ioctl_copyin((flag), (from), (to), (size)))
39 #define ddi_copyout(from, to, size, flag) (ioctl_copyout((flag), (from), (to), (size)))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k-coff/
H A Dp2430.s1 # This differs from p2430a.s (the customer's actual source file) only
/netbsd-6-1-5-RELEASE/gnu/lib/libgcc4/arch/mips64eb/
H A Dlibs.libgcc.tmplsrcs.tmplasmsrcs.mk2 # Generated from: NetBSD
3 # Generated from: NetBSD
H A Dlibs.libgcc_eh.tmplsrcs.tmplasmsrcs.mk2 # Generated from: NetBSD
3 # Generated from: NetBSD
H A Dlibs.libgcc_eh.tmplsrcs.tmplfpsrcs.mk2 # Generated from: NetBSD
3 # Generated from: NetBSD
H A Dlibs.libgcov.tmplsrcs.tmplasmsrcs.mk2 # Generated from: NetBSD
3 # Generated from: NetBSD
H A Dlibs.libgcov.tmplsrcs.tmplfpsrcs.mk2 # Generated from: NetBSD
3 # Generated from: NetBSD
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsane_rename.c12 /* const char *from;
42 int sane_rename(const char *from, const char *to) argument
51 if (rename(from, to) >= 0)
59 if (stat(from, &st) < 0 && stat(to, &st) >= 0) {
61 myname, from, to);
/netbsd-6-1-5-RELEASE/usr.bin/from/
H A DMakefile6 PROG= from
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest_gcpio_compat.c29 unpack_test(const char *from, const char *options, const char *se) argument
34 assertMakeDir(from, 0775);
35 assertChdir(from);
40 extract_reference_file(from);
42 testprog, options, from);
44 testprog, options, from);
50 testprog, options, from);
60 failure("%s", from);
63 failure("%s", from);
67 failure("%s", from);
[all...]
/netbsd-6-1-5-RELEASE/games/sail/
H A Ddr_4.c16 * may be used to endorse or promote products derived from this software
45 ungrap(struct ship *from, struct ship *to) argument
50 if ((k = grappled2(from, to)) == 0)
52 friend = capship(from)->nationality == capship(to)->nationality;
55 cleangrapple(from, to, 0);
56 makesignal(from, "ungrappling $$", to);
62 grap(struct ship *from, struct ship *to) argument
64 if (capship(from)->nationality != capship(to)->nationality &&
67 send_grap(from, to->file->index);
68 send_grap(to, from
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder_copy.c22 * may be used to endorse or promote products derived from this software
43 der_copy_general_string (const heim_general_string *from, argument
46 *to = strdup(*from);
53 der_copy_integer (const int *from, int *to) argument
55 *to = *from;
60 der_copy_unsigned (const unsigned *from, unsigned *to) argument
62 *to = *from;
67 der_copy_generalized_time (const time_t *from, time_t *to) argument
69 *to = *from;
74 der_copy_utctime (const time_t *from, time_ argument
81 der_copy_utf8string(const heim_utf8_string *from, heim_utf8_string *to) argument
87 der_copy_printable_string(const heim_printable_string *from, heim_printable_string *to) argument
100 der_copy_ia5_string(const heim_ia5_string *from, heim_ia5_string *to) argument
107 der_copy_bmp_string(const heim_bmp_string *from, heim_bmp_string *to) argument
118 der_copy_universal_string(const heim_universal_string *from, heim_universal_string *to) argument
130 der_copy_visible_string(const heim_visible_string *from, heim_visible_string *to) argument
137 der_copy_octet_string(const heim_octet_string *from, heim_octet_string *to) argument
148 der_copy_heim_integer(const heim_integer *from, heim_integer *to) argument
160 der_copy_oid(const heim_oid *from, heim_oid *to) argument
172 der_copy_bit_string(const heim_bit_string *from, heim_bit_string *to) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/users/
H A Dusers.c16 * may be used to endorse or promote products derived from this software
65 struct utmpentry *from, *ehead, *save, **nextp; local
90 from = ehead;
92 while (from != NULL) {
94 (*nextp) && strcmp(from->name, (*nextp)->name) > 0;
97 save = from;
98 from = from->next;
106 for (from = ehead->next; from; fro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWshadow-3.c8 foo(unsigned char * to, const unsigned char * from, int n) argument
13 *to = *from;
16 to[4] = from [4];
39 foo2(unsigned char * to, const unsigned char * from, int n) argument
44 *to = *from;
47 to[63] = from [111]; /* { dg-warning "array subscript is above array bounds" } */
H A Dpr36902.c8 foo(unsigned char * to, const unsigned char * from, int n) argument
13 *to = *from;
16 to[4] = from [4];
39 foo2(unsigned char * to, const unsigned char * from, int n) argument
44 *to = *from;
47 to[4] = from [4]; /* { dg-warning "20:array subscript is above array bounds" } */
/netbsd-6-1-5-RELEASE/dist/ipf/rules/
H A Dserver8 pass in quick on le0 from 128.1.40.0/24 to any
9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
11 pass in quick on le1 from any to any
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/debug/
H A D20000503-1.c3 /* Distilled from GCC's stmt.c. Caused abort in dwarf-1 code. */
9 static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}}; member in struct:elims
13 if (elim_regs[i].from == 16 && elim_regs[i].to == 6)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/debug/
H A D20000503-1.c3 /* Distilled from GCC's stmt.c. Caused abort in dwarf-1 code. */
9 static struct elims {int from, to;} elim_regs[] = {{ 16, 7}, { 16, 6}, { 20, 7},{ 20, 6}}; member in struct:elims
13 if (elim_regs[i].from == 16 && elim_regs[i].to == 6)
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/man/
H A Difnames.x2 ifnames \- Extract CPP conditionals from a set of files
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/man/
H A Dmsgunfmt.x2 msgunfmt \- uncompile message catalog from binary format

Completed in 312 milliseconds

1234567891011>>