Lines Matching defs:buf
120 char buf[256], buf1[32];
126 snprintf(buf, sizeof(buf), "numid=%u,iface=%s,name='%s'",
129 snprintf(buf, sizeof(buf), "iface=%s,name='%s'",
132 buf[sizeof(buf)-1] = '\0';
138 if (strlen(buf) + strlen(buf1) < sizeof(buf))
139 strcat(buf, buf1);
143 if (strlen(buf) + strlen(buf1) < sizeof(buf))
144 strcat(buf, buf1);
148 if (strlen(buf) + strlen(buf1) < sizeof(buf))
149 strcat(buf, buf1);
151 return strdup(buf);
203 char buf[64];
205 ptr = buf;
210 if (size < (int)sizeof(buf)) {
220 if (size < (int)sizeof(buf)) {
228 snd_ctl_elem_id_set_name(dst, buf);