1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_octet
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 ldns_status ldns_octet(char *word, size_t *length);
16
18 ldns_octet() removes \\DDD, \\[space] and other escapes from the input.
19 See RFC 1035, section 5.1.
20 word: what to check
21 length: the string
22 Returns ldns_status mesg
23
25 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
26 Miek Gieben.
27
28
30 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
31 http://www.nlnetlabs.nl/bugs/index.html
32
33
35 Copyright (c) 2004 - 2006 NLnet Labs.
36
37 Licensed under the BSD License. There is NO warranty; not even for MER‐
38 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
39
40
42 ldns_rdf. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034
43 and RFC4035.
44
46 This manpage was automaticly generated from the ldns source code by use
47 of Doxygen and some perl.
48
49
50
51 30 May 2006 ldns(3)