/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 239 static void str_append P_((struct line *, const char *, size_t)); function 241 str_append(to, string, length) 291 str_append(to, string, length); 316 str_append(to, string, length); 333 str_append(to, string, length); 356 str_append(to, string, length); 477 str_append(to, "\n", 1); 478 str_append(to, from->active, from->length); 541 str_append(&line, b, result); 1229 str_append(&s_accum, line.active + start, offset - start) [all...] |
/external/strace/ |
file.c | 404 str_append(char *dst, const char *src) function 424 p = str_append(outstr, "flags "); 427 p = str_append(p, str); 438 p = str_append(p, x->str); [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
ChangeLog | 426 * sed/execute.c (str_append): Use is_utf8 to skip useless work. 716 (str_append): Keep mbstate up to date. [all...] |