Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out30 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>
39 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>
46 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = 1>>
55 REC-ACTION: Variable expansion for arrays: index = 1
64 REC-ACTION: Variable expansion for arrays: index = 1
71 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>
80 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>
87 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = 1>>
96 REC-ACTION: Variable expansion for arrays: index = 1
105 REC-ACTION: Variable expansion for arrays: index = 1
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeDescriptor.java339 private String formatByteArrays(Vector arrays) { in formatByteArrays() argument
340 int i, n = arrays.size(); in formatByteArrays()
346 byte array[] = (byte[])arrays.elementAt(i); in formatByteArrays()
/titanic_41/usr/src/cmd/fm/dicts/
H A DTEST.po40 msgstr "Variable expansion for arrays: index = %<test_arr[1].index>"
/titanic_41/usr/src/lib/libshell/
H A DMakefile.demo86 tests/arrays.sh \
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE885 a. Associative arrays. The new version of ksh supports both
6 associate arrays and the older indexed arrays with the same
8 an array to be associative. As with indexed arrays, $name is
28 to specify substrings and sub-arrays:
H A DPROMO.mm83 Arrays: KSH-93 supports both indexed and associative arrays.
H A DRELEASE140 09-06-19 A bug with typeset for compound variables containing arrays of
254 09-01-06 A bug in indexed arrays of compound variables in which referencing
332 08-10-08 ksh93 now supports types that contain arrays of other types as
418 08-07-09 The typeset -C option can be used with arrays to indicate that
420 08-07-08 The %B format now outputs compound variables and arrays. The
432 08-06-19 A couple of bugs in multi-dimensional arrays have been fixed.
478 sub2 inclusive. For associative arrays, the range is based on
606 07-07-09 A bug in which typeset -a did not list indexed arrays has been
737 07-05-23 Several bug fixes in compound variables and arrays of arrays
824 06-09-17 The -a option was added to typeset for indexed arrays. This
[all …]
H A DDESIGN112 arrays.
H A DREADME45 allows components other than the last to be arrays.
H A Dsh.memo1072 and arrays.
1240 allows variables to represent arrays of values
1340 .I arrays
1342 There are two types of arrays; associative arrays
1343 and indexed arrays.
1353 Subscripts for arrays
1432 Compound assignments are used to assign values to arrays
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs291 # Functions below convert C arrays into Perl lists. They use XS PPCODE
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod59 C<\@users> and C<\@groups> are returned as arrays containing the appropriate
/titanic_41/usr/src/lib/libc/port/gen/
H A Derrlist34 * The arrays _sys_errs[], accessible via perror(3C) and strerror(3C)
/titanic_41/usr/src/cmd/oawk/
H A DREADME45 for associative arrays with non-numeric subscripts.
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf41 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays
49 dir path=opt/SUNWdtrt/tst/common/arrays
143 file path=opt/SUNWdtrt/tst/$(ARCH)/arrays/tst.uregsarray.d mode=0444
389 file path=opt/SUNWdtrt/tst/common/arrays/err.D_ARR_BADREF.bad.d mode=0444
390 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_ARRBIG.toobig.d mode=0444
391 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_ARRNULL.bad.d mode=0444
392 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_ARRSUB.bad.d mode=0444
393 file path=opt/SUNWdtrt/tst/common/arrays/err.D_DECL_PROTO_TYPE.badtuple.d \
395 file path=opt/SUNWdtrt/tst/common/arrays/err.D_IDENT_UNDEF.badureg.d mode=0444
396 file path=opt/SUNWdtrt/tst/common/arrays/tst.basic1.d mode=0444
[all …]
H A Dsource-demo-system.mf114 file path=usr/demo/ksh/tests/arrays.sh
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t110 # Compare two arrays of project structures & check for equivalence.
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6130 PKT_LIST contains a PKT pointer, length, decoded option arrays, and
392 somewhat expensive in storage, due to the use of arrays indexed by
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog176 * stage2/fsys_xfs.c (next_dentry): Use arrays of arrays instead of
177 arrays of pointers for USUAL, to avoid read-only strings. Reported
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt7379 fields to the exception string arrays to eliminate a -1 subtraction on
7384 Changed ACPI_MODULE_NAME and ACPI_FUNCTION_NAME to use arrays of strings