Lines Matching defs:buf
94 char buf[64], *e;
99 pa_snprintf(buf, sizeof(buf), "%s", l->name);
100 if ((e = strrchr(buf, '.')))
103 if (pa_streq(name, buf))
137 char buf[64], *e;
145 pa_snprintf(buf, sizeof(buf), "%s", l->name);
146 if ((e = strrchr(buf, '.')))
149 show_info(buf, NULL, c->log_level >= PA_LOG_INFO ? long_info : short_info);