Home
last modified time | relevance | path

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

/dports/shells/dash/dash-0.5.11.5/src/
H A Doutput.c69 #define MEM_OUT -3 /* output to dynamically allocated memory */ macro
81 .stream = 0, .nextc = 0, .end = 0, .buf = 0, .bufsize = 0, .fd = MEM_OUT, .flags = 0
94 .nextc = 0, .end = 0, .buf = 0, .bufsize = 0, .fd = MEM_OUT, .flags = 0
158 if (dest->fd == MEM_OUT && len > bufsize) { in outmem()
165 } else if (dest->fd == MEM_OUT) { in outmem()
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dxchaff.cpp51 case MEM_OUT: return SatSolver::OUT_OF_MEMORY; in Satisfiable()
65 case MEM_OUT: return SatSolver::OUT_OF_MEMORY; in Continue()
H A Dxchaff_solver.h57 MEM_OUT, enumerator
H A Dxchaff_solver.cpp798 _stats.outcome = MEM_OUT; in real_solve()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_generr.h32 gen(1, 1000, MEM_OUT, "Out of memory in function $1")
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_generr.h32 gen(1, 1000, MEM_OUT, "Out of memory in function $1")
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dshinstance.h267 #define MEM_OUT -3 /**< output to dynamically allocated memory */ macro
H A Doutput.c159 } else if (dest->fd == MEM_OUT) { in emptyoutbuf()
H A Dshinstance.c292 psh->memout.fd = MEM_OUT; in sh_create_root_shell()
/dports/shells/dash/dash-0.5.11.5/
H A DChangeLog21 * Add ifdefs around MEM_OUT handling in outmem.