Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h75 void unbuffer(FILE *fp);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.h81 void unbuffer(FILE *fp);
H A Dapps.c658 unbuffer(stdin); in load_cert()
755 unbuffer(stdin); in load_key()
824 unbuffer(stdin); in load_pubkey()
2551 void unbuffer(FILE *fp) in unbuffer() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c311 unbuffer(stdin); in app_get_pass()
951 unbuffer(stdin); in load_key_certs_crls_suppress()
2979 void unbuffer(FILE *fp) in unbuffer() function
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git128026 gdb: unbuffer all input streams when not using readline
136222 gdb: unbuffer all input streams when not using readline
141789 gdb: unbuffer all input streams when not using readline
143280 gdb: unbuffer all input streams when not using readline
143482 The only solution I can see to this problem is to unbuffer the input
143502 2. I don't think making repeated calls to unbuffer the input will
143503 have that much performance impact. We only make the unbuffer call
143512 always unbuffer the input stream.