Searched refs:percent (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | vpath.c | 33 char *percent; /* Pointer into `pattern' where the `%' is. */ member 166 char *percent = NULL; in construct_vpath_list() local 171 percent = find_percent (pattern); in construct_vpath_list() 186 || (((percent == 0 && path->percent == 0) in construct_vpath_list() 187 || (percent - pattern == path->percent - path->pattern)) in construct_vpath_list() 302 path->percent = percent; in construct_vpath_list() 353 if (pattern_matches (v->pattern, v->percent, *file)) in vpath_search()
|
D | commands.c | 48 char *at, *percent, *star, *less; in set_file_variables() local 64 percent = (char *) alloca (len); in set_file_variables() 65 bcopy (p + 1, percent, len - 1); in set_file_variables() 66 percent[len - 1] = '\0'; in set_file_variables() 72 percent = ""; in set_file_variables() 134 DEFINE_VARIABLE ("%", 1, percent); in set_file_variables()
|
D | function.c | 280 pattern_matches (char *pattern, char *percent, char *str) in pattern_matches() argument 284 if (percent == 0) in pattern_matches() 290 percent = find_percent (pattern); in pattern_matches() 291 if (percent == 0) in pattern_matches() 295 sfxlen = strlen (percent + 1); in pattern_matches() 298 if (strlength < (percent - pattern) + sfxlen in pattern_matches() 299 || !strneq (pattern, str, percent - pattern)) in pattern_matches() 302 return !strcmp (percent + 1, str + (strlength - sfxlen)); in pattern_matches() 914 char *percent; member 956 pat->percent = find_percent (p); in func_filter_filterout() [all …]
|
D | file.c | 534 char *percent = find_percent (dp->name); in expand_deps() local 535 if (percent) in expand_deps() 542 bcopy (percent+1, percent, strlen (percent)); in expand_deps() 547 percent+1); in expand_deps()
|
D | variable.h | 126 extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str));
|
D | read.c | 1778 char *percent; in record_target_var() local 1786 percent = find_percent (name); in record_target_var() 1787 if (percent) in record_target_var() 1790 p = create_pattern_var (name, percent); in record_target_var() 2094 static char *percent = "%"; in record_files() local 2096 char *o = patsubst_expand (buffer, name, pattern, percent, in record_files() 2097 pattern_percent+1, percent+1); in record_files()
|
D | ChangeLog | 1262 (patsubst_expand): Require the percent pointers to point to the
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 684 % percent of a page (\vfilllimit can be changed inside of @tex). 2673 % or in percent of \hsize, the current width of text on page. 2679 % Either define widths of columns in terms of percent of \hsize: 2683 % Numbers following @columnfractions are the percent of the total 2854 % If the user has set preamble in terms of percent of \hsize we will 2866 % If user has not set preamble in terms of percent of \hsize
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 744 % percent of a page (\vfilllimit can be changed inside of @tex). 3572 % or in percent of \hsize, the current width of text on page. 3578 % Either define widths of columns in terms of percent of \hsize: 3582 % Numbers following @columnfractions are the percent of the total 3760 % If the user has set preamble in terms of percent of \hsize we will 3772 % If user has not set preamble in terms of percent of \hsize
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2189 prerequisite like `-lNAME' is seen, `make' will replace the percent in
|
D | make.texi | 2580 @samp{-l@var{name}} is seen, @code{make} will replace the percent in
|