Home
last modified time | relevance | path

Searched refs:str_append (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c237 static void str_append P_((struct line *, const char *, size_t));
239 str_append(to, string, length) in str_append() function
289 str_append(to, string, length);
314 str_append(to, string, length);
331 str_append(to, string, length);
354 str_append(to, string, length);
475 str_append(to, "\n", 1);
476 str_append(to, from->active, from->length);
538 str_append(&line, b, result);
1222 str_append(&s_accum, line.active + start, offset - start);
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog426 * sed/execute.c (str_append): Use is_utf8 to skip useless work.
716 (str_append): Keep mbstate up to date.
1066 * sed/execute.c (str_append, str_append_modified, line_copy,
1618 * sed/execute.c(str_append): adjusted to new resize_line()
1628 * sed/execute.c(read_mem_line): use str_append() instead if
1634 initialization if required; use str_append() instead of custom