OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plus_len
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
commands.c
143
unsigned int qmark_len,
plus_len
, bar_len;
153
plus_len
= 0;
156
plus_len
+= strlen (dep_name (d)) + 1;
157
if (
plus_len
== 0)
158
plus_len
++;
160
if (
plus_len
> plus_max)
161
plus_value = xrealloc (plus_value, plus_max =
plus_len
);
164
qmark_len =
plus_len
+ 1; /* Will be this or less. */
142
unsigned int qmark_len,
plus_len
, bar_len;
local
Completed in 133 milliseconds