Searched refs:getc (Results 1 – 2 of 2) sorted by relevance
146 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()
2773 #undef getc2774 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++) macro2869 (c = getc( sfbpf_in )) != EOF && c != '\n'; ++n ) \