Searched refs:sfbpf_text (Results 1 – 1 of 1) sorted by relevance
22 #define yytext sfbpf_text373 extern __thread char *sfbpf_text;374 #define yytext_ptr sfbpf_text2691 __thread char *sfbpf_text; variable3121 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 …]