OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subst_end
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
expand.c
306
char *subst_beg, *
subst_end
, *replace_beg, *replace_end;
309
subst_end
= lindex (subst_beg, end, '=');
310
if (
subst_end
== 0)
317
replace_beg =
subst_end
+ 1;
338
pattern = (char *) alloca (
subst_end
- subst_beg + 2);
340
bcopy (subst_beg, pattern,
subst_end
- subst_beg);
341
pattern[
subst_end
- subst_beg] = '\0';
304
char *subst_beg, *
subst_end
, *replace_beg, *replace_end;
local
Completed in 44 milliseconds