Searched refs:outf (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/
H A Db64.c91 char *inf=NULL,*outf=NULL; local
118 outf= *(++argv);
212 if (outf == NULL)
216 if (BIO_write_filename(out,outf) <= 0)
218 perror(outf);
/barrelfish-2018-10-04/tools/
H A Dcreate_mdb_dot.py178 outf = "output.dot" variable
180 outf = sys.argv[2] variable
181 write_dot_file(nodes, treeroot, outf)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Denc.c124 char *inf=NULL,*outf=NULL; local
177 outf= *(++argv);
447 if (outf == NULL)
461 if (BIO_write_filename(out,outf) <= 0)
463 perror(outf);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_io.h286 int (*outf) ARGS((stream_id,char*,int)); member in struct:__anon1626
H A Dio.c1755 return StreamMethods(nst).outf(nst, (char *) s, count);
1774 return StreamMethods(nst).outf(nst, &ch, 1);
3085 _buffer_write /*outf*/
3108 _buffer_write /*outf*/
3131 _tty_write /*outf*/
3150 _null_write /*outf*/
3177 _buffer_write /*outf*/
3196 _string_write /*outf*/
3215 _queue_write /*outf*/
H A Dbip_io.c1095 StreamMethods(nst).outf(nst, StringStart(init_string->val), StringLength(init_string->val));

Completed in 136 milliseconds