Searched refs:isc_tokentype_qstring (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dlex_test.c140 ISC_R_SUCCESS, isc_tokentype_qstring, NULL, ISC_R_UNEXPECTEDEND, 0 },
219 case isc_tokentype_qstring:
267 isc_tokentype_qstring, true);
273 case isc_tokentype_qstring:
328 case isc_tokentype_qstring:
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Disdn_20.c36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
41 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
44 token.type != isc_tokentype_qstring)
H A Duri_256.c56 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
58 if (token.type != isc_tokentype_qstring) {
H A Dcaa_257.c321 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
323 if (token.type != isc_tokentype_qstring &&
H A Dtxt_16.c42 isc_tokentype_qstring, true));
43 if (token.type != isc_tokentype_qstring &&
H A Dnaptr_35.c210 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
217 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
225 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
H A Dgpos_27.c38 isc_tokentype_qstring, false));
H A Dhinfo_13.c36 isc_tokentype_qstring, false));
H A Dx25_19.c36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
H A Ddoa_259.c59 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Disdn_20.c36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
41 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
44 token.type != isc_tokentype_qstring)
H A Duri_256.c56 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
58 if (token.type != isc_tokentype_qstring) {
H A Dcaa_257.c321 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
323 if (token.type != isc_tokentype_qstring &&
H A Dtxt_16.c42 isc_tokentype_qstring, true));
43 if (token.type != isc_tokentype_qstring &&
H A Dnaptr_35.c210 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
217 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
225 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
H A Dx25_19.c36 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
H A Dgpos_27.c38 isc_tokentype_qstring, false));
H A Dhinfo_13.c35 isc_tokentype_qstring, false));
H A Ddoa_259.c59 RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlex.h122 isc_tokentype_qstring = 3, enumerator in enum:__anon81
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlex.h120 isc_tokentype_qstring = 3, enumerator in enum:__anon127
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlex.h119 isc_tokentype_qstring = 3, enumerator in enum:__anon176
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlex.c745 tokenp->type = isc_tokentype_qstring;
805 if (expect == isc_tokentype_qstring)
819 expect == isc_tokentype_qstring)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlex.c828 ? isc_tokentype_qstring
945 } else if (expect == isc_tokentype_qstring) {
964 (expect == isc_tokentype_qstring || expect == isc_tokentype_qvpair))
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlex.c832 ? isc_tokentype_qstring
948 } else if (expect == isc_tokentype_qstring) {
967 (expect == isc_tokentype_qstring || expect == isc_tokentype_qvpair))

Completed in 377 milliseconds

12