Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_scanner.c22 #define yytext sfbpf_text
373 extern __thread char *sfbpf_text;
374 #define yytext_ptr sfbpf_text
2691 __thread char *sfbpf_text; variable
3121 bpf_error("%s not supported", sfbpf_text);
3132 bpf_error("%s not supported", sfbpf_text);
3296 bpf_error("%s not supported", sfbpf_text);
3566 return sfbpf_text[0];
3781 bpf_error("illegal token: %s", sfbpf_text); }
3786 { bpf_error("illegal char '%c'", *sfbpf_text); }
[all …]