OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:variable_buffer_output
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/make-3.81/
function.c
87
o =
variable_buffer_output
(o, t, strlen (t));
89
o =
variable_buffer_output
(o, replace, rlen);
105
o =
variable_buffer_output
(o, t, strlen (t));
112
o =
variable_buffer_output
(o, t, p - t);
121
o =
variable_buffer_output
(o, subst, slen);
124
o =
variable_buffer_output
(o, replace, rlen);
221
o =
variable_buffer_output
(o, t, len);
227
o =
variable_buffer_output
(o, replace, replace_prepercent_len);
233
o =
variable_buffer_output
(o, t + pattern_prepercent_len,
237
o =
variable_buffer_output
(o, replace_percent
[
all
...]
amiga.c
107
o =
variable_buffer_output
(o, apath->ap_Buf,
109
o =
variable_buffer_output
(o, " ",1);
expand.c
54
each call to
variable_buffer_output
should be the first argument to
58
variable_buffer_output
(char *ptr, char *string, unsigned int length)
function
180
o =
variable_buffer_output
(o, value, strlen (value));
227
o =
variable_buffer_output
(o, p, p1 != 0 ? (unsigned int)(p1 - p) : strlen (p) + 1);
239
o =
variable_buffer_output
(o, p, 1);
408
(void)
variable_buffer_output
(o, "", 1);
508
buf =
variable_buffer_output
(buf, " ", 1);
512
return
variable_buffer_output
(buf, v->value, strlen (v->value));
532
variable_buffer_output
(val, "", 1);
variable.h
112
extern char *
variable_buffer_output
PARAMS ((char *ptr, char *string, unsigned int length));
remake.c
[
all
...]
read.c
1035
(void)
variable_buffer_output
(p2+plen,
[
all
...]
Completed in 3299 milliseconds