Home
last modified time | relevance | path

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

12345678910>>...196

/trueos/crypto/heimdal/lib/asn1/
HDder_copy.c42 heim_general_string *to) in der_copy_general_string() argument
44 *to = strdup(*from); in der_copy_general_string()
45 if(*to == NULL) in der_copy_general_string()
51 der_copy_integer (const int *from, int *to) in der_copy_integer() argument
53 *to = *from; in der_copy_integer()
58 der_copy_unsigned (const unsigned *from, unsigned *to) in der_copy_unsigned() argument
60 *to = *from; in der_copy_unsigned()
65 der_copy_generalized_time (const time_t *from, time_t *to) in der_copy_generalized_time() argument
67 *to = *from; in der_copy_generalized_time()
72 der_copy_utctime (const time_t *from, time_t *to) in der_copy_utctime() argument
[all …]
/trueos/sys/kern/
HDtty_outq.c61 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \ argument
62 if (to->to_end == 0) { \
63 tob->tob_next = to->to_firstblock; \
64 to->to_firstblock = tob; \
66 tob->tob_next = to->to_lastblock->tob_next; \
67 to->to_lastblock->tob_next = tob; \
69 to->to_nblocks++; \
72 #define TTYOUTQ_REMOVE_HEAD(to) do { \ argument
73 to->to_firstblock = to->to_firstblock->tob_next; \
74 to->to_nblocks--; \
[all …]
/trueos/contrib/ncurses/ncurses/tinfo/
HDalloc_ttype.c95 realign_data(TERMTYPE *to, char **ext_Names, in realign_data() argument
101 int limit = (to->ext_Booleans + to->ext_Numbers + to->ext_Strings); in realign_data()
103 if (to->ext_Booleans != ext_Booleans) { in realign_data()
104 to->num_Booleans += (ext_Booleans - to->ext_Booleans); in realign_data()
105 to->Booleans = typeRealloc(NCURSES_SBOOL, to->num_Booleans, to->Booleans); in realign_data()
106 for (n = to->ext_Booleans - 1, in realign_data()
108 base = to->num_Booleans - (m + 1); m >= 0; m--) { in realign_data()
109 if (find_name(to->ext_Names, limit, ext_Names[m])) { in realign_data()
110 to->Booleans[base + m] = to->Booleans[base + n--]; in realign_data()
112 to->Booleans[base + m] = FALSE; in realign_data()
[all …]
/trueos/etc/
HDrc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to any
103 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
106 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 2,135,136
[all …]
/trueos/contrib/binutils/libiberty/
HDconfig.in3 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 /* Define to 1 if you have the <alloca.h> header file. */
10 /* Define to 1 if you have the `asprintf' function. */
13 /* Define to 1 if you have the `atexit' function. */
16 /* Define to 1 if you have the `basename' function. */
19 /* Define to 1 if you have the `bcmp' function. */
22 /* Define to 1 if you have the `bcopy' function. */
25 /* Define to 1 if you have the `bsearch' function. */
28 /* Define to 1 if you have the `bzero' function. */
31 /* Define to 1 if you have the `calloc' function. */
[all …]
/trueos/contrib/gcclibs/libiberty/
HDconfig.in3 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7 /* Define to 1 if you have the <alloca.h> header file. */
10 /* Define to 1 if you have the `asprintf' function. */
13 /* Define to 1 if you have the `atexit' function. */
16 /* Define to 1 if you have the `basename' function. */
19 /* Define to 1 if you have the `bcmp' function. */
22 /* Define to 1 if you have the `bcopy' function. */
25 /* Define to 1 if you have the `bsearch' function. */
28 /* Define to 1 if you have the `bzero' function. */
31 /* Define to 1 if you have the `calloc' function. */
[all …]
/trueos/contrib/gcclibs/libcpp/
HDconfig.in3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8 /* Define to 1 if using `alloca.c'. */
14 /* Define to 1 if translation of program messages to the user's native
18 /* Define to 1 if you have `alloca', as a function or macro. */
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25 /* Define to 1 if you have the `clearerr_unlocked' function. */
28 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
32 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
36 /* Define to 1 if you have the declaration of `basename', and to 0 if you
40 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
[all …]
/trueos/contrib/gcclibs/libmudflap/
HDconfig.h.in3 /* Define to the name of the symbol used for the entry point. */
6 /* Define to 1 if you have the `addmntent' function. */
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
12 /* Define to 1 if you have the `backtrace' function. */
15 /* Define to 1 if you have the `backtrace_symbols' function. */
18 /* Define to 1 if you have the <ctype.h> header file. */
21 /* Define to 1 if you have the `cuserid' function. */
24 /* Define to 1 if you have the <dirent.h> header file. */
27 /* Define to 1 if you have the <dlfcn.h> header file. */
30 /* Define to 1 if you have the `dlvsym' function. */
[all …]
/trueos/contrib/bmake/
HDconfig.h.in9 /* Shell spec to use by default */
12 /* Define to 1 if you have the <ar.h> header file. */
15 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
19 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
23 /* Define to 1 if you have the `dirname' function. */
26 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29 /* Define to 1 if you have the `err' function. */
32 /* Define to 1 if you have the `errx' function. */
35 /* Define to 1 if you have the <err.h> header file. */
38 /* Define to 1 if you have the <fcntl.h> header file. */
[all …]
/trueos/contrib/netbsd-tests/ipf/expected/
HDi121 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 …]
HDi81 pass in inet proto icmp from 127.0.0.1/32 to 127.0.0.1/32 icmp-type timest
2 block in inet proto icmp from any to any icmp-type unreach code 1
3 pass in inet proto icmp from any to any icmp-type unreach code 15
4 pass in inet proto icmp from any to any icmp-type unreach code 13
5 pass in inet proto icmp from any to any icmp-type unreach code 8
6 pass in inet proto icmp from any to any icmp-type unreach code 4
7 pass in inet proto icmp from any to any icmp-type unreach code 9
8 pass in inet proto icmp from any to any icmp-type unreach code 11
9 pass in inet proto icmp from any to any icmp-type unreach code 14
10 pass in inet proto icmp from any to any icmp-type unreach code 10
[all …]
/trueos/contrib/binutils/opcodes/
HDia64-waw.tbl3 …]; br.call, brl.call, br.ret, cover, IC:mov-to-AR-BSPSTORE, rfi; br.call, brl.call, br.ret, cover,…
4 AR[BSPSTORE]; alloc, loadrs, flushrs, IC:mov-to-AR-BSPSTORE; alloc, loadrs, flushrs, IC:mov-to-AR-B…
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-EC; impli…
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 …]
/trueos/contrib/netbsd-tests/ipf/regress/
HDf61 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 …]
HDf51 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 …]
/trueos/share/examples/ipfilter/
HDrules.txt3 # block all incoming TCP packets on le0 from host "foo" to any destination.
5 block in on le0 proto tcp from foo/32 to any
10 # block all outgoing TCP packets on le0 from any host to port 23 of host bar.
12 block out on le0 proto tcp from any to bar/32 port != 23
19 block in from any to any
21 # pass through packets to and from localhost.
23 pass in from 127.0.0.1/32 to 127.0.0.1/32
25 # allow a variety of individual hosts to send any type of IP packet to any
28 pass in from 10.1.3.1 to any
29 pass in from 10.1.3.2 to any
[all …]
/trueos/crypto/openssh/
HDconfig.h.in43 /* Define if your struct dirent expects you to allocate extra space for d_name
81 /* FreeBSD strnvis argument order is swapped compared to OpenBSD */
93 /* Define if you want to specify the path to your lastlog file */
96 /* Define if you want to specify the path to your utmp file */
99 /* Define if you want to specify the path to your wtmpx file */
102 /* Define if you want to specify the path to your wtmp file */
105 /* Define if your platform needs to skip post auth file descriptor passing */
108 /* Define if you don't want to use lastlog */
111 /* Define if you don't want to use your system's login() call */
114 /* Define if you don't want to use pututline() etc. to write [uw]tmp */
[all …]
/trueos/contrib/texinfo/
HDconfig.h.in3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8 /* Define to 1 if using `alloca.c'. */
11 /* Define to 1 if translation of program messages to the user's native
15 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
18 /* Define to 1 if you have `alloca', as a function or macro. */
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25 /* Define to 1 if you have the <argz.h> header file. */
28 /* Define to 1 if you have the `asprintf' function. */
31 /* Define to 1 if you have the `bzero' function. */
38 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
[all …]
/trueos/contrib/openbsm/config/
HDconfig.h.in3 /* Define to 1 if you have the `alarm' function. */
6 /* Define to 1 if you have the `arc4random' function. */
9 /* Define to 1 if you have the `arc4random_buf' function. */
15 /* Define to 1 if you have the `bzero' function. */
18 /* Define to 1 if you have the `cap_enter' function. */
21 /* Define to 1 if your system has a working `chown' function. */
24 /* Define to 1 if you have the `clock_gettime' function. */
27 /* Define to 1 if you have the `closefrom' function. */
30 /* Define to 1 if you have the <dlfcn.h> header file. */
33 /* Define to 1 if you have the <endian.h> header file. */
[all …]
/trueos/contrib/tcsh/
HDconfig.h.in3 /* Define to the type of elements in the array set by `getgroups'. Usually
7 /* Define to 1 if the `getpgrp' function requires zero arguments. */
10 /* Define to 1 if you have the <auth.h> header file. */
13 /* Define to 1 if you have the <crypt.h> header file. */
16 /* Define to 1 if you have the declaration of `crypt', and to 0 if you don't.
20 /* Define to 1 if you have the declaration of `environ', and to 0 if you
24 /* Define to 1 if you have the declaration of `gethostname', and to 0 if you
28 /* Define to 1 if you have the declaration of `getpgrp', and to 0 if you
32 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
36 /* Define to 1 if you have the `dup2' function. */
[all …]
/trueos/contrib/ipfilter/rules/
HDexample.34 block in from any to any
6 # pass through packets to and from localhost.
8 pass in from 127.0.0.1/32 to 127.0.0.1/32
10 # allow a variety of individual hosts to send any type of IP packet to any
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to any
18 pass in from 10.1.0.13/32 to any
[all …]
/trueos/tools/tools/tinybsd/conf/firewall/etc/
HDrc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
165 ${fwcmd} add pass tcp from any to any established
168 ${fwcmd} add pass all from any to any frag
171 ${fwcmd} add pass tcp from any to ${ip} 25 setup
[all …]
/trueos/tools/tools/tinybsd/conf/wireless/etc/
HDrc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
165 ${fwcmd} add pass tcp from any to any established
168 ${fwcmd} add pass all from any to any frag
171 ${fwcmd} add pass tcp from any to ${ip} 25 setup
[all …]
/trueos/crypto/heimdal/include/
HDconfig.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/ftp.h> header file. */
120 /* Define to 1 if you have the <arpa/inet.h> header file. */
123 /* Define to 1 if you have the <arpa/nameser.h> header file. */
126 /* Define to 1 if you have the <arpa/telnet.h> header file. */
[all …]
/trueos/contrib/tcpdump/
HDconfig.h.in3 * make them to acconfig.h and rerun autoheader */
14 /* define if you need to include missing/addrinfoh.h. */
62 /* Whether or not to include the possibly-buggy SMB printer */
77 /* Define to 1 if you have the `alarm' function. */
80 /* Define to 1 if you have the `bpf_dump' function. */
83 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
87 /* Define to 1 if you have the `ether_ntohost' function. */
90 /* Define to 1 if you have the <fcntl.h> header file. */
93 /* Define to 1 if you have the `fork' function. */
96 /* Define to 1 if you have the `getnameinfo' function. */
[all …]
/trueos/contrib/ntp/sntp/
HDconfig.h.in9 /* Define to 1 if you have the `alarm' function. */
12 /* Define to 1 if you have the <arpa/inet.h> header file. */
15 /* Define to 1 if you have the `canonicalize_file_name' function. */
21 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25 /* Define to 1 if you have the <dlfcn.h> header file. */
28 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
31 /* Define to 1 if you have the <errno.h> header file. */
34 /* Define to 1 if you have the <fcntl.h> header file. */
37 /* Define to 1 if you have the <float.h> header file. */
40 /* Define to 1 if you have the `gettimeofday' function. */
[all …]

12345678910>>...196