Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 5973) sorted by relevance

12345678910>>...239

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dder_copy.c44 heim_general_string *to) in der_copy_general_string() argument
46 *to = strdup(*from); in der_copy_general_string()
47 if(*to == NULL) in der_copy_general_string()
53 der_copy_integer (const int *from, int *to) in der_copy_integer() argument
55 *to = *from; in der_copy_integer()
60 der_copy_integer64 (const int64_t *from, int64_t *to) in der_copy_integer64() argument
62 *to = *from; in der_copy_integer64()
67 der_copy_unsigned (const unsigned *from, unsigned *to) in der_copy_unsigned() argument
69 *to = *from; in der_copy_unsigned()
74 der_copy_unsigned64 (const uint64_t *from, uint64_t *to) in der_copy_unsigned64() argument
[all …]
/netbsd/src/tools/compat/
Dnbtool_config.h.in11 /* Define to 1 if your 'fparseln' function is broken. */
14 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
19 /* Define to 1 if using `alloca.c'. */
22 /* Define to 1 if you have `alloca', as a function or macro. */
25 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
29 /* Define to 1 if you have the <arpa/nameser.h> header file. */
32 /* Define to 1 if you have the `asnprintf' function. */
35 /* Define to 1 if you have the `asprintf' function. */
38 /* Define to 1 if you have the <assert.h> header file. */
41 /* Define to 1 if you have the `atoll' function. */
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-linux-core.h59 struct elf_external_linux_prpsinfo32_ugid32 *to) in swap_linux_prpsinfo32_ugid32_out() argument
61 bfd_put_8 (obfd, from->pr_state, &to->pr_state); in swap_linux_prpsinfo32_ugid32_out()
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname); in swap_linux_prpsinfo32_ugid32_out()
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb); in swap_linux_prpsinfo32_ugid32_out()
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice); in swap_linux_prpsinfo32_ugid32_out()
65 bfd_put_32 (obfd, from->pr_flag, to->pr_flag); in swap_linux_prpsinfo32_ugid32_out()
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid); in swap_linux_prpsinfo32_ugid32_out()
67 bfd_put_32 (obfd, from->pr_gid, to->pr_gid); in swap_linux_prpsinfo32_ugid32_out()
68 bfd_put_32 (obfd, from->pr_pid, to->pr_pid); in swap_linux_prpsinfo32_ugid32_out()
69 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid); in swap_linux_prpsinfo32_ugid32_out()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-linux-core.h59 struct elf_external_linux_prpsinfo32_ugid32 *to) in swap_linux_prpsinfo32_ugid32_out() argument
61 bfd_put_8 (obfd, from->pr_state, &to->pr_state); in swap_linux_prpsinfo32_ugid32_out()
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname); in swap_linux_prpsinfo32_ugid32_out()
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb); in swap_linux_prpsinfo32_ugid32_out()
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice); in swap_linux_prpsinfo32_ugid32_out()
65 bfd_put_32 (obfd, from->pr_flag, to->pr_flag); in swap_linux_prpsinfo32_ugid32_out()
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid); in swap_linux_prpsinfo32_ugid32_out()
67 bfd_put_32 (obfd, from->pr_gid, to->pr_gid); in swap_linux_prpsinfo32_ugid32_out()
68 bfd_put_32 (obfd, from->pr_pid, to->pr_pid); in swap_linux_prpsinfo32_ugid32_out()
69 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid); in swap_linux_prpsinfo32_ugid32_out()
[all …]
/netbsd/src/external/gpl2/lvm2/dist/lib/misc/
Dconfigure.h.in3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
6 /* Define to 1 to include built-in support for clustered LVM locking. */
9 /* Path to cmirrord pidfile. */
12 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
17 /* Define to 1 if using `alloca.c'. */
20 /* Define to 0 to reinstate the pre-2.02.54 handling of unit suffixes. */
23 /* Define to 1 to enable LVM2 device-mapper interaction. */
26 /* Define to 1 to enable the device-mapper event daemon. */
29 /* Path to dmeventd binary. */
32 /* Path to dmeventd pidfile. */
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dconfig.in6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 /* Define to 1 if you have the <alloca.h> header file. */
13 /* Define to 1 if you have the `asprintf' function. */
16 /* Define to 1 if you have the `atexit' function. */
19 /* Define to 1 if you have the `basename' function. */
22 /* Define to 1 if you have the `bcmp' function. */
25 /* Define to 1 if you have the `bcopy' function. */
28 /* Define to 1 if you have the `bsearch' function. */
31 /* Define to 1 if you have the `bzero' function. */
34 /* Define to 1 if you have the `calloc' function. */
[all …]
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dconfig.in6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 /* Define to 1 if you have the <alloca.h> header file. */
13 /* Define to 1 if you have the `asprintf' function. */
16 /* Define to 1 if you have the `atexit' function. */
19 /* Define to 1 if you have the `basename' function. */
22 /* Define to 1 if you have the `bcmp' function. */
25 /* Define to 1 if you have the `bcopy' function. */
28 /* Define to 1 if you have the `bsearch' function. */
31 /* Define to 1 if you have the `bzero' function. */
34 /* Define to 1 if you have the `calloc' function. */
[all …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dconfig.in6 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 /* Define to 1 if you have the <alloca.h> header file. */
13 /* Define to 1 if you have the `asprintf' function. */
16 /* Define to 1 if you have the `atexit' function. */
19 /* Define to 1 if you have the `basename' function. */
22 /* Define to 1 if you have the `bcmp' function. */
25 /* Define to 1 if you have the `bcopy' function. */
28 /* Define to 1 if you have the `bsearch' function. */
31 /* Define to 1 if you have the `bzero' function. */
34 /* Define to 1 if you have the `calloc' function. */
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dia64-waw.tbl3 …r.call, brl.call, br.ret, cover, IC:mov-to-AR-BSPSTORE, rfi; br.call, brl.call, br.ret, co…
4 …R[BSPSTORE]; alloc, loadrs, flushrs, IC:mov-to-AR-BSPSTORE; alloc, loadrs, flushrs, IC:mo…
5 AR[CCV]; IC:mov-to-AR-CCV; IC:mov-to-AR-CCV; impliedF
6 AR[CFLG]; IC:mov-to-AR-CFLG; IC:mov-to-AR-CFLG; impliedF
7 AR[CSD]; ld16, IC:mov-to-AR-CSD; ld16, IC:mov-to-AR-CSD; impliedF
8 AR[EC]; br.ret, IC:mod-sched-brs, IC:mov-to-AR-EC; br.ret, IC:mod-sched-brs, IC:mov-to-AR-…
9 AR[EFLAG]; IC:mov-to-AR-EFLAG; IC:mov-to-AR-EFLAG; impliedF
10 AR[FCR]; IC:mov-to-AR-FCR; IC:mov-to-AR-FCR; impliedF
11 AR[FDR]; IC:mov-to-AR-FDR; IC:mov-to-AR-FDR; impliedF
12 AR[FIR]; IC:mov-to-AR-FIR; IC:mov-to-AR-FIR; impliedF
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dia64-waw.tbl3 …r.call, brl.call, br.ret, cover, IC:mov-to-AR-BSPSTORE, rfi; br.call, brl.call, br.ret, co…
4 …R[BSPSTORE]; alloc, loadrs, flushrs, IC:mov-to-AR-BSPSTORE; alloc, loadrs, flushrs, IC:mo…
5 AR[CCV]; IC:mov-to-AR-CCV; IC:mov-to-AR-CCV; impliedF
6 AR[CFLG]; IC:mov-to-AR-CFLG; IC:mov-to-AR-CFLG; impliedF
7 AR[CSD]; ld16, IC:mov-to-AR-CSD; ld16, IC:mov-to-AR-CSD; impliedF
8 AR[EC]; br.ret, IC:mod-sched-brs, IC:mov-to-AR-EC; br.ret, IC:mod-sched-brs, IC:mov-to-AR-…
9 AR[EFLAG]; IC:mov-to-AR-EFLAG; IC:mov-to-AR-EFLAG; impliedF
10 AR[FCR]; IC:mov-to-AR-FCR; IC:mov-to-AR-FCR; impliedF
11 AR[FDR]; IC:mov-to-AR-FDR; IC:mov-to-AR-FDR; impliedF
12 AR[FIR]; IC:mov-to-AR-FIR; IC:mov-to-AR-FIR; impliedF
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/
Dconfig.h.in9 /* Define to the type of elements in the array set by `getgroups'. Usually
13 /* Define to 1 if you have the `access' function. */
16 /* Define to 1 if you have the `aint' function. */
19 /* Define to 1 if you have the `anint' function. */
22 /* Define to 1 if you have the `cfgetispeed' function. */
25 /* Define to 1 if you have the `cfgetospeed' function. */
28 /* Define to 1 if you have the `cfsetispeed' function. */
31 /* Define to 1 if you have the `cfsetospeed' function. */
34 /* Define to 1 if you have the `chdir' function. */
37 /* Define to 1 if you have the `chmod' function. */
[all …]
/netbsd/src/external/public-domain/xz/dist/
Dconfig.h.in6 /* How many MiB of RAM to assume if the real amount cannot be determined. */
9 /* Define to 1 if translation of program messages to the user's native
13 /* Define to 1 if bswap_16 is available. */
16 /* Define to 1 if bswap_32 is available. */
19 /* Define to 1 if bswap_64 is available. */
22 /* Define to 1 if you have the <byteswap.h> header file. */
25 /* Define to 1 if Capsicum is available. */
28 /* Define to 1 if the system has the type `CC_SHA256_CTX'. */
31 /* Define to 1 if you have the `CC_SHA256_Init' function. */
34 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
[all …]
/netbsd/src/external/bsd/openldap/dist/include/
Dportable.hin22 /* define this if needed to get reentrant functions */
30 /* define this if needed to get threadsafe functions */
54 /* define to use both <string.h> and <strings.h> */
60 /* set to the number of arguments ctime_r() expects */
69 /* define to enable slapi library */
72 /* defined to be the EXE extension */
75 /* set to the number of arguments gethostbyaddr_r() expects */
78 /* set to the number of arguments gethostbyname_r() expects */
81 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
87 /* Define to 1 if you have the <argon2.h> header file. */
[all …]
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dconfig.h.in3 /* Defined to the executable file extension on the host system */
9 /* Define to 1 if you have the `clearerr_unlocked' function. */
15 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
22 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
29 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
36 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
43 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
50 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
57 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
64 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
[all …]
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dconfig.in6 /* Define to 1 if you want more run-time sanity checks. */
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
14 /* Define to 1 if using `alloca.c'. */
20 /* Define to enable system headers canonicalization. */
23 /* Define to 1 if translation of program messages to the user's native
27 /* Define to get calls to the valgrind runtime enabled. */
30 /* Define if you want to workaround valgrind (a memory checker) warnings about
34 /* Define to 1 if you have `alloca', as a function or macro. */
37 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
41 /* Define to 1 if you have the `clearerr_unlocked' function. */
[all …]
/netbsd/src/external/bsd/top/dist/
Dconfig.h.in9 /* Default number of processes to display */
24 /* Define to 1 if you have the <curses.h> header file. */
27 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
31 /* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
35 /* Define to 1 if you have the declaration of `tgetent', and to 0 if you
39 /* Define to 1 if you have the declaration of `tgetflag', and to 0 if you
43 /* Define to 1 if you have the declaration of `tgetnum', and to 0 if you
47 /* Define to 1 if you have the declaration of `tgetstr', and to 0 if you
51 /* Define to 1 if you have the declaration of `tgoto', and to 0 if you don't.
55 /* Define to 1 if you have the declaration of `tputs', and to 0 if you don't.
[all …]
/netbsd/src/external/gpl2/xcvs/dist/
Dconfig.h.in6 /* Define this to a NULL terminated list of allowed path prefixes (for
7 directories) and paths to files the CVS server will allow configuration to
11 /* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
15 /* Define if you want to use the password authenticated server. */
18 /* Define if you want CVS to be able to be a remote repository client. */
21 /* Define to 1 if the `closedir' function returns void instead of `int'. */
24 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
32 /* The CVS admin command is restricted to the members of the group
33 CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
37 --without-cvs-admin-group option in order to comment out the define below.
[all …]
/netbsd/src/tests/ipf/expected/
Di121 pass in inet from 1.1.1.1/32 to 2.2.2.2/32
2 pass in inet from 2.2.2.0/24 to 4.4.4.4/32
3 pass in inet from 3.3.3.3/32 to 4.4.4.4/32
4 pass in inet from 2.2.2.0/24 to 5.5.5.5/32
5 pass in inet from 3.3.3.3/32 to 5.5.5.5/32
6 pass in inet from 2.2.2.0/24 to 6.6.6.6/32
7 pass in inet from 3.3.3.3/32 to 6.6.6.6/32
8 pass in inet from 2.2.2.0/24 to 5.5.5.5/32 port = 22
9 pass in inet from 3.3.3.3/32 to 5.5.5.5/32 port = 22
10 pass in inet from 2.2.2.0/24 to 6.6.6.6/32 port = 22
[all …]
/netbsd/src/tests/ipf/regress/
Df51 block in proto tcp from any port = 23 to any
2 block in proto udp from any port = 23 to any
3 block in proto tcp/udp from any port = 23 to any
4 pass in proto tcp from any port <= 1023 to any
5 pass in proto udp from any port <= 1023 to any
6 pass in proto tcp/udp from any port <= 1023 to any
7 block in proto tcp from any port >= 1024 to any
8 block in proto udp from any port >= 1024 to any
9 block in proto tcp/udp from any port >= 1024 to any
10 pass in proto tcp from any port >= 1024 to any
[all …]
Df61 block in proto tcp from any to any port = 23
2 block in proto udp from any to any port = 23
3 block in proto tcp/udp from any to any port = 23
4 pass in proto tcp from any to any port <= 1023
5 pass in proto udp from any to any port <= 1023
6 pass in proto tcp/udp from any to any port <= 1023
7 block in proto tcp from any to any port >= 1024
8 block in proto udp from any to any port >= 1024
9 block in proto tcp/udp from any to any port >= 1024
10 pass in proto tcp from any to any port >= 1024
[all …]
/netbsd/src/external/bsd/libevent/dist/
Dconfig.h.in12 /* Define to 1 if you have the `accept4' function. */
15 /* Define to 1 if you have the <afunix.h> header file. */
18 /* Define to 1 if you have the `arc4random' function. */
21 /* Define to 1 if you have the `arc4random_addrandom' function. */
24 /* Define to 1 if you have the `arc4random_buf' function. */
27 /* Define to 1 if you have the <arpa/inet.h> header file. */
30 /* Define to 1 if you have the `clock_gettime' function. */
33 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
37 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
44 /* Define to 1 if you have the <dlfcn.h> header file. */
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
Dcmakeconfig.h.in3 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */
6 /* define if you want to build the possibly-buggy SMB printer */
9 /* Define to 1 if you have the `bpf_dump' function. */
15 /* Define to 1 if you have the `cap_enter' function. */
18 /* Define to 1 if you have the `cap_ioctls_limit' function. */
21 /* Define to 1 if you have the <cap-ng.h> header file. */
24 /* Define to 1 if you have the `cap_rights_limit' function. */
30 /* Define to 1 if you have the declaration of `ether_ntohost' */
33 /* Define to 1 if you have the `ether_ntohost' function. */
36 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
[all …]
Dconfig.h.in3 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */
6 /* define if you want to build the instrument functions code */
9 /* define if you want to build the possibly-buggy SMB printer */
12 /* Define to 1 if you have the `bpf_dump' function. */
18 /* Define to 1 if you have the `cap_enter' function. */
21 /* Define to 1 if you have the `cap_ioctls_limit' function. */
24 /* Define to 1 if you have the <cap-ng.h> header file. */
27 /* Define to 1 if you have the `cap_rights_limit' function. */
33 /* Define to 1 if you have the declaration of `ether_ntohost' */
36 /* Define to 1 if you have the `ether_ntohost' function. */
[all …]
/netbsd/src/external/bsd/top/bin/
Dconfig.h.in10 /* Default number of processes to display */
25 /* Define to 1 if you have the <curses.h> header file. */
28 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
32 /* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
36 /* Define to 1 if you have the declaration of `tgetent', and to 0 if you
40 /* Define to 1 if you have the declaration of `tgetflag', and to 0 if you
44 /* Define to 1 if you have the declaration of `tgetnum', and to 0 if you
48 /* Define to 1 if you have the declaration of `tgetstr', and to 0 if you
52 /* Define to 1 if you have the declaration of `tgoto', and to 0 if you don't.
56 /* Define to 1 if you have the declaration of `tputs', and to 0 if you don't.
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/include/
Dconfig.h.in62 /* path to bin */
71 /* Define if you want to use DES encryption in telnet. */
74 /* Define this to enable diagnostics in telnet. */
77 /* Define to enable DIGEST. */
80 /* Define if want to use the weak AFS string to key functions. */
114 /* Define to 1 if you have the `arc4random' function. */
117 /* Define to 1 if you have the <arpa/inet.h> header file. */
120 /* Define to 1 if you have the <arpa/nameser.h> header file. */
123 /* Define to 1 if you have the <arpa/telnet.h> header file. */
126 /* Define to 1 if you have the <asl.h> header file. */
[all …]

12345678910>>...239