Home
last modified time | relevance | path

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

123

/onnv-gate/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://sun.com/msg/TES…
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://sun.com/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://sun.com/msg/TES…
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://sun.com/msg/TEST-8000-08
[all …]
/onnv-gate/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);
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DMacro.java64 public Macro(String name, String expansion) throws ValidationException { in Macro() argument
65 this(name, expansion, DhcptabRecord.DEFAULT_SIGNATURE); in Macro()
68 public Macro(String name, String expansion, String signature) in Macro() argument
72 setValue(expansion, false, false); in Macro()
88 public void setValue(String expansion, boolean edit, boolean validate) in setValue() argument
103 for (int i = 0; i < expansion.length(); ++i) { in setValue()
104 c = expansion.charAt(i); in setValue()
107 if (c != ':' || expansion.length() == 1) { in setValue()
172 super.setValue(expansion); in setValue()
177 public void editOption(String expansion) in editOption() argument
[all …]
/onnv-gate/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'
/onnv-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>"
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1163 my $expansion = $self->interpolate($paragraph, $line_num);
1164 $expansion =~ s/\s+$//;
1167 $expansion = $self->_replace_special_chars_late($expansion);
1181 my ($name, $purpose) = split(/\s+-\s+/, $expansion,2);
1206 $self->_output("\n\n$expansion\n\n");
/onnv-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()
/onnv-gate/usr/src/common/openssl/crypto/rc2/
H A Drrc2.doc46 RRC.2 consists of three components, a *key expansion* algorithm, an
52 The purpose of the key-expansion routine is to expand the user's key K to fill
70 to skip the Beale Cipher expansion and store the sBox table directly.
74 The secret key is first expanded to fill 128 bytes (64 words). The expansion
91 The final phase of the key expansion involves replacing the first byte of S
/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h94 krb5_int32 expansion[8]; member
/onnv-gate/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 …]
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_client.c1100 const COMP_METHOD *comp, *expansion; in print_stuff() local
1206 expansion=SSL_get_current_expansion(s); in print_stuff()
1210 expansion ? SSL_COMP_get_name(expansion) : "NONE"); in print_stuff()
/onnv-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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlnumber.pod56 finite decimal expansion. Being strings, and thus of arbitrary length, there
72 a finite decimal expansion or a "short" binary expansion.
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Dconfig.pod42 The value string undergoes variable expansion. This can be done by
206 be defined earlier in the configuration file than the expansion. See
271 Files are loaded in a single pass. This means that an variable expansion
/onnv-gate/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
/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs119 unsigned long f_filler[16]; /* reserved for future expansion */
/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs119 unsigned long f_filler[16]; /* reserved for future expansion */
/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs119 unsigned long f_filler[16]; /* reserved for future expansion */
/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dfs123 unsigned long f_filler[16]; /* reserved for future expansion */
/onnv-gate/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 …]

123