Home
last modified time | relevance | path

Searched refs:expansion (Results 1 – 25 of 41) sorted by relevance

12

/titanic_41/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg…
29 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = …
30 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = %<test_arr[1].index>>>
36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
38 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = …
39 REC-ACTION: Variable expansion for arrays: index = %<test_arr[1].index>
43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg…
45 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = …
46 code TEST-8000-08 item 5 = <<Variable expansion for arrays: index = 1>>
52 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
[all …]
/titanic_41/usr/src/lib/libwrap/
H A Dpercent_x.c48 char *expansion; local
65 expansion =
78 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ )
80 expansion_len = cp - expansion;
82 expansion = str++;
90 memcpy(bp, expansion, expansion_len);
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dquoting.sh192 then err_exit 'expansion of "{q:+'\''}" not correct when q unset'
196 then err_exit 'expansion of "{q:+'\''}" not correct when q set'
215 then err_exit '${foo+\\n\ } expansion error'
220 then err_exit '${foo+\\n\ $bar} expansion error with bar unset'
/titanic_41/usr/src/cmd/fm/dicts/
H A DTEST.po34 msgstr "This entry tests URL variable expansion - url = %s"
38 msgstr "This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = …
40 msgstr "Variable expansion for arrays: index = %<test_arr[1].index>"
/titanic_41/usr/src/lib/libbsm/common/
H A Dgetdment.c596 FILE *expansion; in dmap_dlexpand() local
607 if ((expansion = popen(tmplist, "rF")) == NULL) in dmap_dlexpand()
609 count = fread(tmplist, 1, sizeof (tmplist) - 1, expansion); in dmap_dlexpand()
610 (void) pclose(expansion); in dmap_dlexpand()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h94 krb5_int32 expansion[8]; member
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE9322 b. File name completion and expansion now quotes special
39 b. When performing pathname expansion, the shell checks
52 a. An expansion bug which causes portions of a word after
53 a $((...)) expansion that contains a nested $var expansion
74 j. A bug in the macro expansion global replacement operator //,
76 k. A bug which prevented ~ expansion from occurring when
146 a. The expansion of "$@" was incorrect when $1 was the null
185 q. A bug in expansion of the form ${name/#pattern/string} and
286 c. I bug with the expansion of \} and \] inside double
345 correctly inside {...} when brace expansion is enabled
[all …]
H A DCOMPATIBILITY40 7. With ksh-88, tilde expansion did not take place inside ${...}.
41 with ksh-93, ${foo-~} will cause tilde expansion if foo is
65 12. Command substitution and arithmetic expansion are now performed
H A DRELEASE154 09-06-17 The prefix expansion ${!y.@} now works when y is a name
207 09-03-03 A bug in which an expansion of the form ${!prefix@} could generate
249 09-01-14 The parameter expansion ${x+value} no longer expands the value of
480 result from an expansion.
586 08-01-31 The prefix expansion operator @ has been added. ${@name}
647 07-12-04 A bug in which using <n>TAB after a variable name listing expansion
730 07-06-25 A bug in the expansion of ${var/pattern/rep} when pattern or rep
734 07-05-28 A bug in brace expansion in which single and double quotes did
832 except when used for file expansion. In this case if not
835 06-08-11 A bug in the expansion of ${.sh.match[i]:${#.shmatch[i]}} has
[all …]
H A DRELEASE8810 to the parameter expansion syntax to expand to the list of
27 c. Some additions to the macro expansion syntax have been made
142 directory when performing pathname expansion, replacing
248 e. Tilde expansion is now performed as part of the word expansions.
252 f. Pathname expansion is no longer performed on redirection words
351 parameter expansion.
H A Dsh.memo637 characters before the expansion.
922 The prompt will be evaluated for parameter expansion, command
923 substitution and arithmetic expansion which are described later.
943 The expansion characters that are to be applied when
1111 so that parameter expansion and command substitution (defined below)
1386 as they are used for expansion of positional parameters.
1530 The expansion of a variable or parameter can be modified so that
1534 There are several parameter expansion operators that can do this.
1535 One method to generate a substring is with an expansion of
1556 For example, the expansion, \fB${\fP\fIname\fP\fB[@]:\fP\fIoffset\fP\fB:\fP\fIlength\fP\fB}\fP, yie…
[all …]
H A DPROMO.mm78 Arithmetic expressions can be used to as an argument expansion
H A DDESIGN120 8. expand.c contains code for file name expansion and
H A DTYPES22 expansion is not performed on the arguments.
/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c408 ushort_t expansion, miiadvert; in mii_disable_fullduplex() local
430 expansion = mac->mii_read(dip, phy, MII_AN_EXPANSION); in mii_disable_fullduplex()
438 if (expansion & MII_AN_EXP_LPCANAN) in mii_disable_fullduplex()
/titanic_41/usr/src/lib/libpp/common/
H A DNOTES53 (2) _Pragma unary operator for pragmas via macro expansion
H A DRELEASE138 pp:headerexpand: limit expansion to IN_MACRO
149 ppcontrol: always disable pp:* pragma expansion
155 ppcontrol: 'macro' expansion only for COMPATIBILITY | TRANSITION
212 96-08-11 fix transition macro expansion
288 fix improper ppproto() C++ __PARAM__ expansion
H A DHISTORY74 04/27/88 ignore space in pragma % maps to accomodate SCCS %.% expansion
185 fixed macro stack frame bug during recursive macro arg expansion
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs119 unsigned long f_filler[16]; /* reserved for future expansion */
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs119 unsigned long f_filler[16]; /* reserved for future expansion */
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs119 unsigned long f_filler[16]; /* reserved for future expansion */
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs123 unsigned long f_filler[16]; /* reserved for future expansion */
/titanic_41/usr/src/lib/libtecla/common/
H A Dgetline.c6264 FileExpansion *expansion; /* The expansion of the filename */ in _gl_read_config_file()
6280 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_read_config_file()
6281 if(!expansion) { in _gl_read_config_file()
6289 fp = fopen(expansion->files[0], "r"); in _gl_read_config_file()
8585 FileExpansion *expansion; /* The expansion of the filename */ in _gl_save_history()
8589 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_save_history()
8590 if(!expansion) { in _gl_save_history()
8598 if(_glh_save_history(gl->glh, expansion->files[0], comment, max_lines)) { in _gl_save_history()
8666 FileExpansion *expansion; /* The expansion of the filename */ in _gl_load_history()
8670 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_load_history()
[all …]
/titanic_41/usr/src/cmd/bnu/
H A DDevices41 # \T should only be used with built-in functions that require expansion
/titanic_41/usr/src/lib/libast/common/features/
H A Dfs196 unsigned long f_filler[16]; /* reserved for future expansion */

12