Lines Matching refs:assert
88 assert(co->len <= 254); in ensurespace()
108 assert(cd->rrcontin != 0); in ensurespace()
109 assert(co == cn); in ensurespace()
113 assert(co != cn); in ensurespace()
129 assert(Cwoffset(cd) == end); in ensurespace()
133 assert(cd->rrcontin != 0); in ensurespace()
156 assert(5+1 <= free && free < 256); in Cputstring()
180 assert(cd != nil); in Cputsysuse()
181 assert((initlen&1) == 0); in Cputsysuse()
190 assert(dowrite==0 || Cwoffset(cd) == o+co.len-initlen); in Cputsysuse()
232 assert(dowrite==0 || cp != &co || Cwoffset(cd) == o+co.len-initlen); in Cputsysuse()
270 assert(7+1 <= free && free < 256); in Cputsysuse()
278 assert(7+strlen(p) <= free); in Cputsysuse()
286 assert(dowrite==0 || cp != &co || Cwoffset(cd) == o+co.len-initlen); in Cputsysuse()
293 assert(dowrite==0 || cp != &co || Cwoffset(cd) == o+co.len-initlen); in Cputsysuse()
312 assert(Cwoffset(cd) == o+co.len-initlen); in Cputsysuse()
314 assert(Cwoffset(cd) == o); in Cputsysuse()
316 assert(co.len <= 255); in Cputsysuse()
340 assert(Cwoffset(cd) == o+28); in CputsuspCE()
348 assert(cd != nil); in CputsuspER()
370 assert(cd != nil); in CputsuspRR()
385 assert(cd!=0); in CputsuspSP()
405 assert(cd!=0); in CputsuspST()
426 assert(0); in suspdirflags()
482 assert(cd!=0); in CputrripPX()
504 assert(cd!=0); in CputrripTF()
505 assert(!(type & TFlongform)); in CputrripTF()
511 assert(length == 4); in CputrripTF()
589 assert(mode & (S_IFDIR|S_IFREG)); in mode()