|
OpenDNSSEC-signer
2.1.3
|
#include "config.h"#include <stdio.h>#include <ldns/ldns.h>Go to the source code of this file.
Macros | |
| #define | SE_ADFILE_MAXLINE 65535 |
Functions | |
| int | adutil_readline_frm_file (FILE *fd, char *line, unsigned int *l, int keep_comments) |
| void | adutil_rtrim_line (char *line, int *line_len) |
| int | adutil_whitespace_line (char *line, int line_len) |
| #define SE_ADFILE_MAXLINE 65535 |
Adapter utilities.
Definition at line 40 of file adutil.h.
Referenced by adutil_readline_frm_file(), backup_read_ixfr(), and backup_read_namedb().
| int adutil_readline_frm_file | ( | FILE * | fd, |
| char * | line, | ||
| unsigned int * | l, | ||
| int | keep_comments | ||
| ) |
Read one line from file.
| [in] | fd | file descriptor of zonefile |
| [out] | line | the one line |
| [out] | l | keeps track of line numbers |
| [in] | keep_comments | if true, keep comments |
Read one line from zone file.
Definition at line 47 of file adutil.c.
References SE_ADFILE_MAXLINE.
Referenced by addns_read_rr().
| void adutil_rtrim_line | ( | char * | line, |
| int * | line_len | ||
| ) |
Definition at line 154 of file adutil.c.
Referenced by addns_read_rr().
| int adutil_whitespace_line | ( | char * | line, |
| int | line_len | ||
| ) |
Check for white space.
| [in] | line | line to be checked |
| [in] | line_len | line length |
Check for white space.
Definition at line 183 of file adutil.c.
Referenced by addns_read_rr().
1.8.13