Home
last modified time | relevance | path

Searched refs:fetch_token (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
Dutil-print.c697 fetch_token(netdissect_options *ndo, const u_char *pptr, u_int idx, u_int len, in fetch_token() function
849 idx = fetch_token(ndo, pptr, 0, len, token, sizeof(token)); in txtproto_print()
870 idx = fetch_token(ndo, pptr, idx, len, token, in txtproto_print()
/freebsd-12-stable/contrib/libgnuregex/
Dregcomp.c1759 fetch_token (re_token_t *result, re_string_t *input, reg_syntax_t syntax) in fetch_token() function
2111 fetch_token (&current_token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse()
2149 fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse_reg_exp()
2245 fetch_token (token, regexp, syntax); in parse_expression()
2300 fetch_token (token, regexp, syntax); in parse_expression()
2368 fetch_token (token, regexp, syntax); in parse_expression()
2411 fetch_token (token, regexp, syntax); in parse_expression()
2448 fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse_sub_exp()
2545 fetch_token (token, regexp, syntax); in parse_dup_op()
3694 fetch_token (token, input, syntax); in fetch_number()