Lines Matching defs:out
70 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 " -out arg - output file (response)- default stdout",
114 -mimetype application/dvcs -acceptmime application/dvcs -out response
261 BIO* out=NULL;
303 } else if (!strcmp (*args, "-out")) {
363 if ((out=BIO_new(BIO_s_file())) == NULL) {
367 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
368 else if (BIO_write_filename(out,outfile) <= 0) {
370 BIO_free(out);
454 BIO_get_fp(out,&outfp);
508 BIO_free(out);