Searched refs:ldns_fget_token_l (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/ldns/
H A Dhigher.c178 for(i = ldns_fget_token_l(fp, line, "\n", LDNS_MAX_LINELEN, line_nr);
179 i > 0; i = ldns_fget_token_l(fp, line, "\n", LDNS_MAX_LINELEN, line_nr)) {
H A Dkeys.c197 if(ldns_fget_token_l(fp, token+strlen(token), "\n",
H A Dparse.c27 return ldns_fget_token_l(f, token, delim, limit, NULL);
31 ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) function
205 i = ldns_fget_token_l(f, data, d_del, data_limit, line_nr);
H A Drdata.c389 if ((t = ldns_fget_token_l(fp, line, LDNS_PARSE_SKIP_SPACE, 0, line_nr)) == -1 || t == 0) {
H A Dresolver.c742 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_NORMAL, 0, line_nr);
767 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_NORMAL, 0, line_nr);
789 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_NORMAL, 0, line_nr);
820 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_SKIP_SPACE, 0, line_nr);
863 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_SKIP_SPACE, 0, line_nr);
868 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_SKIP_SPACE, 0, line_nr);
874 gtr = ldns_fget_token_l(myfp, word, LDNS_PARSE_NORMAL, 0, line_nr);
H A Drr.c703 if ((size = ldns_fget_token_l(fp, line, LDNS_PARSE_SKIP_SPACE, LDNS_MAX_LINELEN, line_nr)) == -1) {
/freebsd-11-stable/contrib/ldns/ldns/
H A Dparse.h70 ssize_t ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr);

Completed in 182 milliseconds