Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnetstring.c397 static VSTRING *stdin_read_buf; /* stdin line buffer */ variable
419 VSTRING_ADDCH(stdin_read_buf, ch); in stdin_read_event()
422 NETSTRING_PUT_BUF(child_stream, stdin_read_buf); in stdin_read_event()
424 VSTRING_RESET(stdin_read_buf); in stdin_read_event()
479 stdin_read_buf = vstring_alloc(100); in main()