OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:depname
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/
implicit.c
228
register char *
depname
= (char *) alloca (namelen + max_pattern_dep_length);
539
bcopy (p,
depname
, i);
540
bcopy ("$*",
depname
+ i, 2);
541
bcopy (p2 + 1,
depname
+ i + 2, len - i - 1);
542
depname
[len + 2 - 1] = '\0';
551
bcopy (p,
depname
, len);
552
depname
[len] = '\0';
564
p2 = variable_expand_for_file (
depname
, file);
571
bcopy (p,
depname
, i);
572
bcopy (stem_str,
depname
+ i, stemlen)
226
register char *
depname
= (char *) alloca (namelen + max_pattern_dep_length);
local
[
all
...]
rule.c
166
char *targname, *targpercent, *
depname
;
204
depname
= xmalloc (1 + len + 1);
205
depname
[0] = '%';
206
bcopy (source,
depname
+ 1, len + 1);
208
deps->name =
depname
;
163
char *targname, *targpercent, *
depname
;
local
/external/llvm/include/llvm/
PassSupport.h
167
#define INITIALIZE_PASS_DEPENDENCY(
depName
) \
168
initialize##
depName
##Pass(Registry);
169
#define INITIALIZE_AG_DEPENDENCY(
depName
) \
170
initialize##
depName
##AnalysisGroup(Registry);
/external/clang/lib/AST/
Type.cpp
[
all
...]
Completed in 91 milliseconds