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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp.c2472 static int append_to_string(char **s, int *len, char *from, int size) function
2503 return append_to_string(s, len, &b, 1);
2522 res = append_to_string(s, len, s1, strlen(s1));
2543 res = append_to_string(s, len, s1, strlen(s1));
2554 return append_to_string(s, len, p->value.s, strlen(p->value.s));
2584 if (append_to_string(&s1, &len, s, s2 - s) < 0) {
2597 if (append_to_string(&s1, &len, s2, 1) < 0)

Completed in 94 milliseconds