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

/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_functions.in65 echo parameter expansion with specials
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdment.c582 FILE *expansion; local
593 if ((expansion = popen(tmplist, "rF")) == NULL)
595 count = fread(tmplist, 1, sizeof (tmplist) - 1, expansion);
596 (void) pclose(expansion);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1163 my $expansion = $self->interpolate($paragraph, $line_num);
1164 $expansion =~ s/\s+$//;
1167 $expansion = $self->_replace_special_chars_late($expansion);
1181 my ($name, $purpose) = split(/\s+-\s+/, $expansion,2);
1206 $self->_output("\n\n$expansion\n\n");
1213 Interior sequence expansion
H A DParser.pm36 my $expansion = $parser->interpolate($paragraph, $line_num);
37 print $out_fh $expansion;
51 my $expansion = $parser->interpolate($paragraph, $line_num);
52 print $out_fh $expansion;
699 B<-expand_seq> option; Any such recursive expansion needs to be handled by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm79 are all macro, so that we can tell how long the expansion is, and avoid
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.pm358 names and customized aliases. If C<:full> is present, for expansion of
/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm389 pattern without doing any expansion.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm132 $self->max_exec_len being careful to take into account macro expansion.
157 # set aside 20% for macro expansion.
H A DMM_VMS.pm2262 are all macro, so that we can tell how long the expansion is, and avoid
H A DMakeMaker.pm1116 Note, that in both cases the tilde expansion is done by MakeMaker, not
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex526 % expansion of \tie (\leavevmode \penalty \@M \ ).
1297 \xdef#1{#1}% redefine it as its expansion; the definition is simply
3742 % to do a one-level expansion on the result, instead of complete).
3879 % we have to laboriously prevent expansion for those that we don't.
3943 % preventing its expansion. This is used only for control% words,
4007 \definedummyword\expansion
4151 \def\expansion{==>}%
4224 \edef\temp{\the\toks0}% need full expansion
4725 % letter in the expansion, not just typeset.
5650 % @point{}, @result{}, @expansion{},
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm386 # For expansion, an entry $is_L3_ignorable
1206 (1) For expansion mapping (Unicode character mapped
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm4302 meaning more expansion. As with B<-q>, this actually involves turning off

Completed in 5595 milliseconds