Lines Matching full:getc
204 * if we're using stdio for input, then we want to use getc()2490 #undef getc2491 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++)2568 (c = getc( pcap_in )) != EOF && c != '\n'; ++n ) \