Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08
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
61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
64 REC-ACTION: Variable expansion for arrays: index = 1
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
102 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A Dpercent_x.c46 char *expansion; local
63 expansion =
76 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ )
78 expansion_len = cp - expansion;
80 expansion = str++;
88 memcpy(bp, expansion, expansion_len);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting.sh193 then err_exit 'expansion of "{q:+'\''}" not correct when q unset'
197 then err_exit 'expansion of "{q:+'\''}" not correct when q set'
216 then err_exit '${foo+\\n\ } expansion error'
221 then err_exit '${foo+\\n\ $bar} expansion error with bar unset'
H A Dquoting2.sh213 [[ $got == "$exp" ]] || err_exit "\$'a\\0b'c expansion failed -- expected '$exp', got '$got'"
/illumos-gate/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>"
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c1470 return expansion; in parse_expansion()
1486 expansion = parse_expansion(expansion, arglist, name); in do_define()
1487 if (!expansion) in do_define()
1499 if (token_list_different(sym->expansion, expansion) || in do_define()
1520 sym->expansion = expansion; in do_define()
1593 expansion = left->next; in do_handle_define()
1596 arglist = expansion; in do_handle_define()
1597 expansion = parse_arguments(expansion); in do_handle_define()
1598 if (!expansion) in do_handle_define()
1601 warning(expansion->pos, in do_handle_define()
[all …]
H A Dc2xml.c242 pos = get_expansion_end(sym->expansion); in examine_macro()
H A DREADME37 - inline function expansion and tree simplification
/illumos-gate/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()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h92 krb5_int32 expansion[8]; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
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 DRELEASE276 12-01-01 A macro expansion memory leak has been fixed.
428 11-03-18 A bug in _WINIX ~domain/user expansion has been fixed.
1386 result from an expansion.
1738 except when used for file expansion. In this case if not
1875 the -e option was added to enable these expansion.
2312 expansion has been fixed.
2477 performing the completion, expansion, or listing.
2697 99-03-31 +When performing pathname expansion, the shell checks
2764 correctly inside {...} when brace expansion is enabled
2800 97-06-30 A bug with the expansion of \} and \] inside double
[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.
1572 during parameter expansion
1574 An expansion of
1586 an expansion of
1608 the parameter expansion modifier
1610 An expansion of the form
1617 The expansion
1620 The parameter expansion modifiers
1750 This expansion can occur wherever parameter expansion is performed.
1788 parameter expansion,
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES53 (2) _Pragma unary operator for pragmas via macro expansion
H A DRELEASE149 pp:headerexpand: limit expansion to IN_MACRO
160 ppcontrol: always disable pp:* pragma expansion
166 ppcontrol: 'macro' expansion only for COMPATIBILITY | TRANSITION
223 96-08-11 fix transition macro expansion
299 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
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt36 - inline function expansion and tree simplification
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs120 unsigned long f_filler[16]; /* reserved for future expansion */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs120 unsigned long f_filler[16]; /* reserved for future expansion */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs120 unsigned long f_filler[16]; /* reserved for future expansion */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs124 unsigned long f_filler[16]; /* reserved for future expansion */
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c6263 FileExpansion *expansion; /* The expansion of the filename */ in _gl_read_config_file()
6279 expansion = ef_expand_file(gl->ef, filename, -1); in _gl_read_config_file()
6280 if(!expansion) { in _gl_read_config_file()
6288 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()
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()
8671 if(!expansion) { in _gl_load_history()
[all …]

12