Searched refs:expansion (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libwrap/
H A Dpercent_x.c10 * program when the expansion would overflow the output buffer. The result
11 * of %<char> expansion may be passed on to a shell process. For this
38 /* percent_x - do %<char> expansion, abort if result buffer is too small */
48 char *expansion; local
65 expansion =
78 for (cp = expansion; *(cp += strspn(cp, ok_chars)); /* */ )
80 expansion_len = cp - expansion;
82 expansion = str++;
86 tcpd_warn("percent_x: expansion too long: %.30s...", result);
90 memcpy(bp, expansion, expansion_le
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h94 krb5_int32 expansion[8]; member in struct:_old_krb5_db_entry
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdment.c596 FILE *expansion; local
607 if ((expansion = popen(tmplist, "rF")) == NULL)
609 count = fread(tmplist, 1, sizeof (tmplist) - 1, expansion);
610 (void) pclose(expansion);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubstring.sh510 [[ ${string/*\(+([!\)])\)*/\1} == "$expected" ]] || err_exit "substring expansion failed '${string/*\(+([!\)])\)*/\1}' returned -- '$expected' expected"
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c408 ushort_t expansion, miiadvert; local
430 expansion = mac->mii_read(dip, phy, MII_AN_EXPANSION);
438 if (expansion & MII_AN_EXP_LPCANAN)
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c638 gettext("Argument expansion too large to sort\n"));
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c371 ExpandFile *ef; /* ~user/, $envvar and wildcard expansion */
5544 * Will there be space for the expansion in the line buffer?
5603 FileExpansion *result; /* The results of the filename expansion */
5669 * Will there be space for the expansion in the line buffer?
5672 return gl_print_info(gl, "Insufficient room in line for file expansion.",
5711 * Move the cursor to the end of the expansion.
5727 FileExpansion *result; /* The results of the filename expansion */
6264 FileExpansion *expansion; /* The expansion of the filename */
6280 expansion
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex477 % expansion of \tie (\leavevmode \penalty \@M \ ).
2984 % to do a one-level expansion on the result, instead of complete).
3121 % we have to laboriously prevent expansion for those that we don't.
3133 % effectively preventing its expansion. This is used only for control
3231 \definedummyword{expansion}%
3245 % No macro expansion.
3370 \def\expansion{==>}%
3432 \edef\temp{\the\toks0}% need full expansion
3900 % letter in the expansion, not just typeset.
4701 % @point{}, @result{}, @expansion{},
[all...]

Completed in 95 milliseconds