Searched defs:expanded (Results 1 - 3 of 3) 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/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...]

Completed in 65 milliseconds