/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 59 static Namval_t *scope(Shell_t *shp,register Namval_t *np,register struct lval *lvalue,int assign) in scope() argument 61 register int flag = lvalue->flag; in scope() 65 int nosub = lvalue->nosub; in scope() 69 lvalue->nosub = 0; in scope() 70 if(cp>=lvalue->expr && cp < lvalue->expr+lvalue->elen) in scope() 95 …if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((mp=nv_search(cp,root,flags))||(sdict && (mp=nv… in scope() 107 sub = (char*)&lvalue->expr[flag]; in scope() 113 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) in arith() argument 123 register Namval_t *np = (Namval_t*)(lvalue->value); in arith() 124 np = scope(shp,np,lvalue,1); in arith() [all …]
|
H A D | streval.c | 499 struct lval lvalue,assignop; in expr() local 503 lvalue.value = 0; in expr() 504 lvalue.fun = 0; in expr() 556 if((!lvalue.value || precedence > 3)) in expr() 560 assignop = lvalue; in expr() 572 if(lvalue.value && (op!=A_ASSIGN)) in expr() 577 stakpush(vp,lvalue.value,char*); in expr() 578 if(lvalue.flag<0) in expr() 579 lvalue.flag = 0; in expr() 580 stakpush(vp,lvalue.flag,short); in expr() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | gldpriv.h | 456 #define REF_HOST_USHORT(lvalue) (lvalue) argument 457 #define REF_NET_USHORT(lvalue) (ntohs(lvalue)) argument 458 #define SET_NET_USHORT(lvalue, val) ((lvalue) = htons(val)) argument 462 #define REF_NET_USHORT(lvalue) \ argument 463 ((ushort_t)((((uchar_t *)(&(lvalue)))[0]<<8) | \ 464 ((uchar_t *)(&(lvalue)))[1])) 466 #define SET_NET_USHORT(lvalue, val) { \ argument 467 ((uchar_t *)(&(lvalue)))[0] = (uchar_t)((val)>>8); \ 468 ((uchar_t *)(&(lvalue)))[1] = (uchar_t)(val); \ 473 #define REF_HOST_USHORT(lvalue) \ argument [all …]
|
/titanic_41/usr/src/cmd/valtools/ |
H A D | ckrange.c | 118 long lvalue, uvalue, intval; in main() local 218 lvalue = strtol(lower, &ptr, base); in main() 226 lvalue = LONG_MIN; in main() 228 if (uvalue < lvalue) { in main() 238 exit(ckrange_val(lvalue, uvalue, base, argv[optind])); in main() 246 ckrange_err(lvalue, uvalue, base, error); in main() 250 ckrange_hlp(lvalue, uvalue, base, help); in main() 254 n = ckrange(&intval, lvalue, uvalue, (short)base, in main()
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 140 %type <node> prog rule pattern expr rvalue lvalue fexpr varlist varlist2 284 | lvalue ASG expr = { 287 | lvalue AADD expr = { 290 | lvalue ASUB expr = { 293 | lvalue AMUL expr = { 296 | lvalue ADIV expr = { 299 | lvalue AREM expr = { 302 | lvalue AEXP expr = { 305 | lvalue INC = { 308 | lvalue DEC = { [all …]
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | startup.c | 2989 u_longlong_t nodes_ll, cpus_pernode_ll, lvalue; in get_system_configuration() local 3007 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration() 3010 eprom_kernelbase = (uintptr_t)lvalue; in get_system_configuration() 3014 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration() 3017 segmapsize = (uintptr_t)lvalue; in get_system_configuration() 3021 kobj_getvalue(prop, &lvalue) == -1) in get_system_configuration() 3024 segmapfreelists = (int)lvalue; in get_system_configuration()
|
H A D | fakebop.c | 628 uint64_t lvalue; in boot_prop_finish() local 738 parse_value(line, &lvalue) != -1) { in boot_prop_finish() 739 if (0 < lvalue && (lvalue < physmem || physmem == 0)) { in boot_prop_finish() 740 physmem = (pgcnt_t)lvalue; in boot_prop_finish()
|
/titanic_41/usr/src/cmd/spell/ |
H A D | local | 297 lvalue
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5237 ssize_t lvalue; in sotpi_getsockopt() local 5245 lvalue = so->so_sndbuf; in sotpi_getsockopt() 5246 if (lvalue == 0) { in sotpi_getsockopt() 5249 QHIWAT, 0, &lvalue); in sotpi_getsockopt() 5252 ("got SO_SNDBUF %ld from q\n", lvalue)); in sotpi_getsockopt() 5254 value = (int)lvalue; in sotpi_getsockopt() 5260 ssize_t lvalue; in sotpi_getsockopt() local 5275 lvalue = so->so_rcvbuf; in sotpi_getsockopt() 5276 if (lvalue == 0) { in sotpi_getsockopt() 5279 QHIWAT, 0, &lvalue); in sotpi_getsockopt() [all …]
|
/titanic_41/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2870 __td_sync_setstate(const td_synchandle_t *sh_p, long lvalue) in __td_sync_setstate() argument 2877 int value = (int)lvalue; in __td_sync_setstate()
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2880 uint_t lvalue; in IDStringToData() local 2907 (void) sscanf(byte, "%x", &lvalue); in IDStringToData() 2908 iddata->Data[i++] = (uchar_t)(lvalue & 0x000000FF); in IDStringToData()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE | 1138 non-lvalue could cause a core dump has been fixed.
|