Searched refs:six (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.bases.d | 35 @six = llquantize(i, 6, 0, 3, 12);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.lquantzero.d | 60 @six[i] = lquantize(0, -10, -1, 1, incr); 88 printa(@six);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_ldap.c | 237 int stat, i, ix, six, nix; local 366 six = index; 368 six = val->numVals - 1; 370 nix = 1 + (six - (val->numVals - 1)); 384 for (ix = six; ix < nix; ix++) { 386 rv->attrVal[0].val[ix-six].value = 388 if (rv->attrVal[0].val[ix-six].value == 0 && 395 rv->attrVal[0].val[ix-six].length = 397 if (rv->attrVal[0].val[ix-six].length > 0) { 398 (void) memcpy(rv->attrVal[0].val[ix-six] [all...] |
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | append.sh | 42 { iarray+= (four five six) ;} 2> /dev/null 43 if [[ ${iarray[@]} != 'one two three four five six' ]] 48 { iarray+= (four five six) ;} 2> /dev/null 49 if [[ ${iarray[@]} != 'one four five six' ]]
|
H A D | grep.sh | 97 There should be six lines with foo and bar.
|
H A D | arrays.sh | 43 set -A x zero one two three four 'five six' 248 foo=( zero one '' three four '' six) 250 if [[ ${foo[@]:n} != six ]] 472 a[6]=six 473 [[ ${a[-1]} == six ]] || err_exit 'a[-1] should be six' 475 [[ ${a[-3..-1]} == 'four six' ]] || err_exit "a[-3,-1] should be 'four six'"
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | rex.c | 119 u_int six = 6; local 133 xdr_bytes(xdrs, (char **) &morep, (u_int *)&six, 6) && 134 xdr_bytes(xdrs, (char **) &yetmorep, (u_int *)&six, 6) &&
|
H A D | rex.x | 139 unsigned six; /* always equals 6 */ 150 unsigned six; /* always equals 6 */
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | rex.x | 145 unsigned six; /* always equals 6 */ 156 unsigned six; /* always equals 6 */
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | speedtest2.tcl | 93 set ones {zero one two three four five six seven eight nine
|
H A D | speedtest.tcl | 102 set ones {zero one two three four five six seven eight nine
|
/illumos-gate/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 421 ! The parameter is assumed to point to a concatenation of six
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5732 % This defines the macro itself. There are six cases: recursive and
|
Completed in 61 milliseconds