/titanic_41/usr/src/cmd/svc/startd/ |
H A D | expand.c | 559 char *expanded; in expand_method_tokens() local 570 expanded = malloc(exp_sz); in expand_method_tokens() 571 if (expanded == NULL) { in expand_method_tokens() 589 (void) strcpy(expanded + ei, sp); in expand_method_tokens() 590 *retstr = expanded; in expand_method_tokens() 597 (void) strncpy(expanded + ei, sp, len); in expand_method_tokens() 603 expanded[ei] = '\0'; in expand_method_tokens() 604 *retstr = expanded; in expand_method_tokens() 609 expanded[ei] = ESCAPE; in expand_method_tokens() 621 free(expanded); in expand_method_tokens() [all …]
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | tildexpand.c | 35 char *expanded; in tilde_expand_filename() local 91 expanded = xmalloc(len); in tilde_expand_filename() 92 snprintf(expanded, len, "%s%s%s", pw_dir, in tilde_expand_filename() 94 return (expanded); in tilde_expand_filename()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 581 boolean_t expanded; in dsl_deleg_access_impl() local 604 expanded = B_FALSE; in dsl_deleg_access_impl() 623 setnode->p_matched = expanded = B_TRUE; in dsl_deleg_access_impl() 629 if (expanded) in dsl_deleg_access_impl()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.tab | 183 HEADEREXPAND # HEADEREXPANDALL but macro args not expanded 184 HEADEREXPANDALL # expanded < does not quote #include macros
|
H A D | RELEASE | 51 03-12-12 ppcall.c: missing macro actual warned but expanded 208 96-12-06 add pp:headerexpand for ms that expands macros in expanded <...>
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | quoting2.sh | 151 then err_exit 'line continuation in expanded double strings not working'
|
H A D | quoting.sh | 150 then err_exit 'line continuation in expanded double strings not working'
|
H A D | nameref.sh | 353 [[ ${!y.@} == 'x[a].b' ]] || err_exit 'reference to array element not expanded with ${!y.@}'
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | TYPES | 100 ${ 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 D | COMPATIBILITY | 66 on PS1, PS3, and ENV when they are expanded. Thus, ` and $( 73 characters they will only be expanded for interactive shells.
|
H A D | RELEASE93 | 82 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 D | RELEASE88 | 73 1. A list of words. In this case each word is expanded as 250 it will be expanded unless escaped.
|
H A D | RELEASE | 541 containing an indexed array with only element 0 defined was expanded. 657 expanded or traced properly has been fixed. 709 variable was not expanded correctly has been fixed. 944 correctly expanded has been fixed. 1446 the exec built-in were not being expanded properly has been 1926 97-06-30 A bug in which integer variables could be expanded 2031 substitution was expanded has been fixed. 2065 ${x='\\'} expanded to \ when x was unset has been fixed. 2183 its value were expanded inside a set discipline has
|
H A D | sh.memo | 633 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
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 55 uint64_t b_blkno; /* expanded block # on device */ 59 int b_error; /* expanded error field */
|
/titanic_41/usr/src/cmd/nsadmin/ |
H A D | system | 46 * expanded physical pathname. The default is the
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 1832 int expanded = 0, _expanded, isaflag = 0; in expand() local 1873 expanded = _expanded = 1; in expand() 1901 expanded = _expanded = 1; in expand() 1930 expanded = _expanded = 1; in expand() 1951 expanded = _expanded = 1; in expand() 1972 expanded = _expanded = 1; in expand() 1997 expanded = _expanded = 1; in expand() 2061 if (expanded) { in expand()
|
/titanic_41/exception_lists/ |
H A D | interface_check | 32 # is expanded into a regular expression that matches the given
|
H A D | interface_cmp | 33 # is expanded into a regular expression that matches the given
|
H A D | check_rtime | 33 # is expanded into a regular expression that matches the given
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 273 if (yynewmax <= yymaxdepth) /* tables not expanded */
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 35 The existing sd_stat cache statistical reporting mechanism has been expanded
|
H A D | dynmem_readme.txt | 215 wide counter. This can be expanded. However max'ing the values under the
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | rtld.msg | 246 @ MSG_ERR_EXPAND2 "%s: %s: token %s could not be expanded"
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 295 % 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
|