HomeSort by relevance Sort by last modified time
    Searched defs:avahi_exe_name (Results 1 - 2 of 2) sorted by null

  /external/avahi/avahi-compat-howl/
warn.h 29 #define avahi_exe_name avahi_exe_name_HOWL macro
  /external/avahi/avahi-compat-libdns_sd/
warn.c 47 const char *avahi_exe_name(void) { function
80 #warning "avahi_exe_name() needs to be implemented for your operating system"
100 openlog(avahi_exe_name(), LOG_PID, LOG_USER);
114 avahi_warn("The program '%s' uses the "COMPAT_LAYER" compatibility layer of Avahi.", avahi_exe_name());
116 avahi_warn("For more information see <http://0pointer.de/avahi-compat?s="CGI_SUBSYSTEM"&e=%s>", avahi_exe_name());
121 avahi_warn("The program '%s' called '%s()' which is not supported (or only supported partially) in the "COMPAT_LAYER" compatibility layer of Avahi.", avahi_exe_name(), function);
123 avahi_warn("For more information see <http://0pointer.de/avahi-compat?s="CGI_SUBSYSTEM"&e=%s&f=%s>", avahi_exe_name(), function);

Completed in 1985 milliseconds