Searched refs:to (Results 1 - 25 of 2263) sorted by relevance

1234567891011>>

/openbsd-current/lib/libc/string/
H A Dstpcpy.c16 * may be used to endorse or promote products derived from this software
40 stpcpy(char *to, const char *from) argument
42 for (; (*to = *from) != '\0'; ++from, ++to);
43 return(to);
H A Dstrcpy.c16 * may be used to endorse or promote products derived from this software
40 strcpy(char *to, const char *from) argument
42 char *save = to;
44 for (; (*to = *from) != '\0'; ++from, ++to);
/openbsd-current/regress/sys/net/pf_state/
H A Dpf.conf3 pass to { $REMOTE_ADDR/24 }
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D941014-1.c1 f (to)
2 char *to;
10 *to++ = (unsigned char)tmp;
H A D20000804-1.x1 # This does not work on m68hc11 due to the use of an asm statement
2 # to force a 'long long' (64-bits) to go in a register.
H A D20001205-1.x1 # This does not work on m68hc11 due to the asm statement which
2 # forces two 'long' (32-bits) variables to go in registers.
H A D920520-1.x3 # This does not work on m68hc11 due to the asm which forces a
4 # float or a double to go in a register.
/openbsd-current/regress/sys/net/pflog/
H A Dpf.conf5 # nothing to pflog N3, will be overridden by later rule
6 pass log (to $PFLOG_N3) on $LO no state
8 # everything to pflog N2
9 match log (to $PFLOG_N2) on $LO no state
11 # specific test to pflog N1
12 pass log (to $PFLOG_N1) on $LO inet
13 pass log (to $PFLOG_N1) on $LO to 169.254.0.1 no state
14 pass log (to $PFLOG_N1) on $LO to 169.25
[all...]
/openbsd-current/games/sail/
H A Ddr_4.c17 * may be used to endorse or promote products derived from this software
38 ungrap(struct ship *from, struct ship *to) argument
43 if ((k = grappled2(from, to)) == 0)
45 friend = capship(from)->nationality == capship(to)->nationality;
48 cleangrapple(from, to, 0);
49 makesignal(from, "ungrappling $$", to);
55 grap(struct ship *from, struct ship *to) argument
57 if (capship(from)->nationality != capship(to)->nationality && die() > 2)
59 Write(W_GRAP, from, to->file->index, 0, 0, 0);
60 Write(W_GRAP, to, fro
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dbzero.c20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/openbsd-current/regress/sys/net/pf_forward/
H A Dpf.conf3 pass to { $PF_IN/24 $PF_IN6/64 }
4 pass to { $RT_IN/24 $RT_IN6/64 }
5 pass to { $ECO_IN/24 $ECO_IN6/64 }
6 pass to { $ECO_OUT/24 $ECO_OUT6/64 }
7 pass to { $RDR_IN/24 $RDR_IN6/64 }
8 pass to { $RDR_OUT/24 $RDR_OUT6/64 }
10 pass in to { $RDR_IN/24 $RDR_OUT/24 } rdr-to $ECO_IN
11 pass out to { $ECO_OUT/24 $RDR_OUT/24 } nat-to
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.cpp19 void *__memprof_memcpy(void *to, const void *from, uptr size) { argument
20 MEMPROF_MEMCPY_IMPL(to, from, size);
27 void *__memprof_memmove(void *to, const void *from, uptr size) { argument
28 MEMPROF_MEMMOVE_IMPL(to, from, size);
H A Dmemprof_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size)
36 // We do not treat memcpy with to==from as a bug.
38 #define MEMPROF_MEMCPY_IMPL(to, from, size) \
41 return internal_memcpy(to, from, size); \
43 return REAL(memcpy)(to, from, size); \
47 MEMPROF_WRITE_RANGE(to, size); \
48 return REAL(memcpy)(to, from, size); \
64 #define MEMPROF_MEMMOVE_IMPL(to, from, size) \
67 return internal_memmove(to, from, size); \
70 MEMPROF_WRITE_RANGE(to, siz
[all...]
/openbsd-current/regress/sys/net/pf_fragment/
H A Dpf.conf3 pass to { $PF_IN/24 $PF_IN6/64 } allow-opts
4 pass to { $RT_IN/24 $RT_IN6/64 } allow-opts
5 pass to { $ECO_IN/24 $ECO_IN6/64 } allow-opts
6 pass to { $RDR_IN/24 $RDR_IN6/64 } allow-opts
8 pass in to $RDR_IN/24 rdr-to $ECO_IN allow-opts tag rdr
9 pass out nat-to $PF_OUT allow-opts tagged rdr
10 pass in to $RDR_IN6/64 rdr-to $ECO_IN6 allow-opts tag rdr
11 pass out nat-to
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c4 * Permission is hereby granted, free of charge, to any person obtaining a
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
29 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) argument
31 to->line_buf_depth = from->line_buf_depth;
32 to
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Ddnrm2.f7 CCC Version 0.5.21 of `g77' contains an initial effort to fix the
31 if(n .gt. 0 .and. incx.gt.0) go to 10
33 go to 300
34 10 assign 30 to next
38 20 go to next,(30, 50, 70, 110)
39 30 if( dabs(dx(i)) .gt. cutlo) go to 85
40 assign 50 to next
42 50 if( dx(i) .eq. zero) go to 200
43 if( dabs(dx(i)) .gt. cutlo) go to 85
44 assign 70 to nex
[all...]
/openbsd-current/etc/examples/
H A Dypldap.conf16 # starting point for groups directory search, default to basedn
22 attribute name maps to "uid"
24 attribute uid maps to "uidNumber"
25 attribute gid maps to "gidNumber"
26 attribute gecos maps to "cn"
27 attribute home maps to "homeDirectory"
28 attribute shell maps to "loginShell"
36 attribute groupname maps to "cn"
38 attribute groupgid maps to "gidNumber"
40 list groupmembers maps to "memberUi
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/
H A D20000503-1.c9 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)
/openbsd-current/regress/sys/net/gif/
H A Dpf.conf3 pass in on rdomain $N1 to $DST_TUNNEL4_N1 rtable $N2
4 pass in on rdomain $N2 to $DST_TUNNEL4_N2 rtable $N1
5 pass in on rdomain $N1 to $DST_TUNNEL6_N1 rtable $N2
6 pass in on rdomain $N2 to $DST_TUNNEL6_N2 rtable $N1
/openbsd-current/regress/sys/net/pair/
H A Dpf.conf1 pass out on rdomain $N3 to { $IP_N1 $IP_N2 } rtable $N2
2 pass out on rdomain $N3 to { $IP6_N1 $IP6_N2 } rtable $N2
3 pass out on rdomain $N2 to $IP_N3 rtable $N3
4 pass out on rdomain $N2 to $IP6_N3 rtable $N3
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_none.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
67 RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, argument
80 memcpy(to, from, flen);
86 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, argument
94 memset(to, 0, tlen - flen);
95 memcpy(to + tlen - flen, from, flen);
/openbsd-current/regress/sys/net/loop/
H A Dpf.conf3 pass in on rdomain $N1 to $ADDR_N2 rtable $N2
5 pass in on rdomain $N1 to 10.7.7.7 rtable $N2 no state
6 pass in on rdomain $N2 to 10.7.7.7 rtable $N1 no state
/openbsd-current/lib/libcurses/tinfo/
H A Dalloc_ttype.c7 * Permission is hereby granted, free of charge, to any person obtaining a *
9 * "Software"), to deal in the Software without restriction, including *
10 * without limitation the rights to use, copy, modify, merge, publish, *
12 * copies of the Software, and to permit persons to whom the Software is *
13 * furnished to do so, subject to the following conditions: *
27 * holders shall not be used in advertising or otherwise to promote the *
53 * so we do not have to worry about order dependencies.
103 DEBUG(4, ("extending " #num " from %d to
108 realign_data(TERMTYPE2 *to, char **ext_Names, int ext_Booleans, int ext_Numbers, int ext_Strings) argument
376 adjust_cancels(TERMTYPE2 *to, TERMTYPE2 *from) argument
425 _nc_align_termtype(TERMTYPE2 *to, TERMTYPE2 *from) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { argument
32 reinterpret_cast<uptr>(to), size);
35 return memcpy(to, from, size);
38 void *__hwasan_memmove(void *to, const void *from, uptr size) { argument
40 reinterpret_cast<uptr>(to), size);
43 return memmove(to, from, size);
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.ovs.rdomain2.conf19 deny to any
21 allow to any

Completed in 154 milliseconds

1234567891011>>