Home
last modified time | relevance | path

Searched full:to (Results 1 – 25 of 14241) sorted by relevance

12345678910>>...570

/freebsd/contrib/ldns/ldns/
H A Dhost2str.h14 * Contains functions to translate the main structures to their text
15 * representation, as well as functions to print them.
43 * Represent a NULL pointer (instead of a pointer to a ldns_rr as "; (null)"
44 * as opposed to outputting nothing at all in such a case.
82 * formatted when printing or converting to string.
83 * Currently it is only used to specify what aspects of a Resource Record are
86 * a lookup map of hashes to real names for annotation NSEC3 records).
92 /** Potential extra data to be used with formatting RR's in text */
100 * to initialize.
131 * Initialize output format storage to the default value.
[all …]
H A Dconfig.h.in6 /* Define to 1 if you have the <arpa/inet.h> header file. */
15 /* Define to 1 if you have the `b32_ntop' function. */
18 /* Define to 1 if you have the `b32_pton' function. */
21 /* Define to 1 if you have the `b64_ntop' function. */
24 /* Define to 1 if you have the `b64_pton' function. */
27 /* Define to 1 if you have the `bzero' function. */
30 /* Define to 1 if you have the `calloc' function. */
33 /* Define to 1 if you have the `CONF_modules_unload' function. */
36 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
39 /* Define to 1 if you have the `CRYPTO_memcmp' function. */
[all …]
/freebsd/share/doc/psd/20.ipctut/
H A Dfig3.pic9 line dotted from 5.550,8.012 to 4.362,8.012
10 line from 4.462,8.037 to 4.362,8.012 to 4.462,7.987
11 line dotted from 4.362,7.950 to 5.550,7.950
12 line from 5.450,7.925 to 5.550,7.950 to 5.450,7.975
15 line dotted from 3.925,4.700 to 5.112,4.700
16 line from 5.013,4.675 to 5.112,4.700 to 5.013,4.725
17 line dotted from 5.112,4.763 to 3.925,4.763
18 line from 4.025,4.788 to 3.925,4.763 to 4.025,4.737
19 line from 5.963,5.513 to 6.925,5.513
20 line from 5.963,5.650 to 6.925,5.650
[all …]
H A Dfig2.pic6 arc at 5.407,4.723 from 5.375,4.838 to 5.362,4.612 cw
7 arc at 5.907,7.973 from 5.875,8.088 to 5.862,7.862 cw
8 line from 5.963,5.513 to 6.925,5.513
9 line from 5.963,5.650 to 6.925,5.650
10 line from 5.963,5.787 to 6.925,5.787
11 line from 5.963,5.912 to 6.925,5.912
12 line from 5.963,6.050 to 6.925,6.050
13 line from 5.963,6.200 to 6.925,6.200 to 6.925,5.375 to 5.963,5.375 to 5.963,6.200
15 line from 6.388,6.463 to 6.388,6.200
16 line from 3.150,6.200 to 4.112,6.200 to 4.112,5.375 to 3.150,5.375 to 3.150,6.200
[all …]
H A Dfig8.pic12 line from 3.150,6.200 to 4.112,6.200 to 4.112,5.375 to 3.150,5.375 to 3.150,6.200
13 line from 3.150,6.050 to 4.112,6.050
14 line from 3.150,5.912 to 4.112,5.912
15 line from 3.150,5.787 to 4.112,5.787
16 line from 3.150,5.650 to 4.112,5.650
17 line from 3.150,5.513 to 4.112,5.513
19 line from 3.575,6.463 to 3.575,6.200
20 line from 5.963,5.513 to 6.925,5.513
21 line from 5.963,5.650 to 6.925,5.650
22 line from 5.963,5.787 to 6.925,5.787
[all …]
/freebsd/share/man/man5/
H A Dperiodic.conf.515 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
49 and is intended to simply provide default configuration variables.
57 List of directories to search for periodic scripts.
60 and is only used when an argument to
65 What to do with the output of the scripts executed from
68 If this variable is set to an absolute path name, output is logged to
70 addresses and mailed to those users.
71 If this variable is not set or is empty, output is sent to standard output.
100 is set to
[all …]
H A Drc.conf.514 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
43 is not to run commands or perform system startup actions
49 internal actions according to the settings found there.
58 when the system administrator wishes to override these defaults.
61 allows vendors to override
66 is used to override settings in
70 The sysrc(8) command provides a scripting interface to modify system
73 In addition to
123 If set to
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_copy.c20 * 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 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_integer64 (const int64_t *from, int64_t *to) in der_copy_unsigned() argument
60 *to in der_copy_unsigned()
65 der_copy_generalized_time(const time_t * from,time_t * to) der_copy_generalized_time() argument
72 der_copy_utctime(const time_t * from,time_t * to) der_copy_utctime() argument
79 der_copy_utf8string(const heim_utf8_string * from,heim_utf8_string * to) der_copy_utf8string() argument
86 der_copy_printable_string(const heim_printable_string * from,heim_printable_string * to) der_copy_printable_string() argument
99 der_copy_ia5_string(const heim_ia5_string * from,heim_ia5_string * to) der_copy_ia5_string() argument
105 der_copy_bmp_string(const heim_bmp_string * from,heim_bmp_string * to) der_copy_bmp_string() argument
117 der_copy_universal_string(const heim_universal_string * from,heim_universal_string * to) der_copy_universal_string() argument
129 der_copy_visible_string(const heim_visible_string * from,heim_visible_string * to) der_copy_visible_string() argument
135 der_copy_octet_string(const heim_octet_string * from,heim_octet_string * to) der_copy_octet_string() argument
150 der_copy_heim_integer(const heim_integer * from,heim_integer * to) der_copy_heim_integer() argument
162 der_copy_oid(const heim_oid * from,heim_oid * to) der_copy_oid() argument
174 der_copy_bit_string(const heim_bit_string * from,heim_bit_string * to) der_copy_bit_string() argument
[all...]
/freebsd/contrib/diff/
H A Dconfig.h6 /* Define to 1 if the `closedir' function returns void instead of `int'. */
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
14 /* Define to 1 if using `alloca.c'. */
22 defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
23 Define to 199209 to default to POSIX 1003.2-1992, which makes standard
25 and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
32 /* Define to 1 if translation of program messages to the user's native
37 prefix, define this to compute the length of that prefix, including the
55 /* Define to 1 if you have `alloca', as a function or macro. */
58 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
[all …]
/freebsd/sbin/ipf/ipf/
H A Dipf.55 The ipf.conf file is used to specify rules for the firewall, packet
6 authentication and packet accounting components of IPFilter. To load rules
11 rules.) Accompanying the decision to apply is a collection of statements
12 that specify under what conditions the result is to be applied and how.
28 address patterns or "all" to match any address information
31 For rules lines that are particularly long, it is possible to split
36 to 2.2.2.2 port < 5000 flags S keep state
43 to 2.2.2.2 port < 5000 flags S keep state
51 pass in proto icmp from any to any
57 pass in proto icmp from any to any # Allow all ICMP packets in
[all …]
/freebsd/usr.bin/ftp/
H A Dtnftp_config.h4 /* Define to 1 if the `closedir' function returns void instead of `int'. */
7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
12 /* Define to 1 if using `alloca.c'. */
15 /* Define to 1 if the `getpgrp' function requires zero arguments. */
18 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
21 /* Define to 1 if you have `alloca', as a function or macro. */
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
28 /* Define to 1 if you have the <arpa/ftp.h> header file. */
31 /* Define to 1 if you have the <arpa/inet.h> header file. */
34 /* Define to 1 if you have the <arpa/nameser.h> header file. */
[all …]
/freebsd/crypto/openssh/
H A Dconfig.h44 /* Define if your struct dirent expects you to allocate extra space for d_name
100 /* Define if you want to specify the path to your lastlog file */
103 /* Define if you want to specify the path to your utmp file */
106 /* Define if you want to specify the path to your wtmpx file */
109 /* Define if you want to specify the path to your wtmp file */
112 /* Need to cal
[all...]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di81 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 …]
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt19 Abstract: This document is intended to introduce a new
20 user to the IP Filter firewalling package and, at the
40 stuff the others don't. This document is intended to make
57 any damages incurred due to actions taken based on this doc-
58 ument. This document is meant as an introduction to building
74 rity professional to install your firewall for you.
85 to be notified of any such distributions.
91 distribution. Exceptions to these rules may be granted under
94 In short, we wish to promote dissemination of this
96 we do wish to retain copyright on the HOWTO documents, and
[all …]
/freebsd/contrib/one-true-awk/
H A DFIXES.1e5 Permission to use, copy, modify, and distribute this software and
12 to distribution of the software without specific, written prior
15 LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
26 was sent to the printers in August 1987.
29 Fix edge case where FS is changed on commandline. Thanks to
34 been plugged. Thanks to Miguel Pineiro Jr.
37 Force hex escapes in strings to be no more than two characters,
39 consistency, as well as consistency with gawk. Thanks to
45 tempfree in cat, thanks to Miguel Pineiro Jr and valgrind.
49 Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.
[all …]
/freebsd/contrib/libevent/
H A 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 …]
/freebsd/contrib/unbound/
H A Dconfig.h.in6 /* apply the noreturn attribute to a function that exits the program */
9 /* apply the weak attribute to a symbol */
12 /* Directory to chroot to */
15 /* Define this to enable client subnet option. */
24 /* Pathname to the Unbound configuration file */
37 /* Define this to enable kernel based UDP source port randomization. */
43 /* Define if you want to use debug lock checking (slow). */
46 /* Define this if you enabled-allsymbols from libunbound to link binaries to
51 /* Define to 1 if you have the `accept4' function. */
54 /* Define to 1 if you have the `arc4random' function. */
[all …]
/freebsd/share/man/man7/
H A Dfirewall.713 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 A Firewall is most commonly used to protect an internal network
35 are also used to prevent outside entities from spoofing internal
36 IP addresses and to isolate services such as NFS or SMBFS (Windows
41 firewalling system also has the capability to limit bandwidth using
43 This feature can be useful when you need to guarantee a certain
47 office T1 (1.5 MBits/s), you may wish to bandwidth-limit all other
48 T1 traffic to 1 MBit/s in order to reserve at least 0.5 MBits
52 you might want to limit bandwidth to prevent excessive bandwidth
[all …]
/freebsd/crypto/heimdal/include/
H A 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/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 …]
/freebsd/contrib/ntp/sntp/libevent/
H A 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 …]
/freebsd/sys/kern/
H A Dtty_outq.c20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 * bits for parity marking and such. This mechanism is similar to the
49 * old clists, but only contains the features we need to buffer the
60 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \ argument
61 if (to->to_end == 0) { \
62 tob->tob_next = to->to_firstblock; \
63 to->to_firstblock = tob; \
65 tob->tob_next = to->to_lastblock->tob_next; \
66 to->to_lastblock->tob_next = tob; \
[all …]
/freebsd/share/doc/usd/07.mail/
H A Dmail5.nr13 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 message list passed to it.
75 Thus, to print the first four messages, use
79 and to print all the messages from the current message to the last
89 is checked to make sure it was sent by one of the named users.
94 is selected. Thus, to print every message sent to you by
122 For example, to print the headers of all messages that contain the
139 command goes to the previous message and prints it. The
[all …]
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc30 o Causing Output to the Terminal
103 This document is an introduction to programming with curses. It is not
106 Rather, it is intended to help C programmers ease into using the
113 Tips, and Tricks. These will bring you up to speed on the special
119 screen model to the programmer, hiding differences between terminal
120 types and doing automatic optimization of output to change one screen
128 the advantage of (a) back-portability to character-cell terminals, and
136 Historically, the first ancestor of curses was the routines written to
145 After graduation, one of those students went to work at AT&T Bell
147 "libterm"), and adapted the curses library to use this. That was
[all …]
/freebsd/contrib/openbsm/config/
H A Dconfig.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 …]
/freebsd/contrib/bmake/
H A Dconfig.h.in9 /* Shell spec to use by default */
15 /* Define to 1 if you have the <ar.h> header file. */
18 /* Define to 1 if you have the declaration of 'sys_siglist', and to 0 if you
22 /* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.
26 /* Define to 1 if you have the 'dirname' function. */
29 /* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */
32 /* Define to 1 if you have the 'err' function. */
35 /* Define to 1 if you have the 'errx' function. */
38 /* Define to 1 if you have the <err.h> header file. */
41 /* Define to 1 if you have the <fcntl.h> header file. */
[all …]

12345678910>>...570