Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dimplicit.c243 unsigned int *matches in pattern_search() local
408 matches[nrules] = i; in pattern_search()
467 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1; in pattern_search()
468 stemlen = namelen - rule->lens[matches[i]] + 1; in pattern_search()
799 file->name = rule->targets[matches[foundrule]]; in pattern_search()
937 struct file *f = lookup_file (rule->targets[matches[foundrule]]); in pattern_search()
947 if (i != matches[foundrule]) in pattern_search()
DChangeLog646 behavior matches what the shell would do both inside and outside
1598 lookup_pattern_var() in a loop, until no more matches are found.
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsubstitution25 # Variable subst where a pattern matches multiple times in a single word.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-276 is a pattern for matching file names; the `%' matches any nonempty
79 For example, `%.c' as a pattern matches any file name that ends in
80 `.c'. `s.%.c' as a pattern matches any file name that starts with
83 `%' matches is called the "stem".
105 wildcard. It provides a way to make any file that matches the target
114 other than the one that matches the target in need of a rule are
245 The stem with which an implicit rule matches (*note How Patterns
345 either or both of which may be empty. The pattern matches a file name
348 the "stem". Thus, when the pattern `%.o' matches the file name
362 Thus, `e%t' matches the file name `src/eat', with `src/a' as the stem.
[all …]
Dmake.texi1511 @samp{%}, so it matches any target whatever. The rule specifies a
2132 But what if you delete all the @samp{.o} files? When a wildcard matches
2182 given file name patterns. If no existing file name matches a pattern,
2335 Redefining Pattern Rules}). For example, @code{%.h} matches files that
2352 @var{pattern} in a @code{vpath} directive matches the name of the
3186 @var{target-pattern} matches a target, the @samp{%} can match any part of
3188 pattern must match exactly. For example, the target @file{foo.o} matches
3281 An implicit rule @emph{can} apply to any target that matches its pattern,
5832 the variable is defined for any target that matches the pattern
5833 specified. If a target matches more than one pattern, all the
[all …]
Dmake.info-11295 `%', so it matches any target whatever. The rule specifies a
1821 But what if you delete all the `.o' files? When a wildcard matches
1860 given file name patterns. If no existing file name matches a pattern,
1994 Pattern Rules.). For example, `%.h' matches files that end in `.h'.
2006 PATTERN in a `vpath' directive matches the name of the prerequisite
2686 TARGET-PATTERN matches a target, the `%' can match any part of the
2688 must match exactly. For example, the target `foo.o' matches the
2763 An implicit rule _can_ apply to any target that matches its pattern,
4778 defined for any target that matches the pattern specified. If a target
4779 matches more than one pattern, all the matching pattern-specific
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm916 // *__first1 matches *__first2, now match elements after here
946 return __last1; // Everything matches an empty sequence
955 if (__first1 == __l1) // return __last1 if no element matches *__first2
960 // *__l1 matches *__l2, now match elements before here
1412 return __first1; // Everything matches an empty sequence
1418 if (__first1 == __last1) // return __last1 if no element matches *__first2
1424 // *__first1 matches *__first2, now match elements after here
1591 if (__first == __last) // return __last if no element matches __value_
1597 // *__first matches __value_, now match elements after here
1632 if (__first >= __s) // return __last if no element matches __value_
[all …]
Dlocale419 // one keyword matches, an iterator to the first matching keyword is returned.
424 // If the input is "a", the first keyword matches and eofbit is set.
475 // then that keyword matches.
524 // We've exited the loop because we hit eof and/or we have no more "might matches".
/ndk/sources/host-tools/nawk-20071023/
DFIXES146 surprising; for example [a-c] matches aAbBc in locale en_US but abBcC
188 matches gawk and mawk.
221 GNU compatibility: an empty regexp matches anything (thanks to
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js20matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}f… function
/ndk/build/gmsl/
D__gmsl826 # Action: Echos the name of the variable that matches the % and its value.
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex485 % whether the environment name matches. The \checkenv macro can also be