Home | History | Annotate | Download | only in avahi-daemon

Lines Matching refs:txt

356             char txt[256];
357 snprintf(txt, sizeof(txt), "OS Error: %s", strerror(errno));
358 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
377 char txt[256];
378 snprintf(txt, sizeof(txt), "OS Error: %s", strerror(errno));
379 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);