Home
last modified time | relevance | path

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

/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/str/
H A Dstr.h90 #define tal_strcat(ctx, s1, s2) tal_strcat_(ctx, s1, s2, TAL_LABEL(char, "[]"))
91 char *tal_strcat_(const tal_t *ctx, const char *s1 TAKES, const char *s2 TAKES,
H A Dstr.c117 char *tal_strcat_(const tal_t *ctx, const char *s1, const char *s2, in tal_strcat_() function