Searched refs:assert (Results 51 - 75 of 639) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfpurge.c22 #include <sm/assert.h>
H A Dfput.c22 #include <sm/assert.h>
H A Dfscanf.c20 #include <sm/assert.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dassert.pl0 # assert.pl
6 # &assert('@x > @y');
7 # &assert('$var > 10', $var, $othervar, @various_info);
14 sub assert { subroutine
/osnet-11/usr/src/lib/libc/port/gen/
H A Dassert.c41 #include <assert.h>
45 * Called from "assert" macro; prints without printf or stdio.
61 * Called from "assert" macro in 1999 C based compiles; prints
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_reset.c49 assert(sp != NULL);
50 assert(sp->setno == MD_MIN2SET(meta_getminor(np->dev)));
125 assert(sp != NULL);
126 assert(sp->setno == MD_MIN2SET(meta_getminor(np->dev)));
H A Dmeta_admin.c107 assert(fd >= 0);
133 assert(fd >= 0);
H A Dmeta_resync.c51 assert(sp != NULL);
52 assert(sp->setno == MD_MIN2SET(meta_getminor(np->dev)));
H A Dmeta_systemfile.c71 assert(sname != NULL);
72 assert(tname != NULL);
73 assert(tfp != NULL);
219 assert(sname != NULL);
220 assert(tname != NULL);
221 assert(!doit || tfp != NULL);
359 assert(cname != NULL);
360 assert(sname != NULL);
361 assert(tname != NULL);
362 assert(!doi
[all...]
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcrammd5_init.c12 #include <assert.h>
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5_init.c12 #include <assert.h>
/osnet-11/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapiv2_init.c12 #include <assert.h>
/osnet-11/usr/src/lib/sasl_plugins/plain/
H A Dplain_init.c12 #include <assert.h>
/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c39 assert( pToken->dyn==0 );
43 assert( pNew->token.dyn==0 );
44 assert( pNew->token.z==0 );
45 assert( pNew->token.n==0 );
60 assert( pRight!=0 );
61 assert( pLeft!=0 );
87 assert( pToken->dyn==0 );
133 assert( pNew->token.z==0 );
174 assert( pNewExpr==0 || pNewExpr->span.z!=0
258 assert( pLis
[all...]
H A Dhash.c21 #include <assert.h>
36 assert( new!=0 );
37 assert( keyClass>=SQLITE_HASH_INT && keyClass<=SQLITE_HASH_BINARY );
54 assert( pH!=0 );
174 assert( (new_size & (new_size-1))==0 );
271 assert( xHash!=0 );
273 assert( (pH->htsize & (pH->htsize-1))==0 );
300 assert( pH!=0 );
302 assert( xHash!=0 );
304 assert( (p
[all...]
H A Dpager.c33 #include <assert.h>
403 assert( pPg->pPrevCkpt==0 && pPg->pNextCkpt==0 );
415 assert( pPg->pPrevCkpt->pNextCkpt==pPg );
418 assert( pPg->pPager->pCkpt==pPg );
422 assert( pPg->pNextCkpt->pPrevCkpt==pPg );
467 assert( pPager->journalOpen==0 );
501 assert( pPager->dirtyFile==0 || pPager->useJournal==0 );
577 ** sqlitepager_rollback(), so we can't assert() it.
579 /* assert( pPg->nRef==0 || pPg->pgno==1 ) */
653 assert( pPage
[all...]
H A Dvdbeaux.c83 assert( p->magic==VDBE_MAGIC_INIT );
155 assert( p->magic==VDBE_MAGIC_INIT );
181 assert( p->magic==VDBE_MAGIC_INIT );
184 assert( p->aLabel[-1-x]<0 );
196 assert( p->magic==VDBE_MAGIC_INIT );
206 assert( p->magic==VDBE_MAGIC_INIT );
249 assert( p->magic==VDBE_MAGIC_INIT );
260 assert( val>=0 );
261 assert( p->magic==VDBE_MAGIC_INIT );
286 assert(
[all...]
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_exec.c67 #include <assert.h>
155 assert(r_status != NULL);
156 assert(a_cmd != NULL);
157 assert(*a_cmd != '\0');
158 assert(a_args != NULL);
393 assert(a_zoneName != NULL);
394 assert(*a_zoneName != '\0');
395 assert(a_path != NULL);
396 assert(*a_path != '\0');
695 assert(a_pat
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c36 #include <assert.h>
61 assert(mod->tm_refs != 0);
68 assert(mod->tm_refs != 0);
100 assert(mod->tm_busy == 0);
184 assert(mod->tm_refs == 0);
185 assert(!MUTEX_HELD(&mod->tm_lock));
282 assert(mhp->mh_nelems == 0);
339 assert(MUTEX_HELD(&mod->tm_lock));
340 assert(mod->tm_busy == 0);
345 assert(mh
[all...]
H A Dtopo_list.c30 #include <assert.h>
64 assert(p->l_next == NULL);
67 assert(lp->l_next == NULL);
83 assert(q->l_prev == NULL);
86 assert(lp->l_prev == NULL);
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_sndreldata.c43 #include <assert.h>
53 assert(api_semantics == TX_XTI_XNS5_API);
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.h29 #include <assert.h>
99 #define verify(x) assert(x)
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c31 #include <assert.h>
72 assert((*p) != NULL);
/osnet-11/usr/src/lib/rad/libjniutil/common/
H A Dlibjniutil.h30 #include <assert.h>
47 #define TYPECHK(env, obj, type) assert((*env)->IsInstanceOf(env, obj, type))
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c49 #include <assert.h>
66 * assert that if another PCB is active, it is from the same handle and
73 assert(yypcb->pcb_hdl == dtp);
74 assert(yypcb->pcb_yystate == YYS_DONE);
114 assert(pcb != NULL);
115 assert(pcb == dtp->dt_pcb);

Completed in 102 milliseconds

1234567891011>>