Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c557 char *expanded; in expand_method_tokens() local
568 expanded = malloc(exp_sz); in expand_method_tokens()
569 if (expanded == NULL) { in expand_method_tokens()
587 (void) strcpy(expanded + ei, sp); in expand_method_tokens()
588 *retstr = expanded; in expand_method_tokens()
595 (void) strncpy(expanded + ei, sp, len); in expand_method_tokens()
601 expanded[ei] = '\0'; in expand_method_tokens()
602 *retstr = expanded; in expand_method_tokens()
607 expanded[ei] = ESCAPE; in expand_method_tokens()
619 free(expanded); in expand_method_tokens()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c580 boolean_t expanded; in dsl_deleg_access_impl() local
603 expanded = B_FALSE; in dsl_deleg_access_impl()
622 setnode->p_matched = expanded = B_TRUE; in dsl_deleg_access_impl()
628 if (expanded) in dsl_deleg_access_impl()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab183 HEADEREXPAND # HEADEREXPANDALL but macro args not expanded
184 HEADEREXPANDALL # expanded < does not quote #include macros
H A DRELEASE62 03-12-12 ppcall.c: missing macro actual warned but expanded
219 96-12-06 add pp:headerexpand for ms that expands macros in expanded <...>
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dquoting2.sh152 then err_exit 'line continuation in expanded double strings not working'
H A Dquoting.sh151 then err_exit 'line continuation in expanded double strings not working'
H A Dnameref.sh360 [[ ${!y.@} == 'x[a].b' ]] || err_exit 'reference to array element not expanded with ${!y.@}'
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DTYPES100 ${ p1.len;} and within an arithmetic expression, p1.len will be expanded
116 does otherwise, the value of $p1 will be expanded to the form of a compound
123 but is faster since the variable does not need to get expanded or reparsed.
H A DCOMPATIBILITY66 on PS1, PS3, and ENV when they are expanded. Thus, ` and $(
73 characters they will only be expanded for interactive shells.
H A DRELEASE9382 its value were expanded inside a set discipline has
156 substitution was expanded has been fixed.
190 ${x='\\'} expanded to \ when x was unset has been fixed.
318 p. A bug in which integer variables could be expanded
H A DRELEASE8873 1. A list of words. In this case each word is expanded as
250 it will be expanded unless escaped.
H A DRELEASE222 12-02-29 A bug in which ~user expanded first in a subshell prevented it
289 could be expanded to a null string.
681 are expanded each time they are referenced rather than expanding
1447 containing an indexed array with only element 0 defined was expanded.
1563 expanded or traced properly has been fixed.
1615 variable was not expanded correctly has been fixed.
1850 correctly expanded has been fixed.
2352 the exec built-in were not being expanded properly has been
2832 97-06-30 A bug in which integer variables could be expanded
2937 substitution was expanded has been fixed.
[all …]
H A Dsh.memo633 adds the expanded list of matching files to the command line.
957 to be expanded at the time the prompt is issued.
982 number of places after the decimal point in the expanded
1326 notation whenever its value is expanded. The number following the
1797 that is not set is expanded.
1962 is that the shell has expanded the words of the \f5test\fP
2311 escape sequences to be expanded as they are with the System V \f5echo\fP
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in55 uint64_t b_blkno; /* expanded block # on device */
59 int b_error; /* expanded error field */
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c323 struct token *expanded; member
474 args[i].expanded = arg; in expand_arguments()
477 args[i].expanded = arg; in expand_arguments()
479 args[i].expanded = dup_list(arg); in expand_arguments()
481 expand_list(&args[i].expanded); in expand_arguments()
705 arg = args[body->argnum].expanded; in substitute()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1873 int expanded = 0, _expanded, isaflag = 0; in expand() local
1914 expanded = _expanded = 1; in expand()
1942 expanded = _expanded = 1; in expand()
1971 expanded = _expanded = 1; in expand()
1992 expanded = _expanded = 1; in expand()
2013 expanded = _expanded = 1; in expand()
2038 expanded = _expanded = 1; in expand()
2102 if (expanded) { in expand()
/illumos-gate/usr/src/cmd/nsadmin/
H A Dsystem57 * expanded physical pathname. The default is the
/illumos-gate/exception_lists/
H A Dinterface_check33 # is expanded into a regular expression that matches the given
H A Dinterface_cmp33 # is expanded into a regular expression that matches the given
H A Dcheck_rtime40 # is expanded into a regular expression that matches the given
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Drepetition.dat104 # These test a fixed bug in my regex-tdfa that did not keep the expanded
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst25 The ``$file`` string is special. It will be expanded to the file name at
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar265 if (yynewmax <= yymaxdepth) /* tables not expanded */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg253 @ MSG_ERR_EXPAND2 "%s: %s: token %s could not be expanded"
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex295 % Do this outside of the \shipout so @code etc. will be expanded in
1205 % aren't expanded.
3930 % expanded while writing the .toc file. \char\appendixno is not
4093 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
4094 % expanded @cite (which turns out to cause errors because \cite is meant
4095 % to be executed, not expanded).
4097 % Anyway, we don't want the fully-expanded definition of @cite to appear
5808 % expanded by \write.
5907 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef

12