Searched refs:SM_ASSERT (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dassert.h97 # define SM_ASSERT(cond) \ macro
99 "SM_ASSERT(" #cond ") failed"), 0)))
101 # define SM_ASSERT(cond) \ macro
103 "SM_ASSERT(cond) failed"), 0)))
106 # define SM_ASSERT(cond) ((void) 0) macro
H A Dexc.h156 # define SM_FINALLY SM_ASSERT(SmExcHandler == &_h); \
164 SM_ASSERT(SmExcHandler == &_h); \
175 SM_ASSERT(SmExcHandler == &_h); \
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dutil.c97 SM_ASSERT(l >= 2);
183 SM_ASSERT(bufused <= olen);
199 SM_ASSERT(bufused < olen);
202 SM_ASSERT(bufused < olen);
H A Drpool.c187 SM_ASSERT(rpool->sm_bigobjectsize <= rpool->sm_poolsize);
283 SM_ASSERT(rpool->sm_bigobjectsize <= rpool->sm_poolsize);
519 SM_ASSERT(l + 1 > l);
H A Dclock.c547 SM_ASSERT(intvl < (unsigned int) INT_MAX);
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dmonitor.c85 SM_ASSERT(Monitor);
86 SM_ASSERT(Mon_exec_time > 0);
154 SM_ASSERT(!Monitor);
H A Dlibmilter.h35 #ifdef SM_ASSERT
36 #undef SM_ASSERT macro
38 #ifndef SM_ASSERT
40 #define SM_ASSERT(x) assert(x) macro
H A Dsmfi.c195 SM_ASSERT(len > l1);
208 SM_ASSERT(offset < len);
209 SM_ASSERT(offset + l1 <= len);
212 SM_ASSERT(offset > l1);
259 SM_ASSERT(len > l1);
271 SM_ASSERT(offset < len);
272 SM_ASSERT(offset + l1 <= len);
275 SM_ASSERT(offset > l1);
326 SM_ASSERT(ctx != NULL);
H A Dworker.c172 SM_ASSERT(ctx != NULL);
213 SM_ASSERT(ctx != NULL);
805 SM_ASSERT(ctx != NULL);
824 SM_ASSERT(ctx != NULL);
H A Dengine.c488 SM_ASSERT(ctx != NULL);
489 SM_ASSERT(buf != NULL);
490 SM_ASSERT(newbuf != NULL);
504 SM_ASSERT(len + MILTER_OPTLEN > len);
518 SM_ASSERT(offset + MILTER_LEN_BYTES < len);
524 SM_ASSERT(offset + l <= len);
781 SM_ASSERT(ctx != NULL);
806 SM_ASSERT(ctx != NULL);
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h42 #define SM_ASSERT OS_ASSERT macro
/freebsd-10-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c72 SM_ASSERT((agNULL != swConfig), "");
73 SM_ASSERT((agNULL != memoryRequirement), "");
74 SM_ASSERT((agNULL != usecsPerTick), "");
75 SM_ASSERT((agNULL != maxNumLocks), "");
185 SM_ASSERT((agNULL != smRoot), "");
186 SM_ASSERT((agNULL != agRoot), "");
187 SM_ASSERT((agNULL != memoryAllocated), "");
188 SM_ASSERT((agNULL != swConfig), "");
189 SM_ASSERT((SM_ROOT_MEM_INDEX < memoryAllocated->count), "");
190 SM_ASSERT((SM_DEVICE_MEM_INDE
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dcollect.c454 SM_ASSERT(pbp < peekbuf +
467 SM_ASSERT(pbp < peekbuf +
474 SM_ASSERT(pbp < peekbuf +
535 SM_ASSERT(mstate == MS_UFROM || mstate == MS_HEADER);
652 SM_ASSERT(bp > buf);
655 SM_ASSERT(*(bp - 1) != '\n' || bp > buf + 1);
729 SM_ASSERT(df == NULL);
H A Ddomain.c322 SM_ASSERT(buflen > 0);
957 SM_ASSERT(ret >= 0);
H A Drecipient.c222 SM_ASSERT(p < endp);
227 SM_ASSERT(p < endp);
231 SM_ASSERT(p < endp);
784 SM_ASSERT(pq != NULL);
H A Dmilter.c2243 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
2304 SM_ASSERT(m != NULL);
2305 SM_ASSERT(buf != NULL);
2331 SM_ASSERT(m->mf_idx > 0 && m->mf_idx < MAXFILTERS);
2731 SM_ASSERT(len_n < len_f);
2734 SM_ASSERT(len_t >= len_n + 1 + len_v + 1);
2914 SM_ASSERT(str != NULL);
2916 SM_ASSERT(l + 2 > l);
3345 SM_ASSERT(response != NULL);
3346 SM_ASSERT(parg
[all...]
H A Dheaders.c142 SM_ASSERT(p <= q);
574 SM_ASSERT(l + 2 > l);
692 SM_ASSERT(last != NULL);
2077 SM_ASSERT(sizeof(obuf) > opos * 2);
2091 SM_ASSERT(obp < &obuf[MAXLINE]);
H A Ddeliver.c1390 SM_ASSERT(e->e_from.q_mailer != NULL);
3485 SM_ASSERT(strsize < tobufsize);
4002 SM_ASSERT(0);
4889 SM_ASSERT(pbp < peekbuf +
4928 SM_ASSERT(pbp < peekbuf + sizeof(peekbuf));
4958 SM_ASSERT(pbp < peekbuf +
5001 SM_ASSERT(pbp < peekbuf +
5315 /* SM_ASSERT(fd >= 0); */
H A Dqueue.c2646 SM_ASSERT(wn >= 0);
6132 SM_ASSERT(cp != NULL);
6137 SM_ASSERT(len >= blen - 1);
6178 SM_ASSERT(off < sizeof(relpath));
7076 SM_ASSERT(len > 0);
7105 SM_ASSERT(basedir[len - 1] == '/');
7195 SM_ASSERT(!owner);
8365 SM_ASSERT(j < l);
8464 SM_ASSERT(j < l);
H A Dutil.c40 SM_ASSERT(l + 1 > l);
2508 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);
2548 SM_ASSERT(CurChildren < INT_MAX);
H A Dsfsasl.c973 SM_ASSERT(con != NULL);
H A Dtls.c753 SM_ASSERT(ctx != NULL);
1423 SM_ASSERT((n * 3) + 2 < sizeof(md5h));
H A Dparseaddr.c1490 SM_ASSERT(0);
1514 SM_ASSERT(0);
H A Dconf.c2218 SM_ASSERT(dn >= 0);
2219 SM_ASSERT(dn < MAXDAEMONS);
5413 SM_ASSERT(n >= 0);
H A Dmap.c8007 SM_ASSERT(nettolen > strlen(map->map_mname));
8008 SM_ASSERT(nettolen > strlen(key));

Completed in 312 milliseconds

12