HomeSort by relevance Sort by last modified time
    Searched refs:str_append (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 119 milliseconds