Home
last modified time | relevance | path

Searched refs:iarray (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/tests/
H A Dappend.sh41 iarray=( one two three )
42 { iarray+= (four five six) ;} 2> /dev/null
43 if [[ ${iarray[@]} != 'one two three four five six' ]]
46 unset iarray
47 iarray=one
48 { iarray+= (four five six) ;} 2> /dev/null
49 if [[ ${iarray[@]} != 'one four five six' ]]
/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu.c497 int64_t *iarray; in get_conf_tunables() local
508 &iarray, &n) != DDI_PROP_SUCCESS) { in get_conf_tunables()
516 ddi_prop_free(iarray); in get_conf_tunables()
520 if (iarray[0] < 0) { in get_conf_tunables()
524 ddi_prop_free(iarray); in get_conf_tunables()
528 *ivar = iarray[0]; in get_conf_tunables()
530 ddi_prop_free(iarray); in get_conf_tunables()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c439 int r=0, ref=0, comvar=(flag&NV_COMVAR),iarray=(flag&NV_IARRAY); in b_common() local
529 if(!comvar && !iarray) in b_common()
536 if(iarray) in b_common()