Searched refs:suffixes (Results 1 – 15 of 15) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | rule.c | 368 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); in install_pattern_rule() 372 r->suffixes[1] = 0; in install_pattern_rule() 379 r->suffixes[0] = find_percent (r->targets[0]); in install_pattern_rule() 380 if (r->suffixes[0] == 0) in install_pattern_rule() 384 ++r->suffixes[0]; in install_pattern_rule() 433 free ((char *) rule->suffixes); in freerule() 485 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); in create_pattern_rule() 493 r->suffixes = (char **) in create_pattern_rule() 494 xrealloc ((char *) r->suffixes, max_targets * sizeof (char *)); in create_pattern_rule() 497 r->suffixes[i] = (target_percents == 0 ? find_percent (targets[i]) in create_pattern_rule() [all …]
|
D | rule.h | 26 char **suffixes; /* Suffixes (after `%') of each target. */ member
|
D | implicit.c | 326 char *suffix = rule->suffixes[i]; in pattern_search() 467 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1; in pattern_search() 955 rule->suffixes[i] - rule->targets[i] - 1); in pattern_search() 956 p += rule->suffixes[i] - rule->targets[i] - 1; in pattern_search() 959 bcopy (rule->suffixes[i], p, in pattern_search() 960 rule->lens[i] - (rule->suffixes[i] - rule->targets[i]) + 1); in pattern_search()
|
D | NEWS | 357 conventions, with ``.cpp'' suffixes. All the same rules as for 358 ``.cc'' and ``.C'' suffixes are provided, along with LINK.cpp and 577 %.a: %.X # Now produces this as well, just like other suffixes.
|
D | readme.vms | 258 See defaults.c for VMS default suffixes and my definitions for default
|
D | ChangeLog | 1688 * default.c (default_suffixes) [OS/2]: Set proper default suffixes
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 17 # suffixes: A list of file extensions to treat as test files. 18 config.suffixes = ['.pass.cpp', '.fail.cpp', '.sh.cpp']
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | lit.cfg | 20 # suffixes: A list of file extensions to treat as test files. 21 config.suffixes = ['.cpp']
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | suffix | 5 ."the list provided. It will provide all of the unique suffixes found\n"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | format.py | 44 for ext in localConfig.suffixes]):
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 521 A double-suffix rule is defined by a pair of suffixes: the target 525 two-suffix rule whose target and source suffixes are `.o' and `.c' is 535 target against a defined list of known suffixes. When `make' sees a 538 suffixes concatenated, this rule is taken as a double-suffix rule. 541 suffixes. Therefore, if you define a rule whose target is `.c.o', 568 suffix or pair of suffixes concatenated as a target in the data base. 570 The known suffixes are simply the names of the prerequisites of the 571 special target `.SUFFIXES'. You can add your own suffixes by writing a 576 which adds `.hack' and `.win' to the end of the list of suffixes. 578 If you wish to eliminate the default known suffixes instead of just [all …]
|
D | make.texi | 2847 of suffixes to be used in checking for suffix rules. 2909 of suffixes to be used in checking for suffix rules. 3006 appears as a target, and so does the concatenation of two suffixes, such 3010 both pieces to the suffix list. In practice, suffixes normally begin with 8094 suffixes for suffix rules (@pxref{Suffix Rules, ,Old-Fashioned Suffix 8095 Rules}). But you can still define your own suffixes with a rule for 8360 described below whose prerequisites have one of these suffixes are 8363 the suffixes that are on the list you specify; rules whose suffixes fail 8525 the list of implicit rule suffixes with:@refill 9519 A double-suffix rule is defined by a pair of suffixes: the target suffix [all …]
|
D | make-stds.texi | 65 suffixes you need in the particular Makefile, like this: 74 suffixes which may be subject to implicit rules in this Makefile.
|
D | make.info-1 | 2414 of suffixes to be used in checking for suffix rules. *Note 2461 of suffixes to be used in checking for suffix rules. *Note 2539 it appears as a target, and so does the concatenation of two suffixes, 2543 add both pieces to the suffix list. In practice, suffixes normally 6616 of suffixes for suffix rules (*note Old-Fashioned Suffix Rules: 6617 Suffix Rules.). But you can still define your own suffixes with a 6840 have one of these suffixes are actually suffix rules. If you modify 6842 those named by one or two of the suffixes that are on the list you 6843 specify; rules whose suffixes fail to be on the list are disabled. 6953 list of implicit rule suffixes with:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | string | 4257 // Literal suffixes for basic_string [basic.string.literals]
|