Searched refs:isnull (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ckparam.c | 55 static int isnull(char *param, char *pt); 85 if (!(ret_val = isnull(param, value))) { in proc_name() 99 if (!(ret_val = isnull(param, value))) { in proc_arch() 117 if (!(ret_val = isnull(param, value))) { in proc_version() 132 if (!(ret_val = isnull(param, value))) { in proc_category() 157 isnull(char *param, char *pt) in isnull() function
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arrays.sh | 641 unset isnull 642 typeset -A isnull 643 isnull[mdapp]=Y 644 : ${isnull[@]} 645 isnull[mdapp]=N 646 [[ ${isnull[*]} != *N* ]] && err_exit 'bug after ${arr[@]} with one element associative array'
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 545 int i, j, n, c, isnull; in vxprintf() local 547 isnull = arg==0; in vxprintf() 548 if( isnull ) arg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in vxprintf() 552 n += i + 1 + ((!isnull && xtype==etSQLESCAPE2) ? 2 : 0); in vxprintf() 560 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf() 565 if( !isnull && xtype==etSQLESCAPE2 ) bufpt[j++] = '\''; in vxprintf()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | expr.test | 185 test_expr expr-3.25 {t1=NULL, t2='hi'} {t1 isnull} 1 187 test_expr expr-3.26 {t1=NULL, t2='hi'} {t2 isnull} 0 474 test_expr2 expr-7.26 {a isnull OR a=8} {{} 8}
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtype.c | 1314 int isnull = nv_isnull(np); in nv_settype() local 1359 if(isnull) in nv_settype()
|