Searched refs:expanded (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c559 char *expanded; local
570 expanded = malloc(exp_sz);
571 if (expanded == NULL) {
577 * Copy str into expanded, expanding %-tokens & realloc()ing as we go.
589 (void) strcpy(expanded + ei, sp);
590 *retstr = expanded;
597 (void) strncpy(expanded + ei, sp, len);
603 expanded[ei] = '\0';
604 *retstr = expanded;
609 expanded[e
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c581 boolean_t expanded; local
604 expanded = B_FALSE;
623 setnode->p_matched = expanded = B_TRUE;
626 * If we expanded any sets, that will define more sets,
629 if (expanded)
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dquoting.sh150 then err_exit 'line continuation in expanded double strings not working'
262 then err_exit '{\$foo}' not expanded correctly
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1832 int expanded = 0, _expanded, isaflag = 0; local
1856 * on $ORIGIN/lib2.so would be expanded to
1873 expanded = _expanded = 1;
1901 expanded = _expanded = 1;
1930 expanded = _expanded = 1;
1951 expanded = _expanded = 1;
1972 expanded = _expanded = 1;
1997 expanded = _expanded = 1;
2042 * expanded node we're presently working on, but we must also update the
2044 * expanded t
[all...]
/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

Completed in 100 milliseconds