Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsfbpf-int.c146 c = getc(f);
158 c = getc(f);
190 c = getc(fp); in pcap_next_etherent()
195 c = getc(fp); in pcap_next_etherent()
200 c = getc(fp); in pcap_next_etherent()
230 c = getc(fp); in pcap_next_etherent()
H A Dsf_scanner.c2773 #undef getc
2774 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++) macro
2869 (c = getc( sfbpf_in )) != EOF && c != '\n'; ++n ) \