Searched refs:unbuffer (Results 1 – 5 of 5) sorted by relevance
75 void unbuffer(FILE *fp);
81 void unbuffer(FILE *fp);
658 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
311 unbuffer(stdin); in app_get_pass()951 unbuffer(stdin); in load_key_certs_crls_suppress()2979 void unbuffer(FILE *fp) in unbuffer() function
128026 gdb: unbuffer all input streams when not using readline136222 gdb: unbuffer all input streams when not using readline141789 gdb: unbuffer all input streams when not using readline143280 gdb: unbuffer all input streams when not using readline143482 The only solution I can see to this problem is to unbuffer the input143502 2. I don't think making repeated calls to unbuffer the input will143503 have that much performance impact. We only make the unbuffer call143512 always unbuffer the input stream.