OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avahi_warn
(Results
1 - 4
of
4
) sorted by null
/external/avahi/avahi-compat-libdns_sd/
warn.c
86
void
avahi_warn
(const char *fmt, ...) {
function
114
avahi_warn
("The program '%s' uses the "COMPAT_LAYER" compatibility layer of Avahi.", avahi_exe_name());
115
avahi_warn
("Please fix your application to use the native API of Avahi!");
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);
122
avahi_warn
("Please fix your application to use the native API of Avahi!");
123
avahi_warn
("For more information see <http://0pointer.de/avahi-compat?s="CGI_SUBSYSTEM"&e=%s&f=%s>", avahi_exe_name(), function);
warn.h
30
void
avahi_warn
(const char *fmt, ...);
/external/avahi/avahi-compat-howl/
warn.h
28
#define
avahi_warn
avahi_warn_HOWL
macro
compat.c
975
avahi_warn
("A service failed to resolve in the HOWL compatiblity layer of Avahi which is used by '%s'. "
Completed in 123 milliseconds