Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/alisp/
Dalisp.c2473 static int append_to_string(char **s, int *len, char *from, int size) in append_to_string() function
2504 return append_to_string(s, len, &b, 1); in format_parse_char()
2523 res = append_to_string(s, len, s1, strlen(s1)); in format_parse_integer()
2544 res = append_to_string(s, len, s1, strlen(s1)); in format_parse_float()
2555 return append_to_string(s, len, p->value.s, strlen(p->value.s)); in format_parse_string()
2585 if (append_to_string(&s1, &len, s, s2 - s) < 0) { in F_format()
2598 if (append_to_string(&s1, &len, s2, 1) < 0) in F_format()