Home
last modified time | relevance | path

Searched refs:VSTREAM_GETCHAR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dwatchdog.c311 } while (VSTREAM_GETCHAR() != VSTREAM_EOF); in main()
H A Dnetstring.c416 ch = VSTREAM_GETCHAR(); in stdin_read_event()
H A Dvstream.h120 #define VSTREAM_GETCHAR() VSTREAM_GETC(VSTREAM_IN) macro