Searched refs:variable_buffer_output (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | function.c | 86 o = variable_buffer_output (o, t, strlen (t)); in subst_expand() 88 o = variable_buffer_output (o, replace, rlen); in subst_expand() 104 o = variable_buffer_output (o, t, strlen (t)); in subst_expand() 111 o = variable_buffer_output (o, t, p - t); in subst_expand() 120 o = variable_buffer_output (o, subst, slen); in subst_expand() 123 o = variable_buffer_output (o, replace, rlen); in subst_expand() 219 o = variable_buffer_output (o, t, len); in patsubst_expand() 225 o = variable_buffer_output (o, replace, replace_prepercent_len); in patsubst_expand() 231 o = variable_buffer_output (o, t + pattern_prepercent_len, in patsubst_expand() 235 o = variable_buffer_output (o, replace_percent, in patsubst_expand() [all …]
|
D | expand.c | 58 variable_buffer_output (char *ptr, char *string, unsigned int length) in variable_buffer_output() function 179 o = variable_buffer_output (o, value, strlen (value)); in reference_variable() 225 o = variable_buffer_output (o, p, p1 != 0 ? (unsigned int)(p1 - p) : strlen (p) + 1); in variable_expand_string() 237 o = variable_buffer_output (o, p, 1); in variable_expand_string() 406 (void)variable_buffer_output (o, "", 1); in variable_expand_string() 502 buf = variable_buffer_output (buf, " ", 1); in variable_append() 506 return variable_buffer_output (buf, v->value, strlen (v->value)); in variable_append() 526 variable_buffer_output (val, "", 1); in allocated_variable_append()
|
D | amiga.c | 107 o = variable_buffer_output (o, apath->ap_Buf, in wildcard_expansion() 109 o = variable_buffer_output (o, " ",1); in wildcard_expansion()
|
D | variable.h | 112 extern char *variable_buffer_output PARAMS ((char *ptr, char *string, unsigned int length));
|
D | remake.c | 1517 p4 = variable_buffer_output (libbuf, p, p3-p); in library_search() 1518 p4 = variable_buffer_output (p4, libname, strlen (libname)); in library_search() 1519 p4 = variable_buffer_output (p4, p3+1, len - (p3-p)); in library_search()
|
D | read.c | 1031 (void) variable_buffer_output (p2+plen, in eval() 1068 variable_buffer_output (p2 + strlen (p2), in eval()
|