Searched refs:cstyle (Results 1 – 2 of 2) sorted by relevance
26 extern void bpf_asm_compile(FILE *fp, bool cstyle);31 bool cstyle = false; in main() local36 cstyle = true; in main()49 bpf_asm_compile(fp, cstyle); in main()
42 extern void bpf_asm_compile(FILE *fp, bool cstyle);646 void bpf_asm_compile(FILE *fp, bool cstyle) in bpf_asm_compile() argument655 if (cstyle) in bpf_asm_compile()