Searched refs:DPSAssertWarn (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsassert.h44 #define DPSAssertWarn(cndtn, cntxt, mssg)\ macro
H A Ddpsclient.c435 DPSAssertWarn(buf == NIL, cc, "non-nil output buffer with 0 length");
530 DPSAssertWarn(nch == 1 && !oldBuf, cc, "illegal binary output from context (oldBuf)");
542 DPSAssertWarn(!oldBuf && nch > 1, cc, "return values garbled (oldBuf||nch<DPS_SEQ_MIN");
558 DPSAssertWarn(!oldBuf, cc, "return values garbled (oldBuf)");
577 DPSAssertWarn(!oldBuf, cc, "return values garbled (oldBuf&&nch<m");
583 DPSAssertWarn(bos->nTopElements == 1, cc, "illegal binary output detected (bos->nTopElements!=1)");
619 DPSAssertWarn(nch == 0, cc, "some return values/data lost (nch)");
2136 DPSAssertWarn(nch == 1 && !oldBuf, cc, "problem converting binary token/sequence (nch!=1||oldBuf)");
2145 DPSAssertWarn(!oldBuf, cc, "problem converting binary token/sequence (oldBuf)");
2163 DPSAssertWarn(nc
[all...]
H A Dcslibext.c634 DPSAssertWarn(XGetGCValues(dpy, gc, DPSGCBITS & ~(GCClipMask), &values),
739 DPSAssertWarn(XGetGCValues(dpy, gc, DPSGCBITS & ~(GCClipMask), &values),
H A DdpsXpriv.c431 DPSAssertWarn (space == sxid, ctxt, "attempting context from context ID from different space");
H A DXDPS.c1946 DPSAssertWarn(XGetGCValues(xdpy, gc, valuemask, &vals),
2090 DPSAssertWarn(XGetGCValues(dpy, gc, valuemask, &values),

Completed in 25 milliseconds