Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 25 of 31) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/x2p/
Ds2p.PL825 my( $regex, $subst, $path, $global, $print, $nmatch, $fl ) = @_;
829 $subst =~ s/\n/\\n/g;
838 \$s = ( substr( \$_, pos() ) =~ s ${regex}${subst}s ) if \$s;
843 { \$s = s ${regex}${subst}s${global};
1174 my( $del, $subst, $fl ) = @_;
1179 $subst = substr( $subst, 1, length($subst) - 2 );
1182 for( my $ic = 0; $ic < length( $subst ); $ic++ ){
1183 my $c = substr( $subst, $ic, 1 );
1186 my $nc = peek($subst,$ic);
1376 my $subst = stripRegex( $del, \$cmd );
[all …]
/mirbsd/src/usr.bin/sudo/
Dcheck.c182 int subst; local
186 subst = 0;
193 subst = 1;
198 subst = 1;
203 subst = 1;
208 subst = 1;
213 subst = 1;
221 if (subst) {
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Ddebug.t66 threadsv const null pushmark rvav gv nextstate subst const unstack
72 null gvsv const null pushmark rvav gv nextstate subst const unstack
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/
Dindex.t320 $ret = $Collator->subst($str, "perl", 'Camel');
325 $ret = $Collator->subst($str, "perl", \&strreverse);
347 $ret = $Collator->subst($str, "perl", "Camel");
352 $ret = $Collator->subst($str, "perl", \&strreverse);
376 $ret = $Collator->subst($str, "", "ABC");
/mirbsd/src/gnu/usr.bin/binutils/config/
Dmh-djgpp11 __version:=$(subst ., ,$(__version))
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dpat.t2752 my $subst;
2758 print +($subst = "xxx") =~ s/$re// ? "not ok $test\n" : "ok $test\n";
2764 ($subst = "xxx") =~ s/$re//;
2765 print $subst eq '' ? "ok $test\n" : "not ok $test\t# $subst\n";
2771 ($subst = "xx$c") =~ s/$re//;
2772 print $subst eq $c ? "ok $test\n" : "not ok $test\n";
2776 print +($subst = "xy$c") =~ /$re/ ? "not ok $test\n" : "ok $test\n";
2782 ($subst = "xyz") =~ s/$re//;
2783 print $subst eq '' ? "ok $test\n" : "not ok $test\n";
Dsubst.t264 ok( ! @?, 'parsing of split subst with comment' );
/mirbsd/src/usr.sbin/ppp/ppp/
Dcommand.c432 subst(char *tgt, const char *oldstr, const char *newstr) in subst() function
466 return subst(tgt, oldstr, inet_ntoa(ip)); in substip()
476 return subst(tgt, oldstr, buf); in substlong()
486 return subst(tgt, oldstr, buf); in substull()
494 return subst(tgt, oldstr, ncpaddr_ntoa(ip)); in substipv6()
529 nargv[arg] = subst(nargv[arg], "AUTHNAME", bundle->cfg.auth.name); in command_Expand()
532 nargv[arg] = subst(nargv[arg], "ENDDISC", in command_Expand()
540 nargv[arg] = subst(nargv[arg], "INTERFACE", bundle->iface->name); in command_Expand()
559 nargv[arg] = subst(nargv[arg], "LABEL", bundle_GetLabel(bundle)); in command_Expand()
568 nargv[arg] = subst(nargv[arg], "PEER_ENDDISC", in command_Expand()
[all …]
/mirbsd/src/gnu/usr.bin/perl/
Dcop.h359 struct subst { struct
415 struct subst cx_subst;
DChanges5.0053959 ! t/op/regexp.t t/op/sort.t t/op/sprintf.t t/op/subst.t
5026 ! pp_hot.c t/op/subst.t
6104 ! t/op/pat.t t/op/subst.t
7110 ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
8949 Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
8953 ! regexec.c regexp.h t/op/pat.t t/op/subst.t
9804 Files: t/op/subst.t
9810 ! t/lib/h2ph.t t/op/subst.t
10016 ! t/op/subst.t
14212 ! doop.c t/op/subst.t
[all …]
DChanges5.8.31108 eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
DChanges5.8.17996 !> pod/perlport.pod sv.c t/op/index.t t/op/stash.t t/op/subst.t
9839 ! regexec.c t/op/subst.t
10623 ! regexec.c t/op/subst.t
12834 !> t/op/subst.t
13832 ! t/op/subst.t
14196 ! t/op/subst.t
DChanges5.67804 ! t/op/re_tests t/op/subst.t
20388 ! t/op/subst.t toke.c
20607 ! MANIFEST regcomp.c t/op/subst.t
20685 ! MANIFEST regcomp.c t/op/subst.t
21441 ! pod/perldiag.pod t/op/subst.t toke.c
22640 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
25444 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
25489 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
26335 ! op.c t/op/subst.t
26743 ! t/op/subst.t
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DTESTS72 op/subst.t OK ok ok
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_rewrite.h477 char *subst);
Dmod_rewrite.c4042 char *subst) in subst_prefix_path()
4064 l = ap_cpystrn(substbuf, subst, sizeof(substbuf) - 1) - substbuf; in subst_prefix_path()
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Druntime.porting40 subst 8 10
/mirbsd/src/gnu/usr.bin/perl/win32/
Dmakefile.mk966 ENV_OS=$(subst,OS=, $(shell @set OS))
1139 $(subst,\,$B $(shell @type Extensions_static)) $(LIBFILES)$N \
1145 $(subst,\,$B $(shell @type Extensions_static)) \
1154 $(subst,\,$B $(shell @type Extensions_static)) \
/mirbsd/src/libexec/cpp/
Dcpp.c152 char *strdex(), *copy(), *subst(), *trmdir();
958 if (np->value!=0 && flslvl==0) newp=subst(p2,np);
964 subst(p,sp) register char *p; struct symtab *sp; { in subst() function
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/
DChanges108 - add match, gmatch, subst, gsubst methods.
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dcp-demangle.c1063 int subst; in d_name() local
1068 subst = 1; in d_name()
1077 subst = 0; in d_name()
1092 if (! subst) in d_name()
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/
DCollate.pm1072 sub subst subroutine
/mirbsd/src/bin/mksh/
Dcheck.t1701 name: eglob-subst-1
2153 Check against a regression from fixing IFS-subst-2
2786 name: heredoc-quoting-subst
3316 name: history-subst-1
3335 name: history-subst-2
3337 Does subst find previous command?
3354 name: history-subst-3
3356 Does subst find previous command when no arguments given
3373 name: history-subst-4
3391 name: history-subst-5
[all …]
/mirbsd/src/usr.bin/vi/docs/
Dchangelog309 RE change, which fixed several bugs in the handling of saved/subst
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dcvs.texinfo8940 @item -k@var{subst}
8942 substitution to @var{subst}. @xref{Keyword
10384 Synopsis: export [-flNnR] (-r rev[:date] | -D date) [-k subst] [-d dir] module@dots{}
10457 @item -k @var{subst}
10767 @item -k @var{subst}
11892 @item -k@var{subst}

12