Searched refs:isnull (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | ckparam.c | 50 static int isnull(char *param, char *pt); 80 if (!(ret_val = isnull(param, value))) { in proc_name() 94 if (!(ret_val = isnull(param, value))) { in proc_arch() 112 if (!(ret_val = isnull(param, value))) { in proc_version() 127 if (!(ret_val = isnull(param, value))) { in proc_category() 152 isnull(char *param, char *pt) in isnull() function
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 548 int i, j, n, c, isnull; in vxprintf() local 550 isnull = arg==0; in vxprintf() 551 if( isnull ) arg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in vxprintf() 555 n += i + 1 + ((!isnull && xtype==etSQLESCAPE2) ? 2 : 0); in vxprintf() 563 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf() 568 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf()
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | expr.test | 187 test_expr expr-3.25 {t1=NULL, t2='hi'} {t1 isnull} 1 189 test_expr expr-3.26 {t1=NULL, t2='hi'} {t2 isnull} 0 476 test_expr2 expr-7.26 {a isnull OR a=8} {{} 8}
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 1285 int isnull = nv_isnull(np); in nv_settype() local 1324 if(isnull) in nv_settype()
|