HomeSort by: relevance | last modified time | path
    Searched defs:ctf_str_append (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-util.c 200 ctf_str_append (char *s, const char *append) function
221 /* A version of ctf_str_append that returns the old string on OOM. */
228 new_s = ctf_str_append (s, append);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-util.c 200 ctf_str_append (char *s, const char *append) function
221 /* A version of ctf_str_append that returns the old string on OOM. */
228 new_s = ctf_str_append (s, append);
  /src/external/gpl3/gdb/dist/libctf/
ctf-util.c 200 ctf_str_append (char *s, const char *append) function
221 /* A version of ctf_str_append that returns the old string on OOM. */
228 new_s = ctf_str_append (s, append);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-util.c 200 ctf_str_append (char *s, const char *append) function
221 /* A version of ctf_str_append that returns the old string on OOM. */
228 new_s = ctf_str_append (s, append);

Completed in 15 milliseconds