Searched refs:expansion (Results 1 - 15 of 15) sorted by relevance
/osnet-11/usr/src/lib/libwrap/ |
H A D | percent_x.c | 10 * 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 D | grub_script_functions.in | 65 echo parameter expansion with specials
|
/osnet-11/usr/src/lib/libdevalloc/common/ |
H A D | getdment.c | 582 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 D | LaTeX.pm | 1163 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 D | Parser.pm | 36 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 D | VMS.pm | 79 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 D | charnames.pm | 358 names and customized aliases. If C<:full> is present, for expansion of
|
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 477 % 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 D | Glob.pm | 389 pattern without doing any expansion.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_Any.pm | 132 $self->max_exec_len being careful to take into account macro expansion. 157 # set aside 20% for macro expansion.
|
H A D | MM_VMS.pm | 2262 are all macro, so that we can tell how long the expansion is, and avoid
|
H A D | MakeMaker.pm | 1116 Note, that in both cases the tilde expansion is done by MakeMaker, not
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 526 % 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 D | Collate.pm | 386 # 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 D | Deparse.pm | 4302 meaning more expansion. As with B<-q>, this actually involves turning off
|
Completed in 5595 milliseconds